Fixed typo that was causing the howto.txt not to be installed.

This commit is contained in:
Steve Dickson 2006-10-20 00:36:04 +00:00
parent 0d29fdbc32
commit cef694ba4b

View File

@ -1,6 +1,6 @@
Name: cachefilesd Name: cachefilesd
Version: 0.7 Version: 0.7
Release: 2%{?dist} Release: 3%{?dist}
Summary: CacheFiles userspace management daemon Summary: CacheFiles userspace management daemon
Group: System Environment/Daemons Group: System Environment/Daemons
License: GPL License: GPL
@ -42,7 +42,6 @@ make DESTDIR=%{buildroot} install
install -m 644 cachefilesd.conf %{buildroot}%{_sysconfdir} install -m 644 cachefilesd.conf %{buildroot}%{_sysconfdir}
install -m 755 cachefilesd.initd %{buildroot}%{_sysconfdir}/rc.d/init.d/cachefilesd 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 %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -65,12 +64,17 @@ fi
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README %doc README
%doc howto.txt
%config(noreplace) %{_sysconfdir}/cachefilesd.conf %config(noreplace) %{_sysconfdir}/cachefilesd.conf
%attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/cachefilesd %attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/cachefilesd
/sbin/* /sbin/*
%{_mandir}/*/* %{_mandir}/*/*
%changelog %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 * Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 0.7-2
- rebuilt for unwind info generation, broken in gcc-4.1.1-21 - rebuilt for unwind info generation, broken in gcc-4.1.1-21