diff --git a/.cvsignore b/.cvsignore index 33f9782..ee7160d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ cachefilesd-0.3.tar.bz2 cachefilesd-0.4.tar.bz2 cachefilesd-0.5.tar.bz2 cachefilesd-0.6.tar.bz2 +cachefilesd-0.7.tar.bz2 diff --git a/cachefilesd.spec b/cachefilesd.spec index cc4e26f..64fb378 100644 --- a/cachefilesd.spec +++ b/cachefilesd.spec @@ -1,11 +1,11 @@ Name: cachefilesd -Version: 0.6 +Version: 0.7 Release: 1%{?dist} Summary: CacheFiles userspace management daemon Group: System Environment/Daemons License: GPL URL: http://people.redhat.com/~dhowells/fscache/ -Source0: http://people.redhat.com/dhowells/fscache/cachefilesd-0.6.tar.bz2 +Source0: http://people.redhat.com/dhowells/fscache/cachefilesd-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) BuildRequires: automake, autoconf @@ -37,10 +37,12 @@ rm -rf %{buildroot} mkdir -p %{buildroot}/sbin mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d mkdir -p %{buildroot}%{_mandir}/{man5,man8} +mkdir -p %{buildroot}/usr/share/doc/%{name}-%{version} make DESTDIR=%{buildroot} install install -m 644 cachefilesd.conf %{buildroot}%{_sysconfdir} install -m 755 cachefilesd.initd %{buildroot}%{_sysconfdir}/rc.d/init.d/cachefilesd +install -m 644 howto.txt %{buildroot}/usr/share/doc/%{name}-%{version}/HOWTO.txt %clean rm -rf $RPM_BUILD_ROOT @@ -69,6 +71,9 @@ fi %{_mandir}/*/* %changelog +* Fri Sep 22 2006 Steve Dickson 0.7-1 +- updated to 0.7 which adds the howto.txt + * Wed Aug 30 2006 Steve Dickson 0.6-1 - Fixed memory corruption problem - Added the fcull/fstop/frun options diff --git a/sources b/sources index 8d8e671..a672227 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -deb878c1e6866ff3db05d7af49a13ebc cachefilesd-0.6.tar.bz2 +fdc9c57339e395ce0e3f019a37e2ba7d cachefilesd-0.7.tar.bz2