From 7ca0931b4681609528a2f1038f5816faf6cc571d Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:43:34 +0000 Subject: [PATCH] auto-import changelog data from findutils-4.1.7-9.src.rpm Wed Jan 22 2003 Tim Powers - rebuilt Tue Oct 22 2002 Tim Waugh 4.1.7-8 - Ship translations. - Don't install files not packaged. --- findutils.spec | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/findutils.spec b/findutils.spec index 7249bc1..3afc7a3 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,7 +1,7 @@ Summary: The GNU versions of find utilities (find and xargs). Name: findutils Version: 4.1.7 -Release: 7 +Release: 9 Epoch: 1 License: GPL Group: Applications/File @@ -39,9 +39,22 @@ make rm -rf %{buildroot} %makeinstall -{ cd %{buildroot} +( cd %{buildroot} gzip -9fn .%{_infodir}/find.info* -} +) + +rm -f $RPM_BUILD_ROOT%{_bindir}/locate \ + $RPM_BUILD_ROOT%{_bindir}/updatedb \ + $RPM_BUILD_ROOT%{_libexecdir}/bigram \ + $RPM_BUILD_ROOT%{_libexecdir}/code \ + $RPM_BUILD_ROOT%{_libexecdir}/frcode \ + $RPM_BUILD_ROOT%{_mandir}/man1/locate.1* \ + $RPM_BUILD_ROOT%{_mandir}/man1/updatedb.1* \ + $RPM_BUILD_ROOT%{_mandir}/man5/locatedb.5* + +rm -f $RPM_BUILD_ROOT%{_infodir}/dir + +%find_lang %{name} %post /sbin/install-info %{_infodir}/find.info.gz %{_infodir}/dir @@ -54,7 +67,7 @@ fi %clean rm -rf %{buildroot} -%files +%files -f %{name}.lang %defattr(-,root,root) %doc NEWS README %{_bindir}/find @@ -64,6 +77,13 @@ rm -rf %{buildroot} %{_infodir}/find.info* %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Tue Oct 22 2002 Tim Waugh 4.1.7-8 +- Ship translations. +- Don't install files not packaged. + * Wed Jul 3 2002 Tim Waugh 4.1.7-7 - Fix usage message (bug #67828).