updated to 0.7 which adds the howto.txt
This commit is contained in:
parent
dabf98f6ce
commit
abac58f051
@ -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
|
||||
|
@ -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 <steved@redhat.com> 0.7-1
|
||||
- updated to 0.7 which adds the howto.txt
|
||||
|
||||
* Wed Aug 30 2006 Steve Dickson <steved@redhat.com> 0.6-1
|
||||
- Fixed memory corruption problem
|
||||
- Added the fcull/fstop/frun options
|
||||
|
Loading…
Reference in New Issue
Block a user