Fixed typo that was causing the howto.txt not to be installed.
This commit is contained in:
parent
0d29fdbc32
commit
cef694ba4b
@ -1,6 +1,6 @@
|
||||
Name: cachefilesd
|
||||
Version: 0.7
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: CacheFiles userspace management daemon
|
||||
Group: System Environment/Daemons
|
||||
License: GPL
|
||||
@ -42,7 +42,6 @@ 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
|
||||
@ -65,12 +64,17 @@ fi
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README
|
||||
%doc howto.txt
|
||||
%config(noreplace) %{_sysconfdir}/cachefilesd.conf
|
||||
%attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/cachefilesd
|
||||
/sbin/*
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 19 2006 Steve Dickson <steved@redhat.com> 0.7-3
|
||||
- Fixed typo that was causing the howto.txt not to
|
||||
be installed.
|
||||
|
||||
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 0.7-2
|
||||
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user