Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37514837
en ru br
ALT Linux repos
S:0.10.1-alt1.qa2

Group :: Networking/Other
RPM: cachefilesd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: cachefilesd
Version: 0.10.1
Release: alt1.qa2

Summary: caching backend for use with FS-Cache
License: GPL
Group: Networking/Other
Url: http://people.redhat.com/~dhowells/fscache/

Source: %name-%version-%release.tar

%description
CacheFiles is a caching backend that's meant to use as a cache a directory on
an already mounted filesystem of a local type (such as Ext3).

%prep
%setup

%build
make

%install
make install DESTDIR=%buildroot
install -pD -m0755 cachefilesd.initd %buildroot%_initdir/cachefilesd
mkdir -p %buildroot%_cachedir/fscache

%post
%post_service %name

%preun
%preun_service %name

%files
%doc README howto.txt
%config(noreplace) %_sysconfdir/cachefilesd.conf

%_initdir/%name

/sbin/cachefilesd

%_man5dir/*
%_man8dir/*

%dir %attr(700,root,root) %_cachedir/fscache

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin