auto-import changelog data from findutils-4.1.7-9.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Tue Oct 22 2002 Tim Waugh <twaugh@redhat.com> 4.1.7-8 - Ship translations. - Don't install files not packaged.
This commit is contained in:
parent
1e44adb0c7
commit
7ca0931b46
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU versions of find utilities (find and xargs).
|
Summary: The GNU versions of find utilities (find and xargs).
|
||||||
Name: findutils
|
Name: findutils
|
||||||
Version: 4.1.7
|
Version: 4.1.7
|
||||||
Release: 7
|
Release: 9
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
@ -39,9 +39,22 @@ make
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
{ cd %{buildroot}
|
( cd %{buildroot}
|
||||||
gzip -9fn .%{_infodir}/find.info*
|
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
|
%post
|
||||||
/sbin/install-info %{_infodir}/find.info.gz %{_infodir}/dir
|
/sbin/install-info %{_infodir}/find.info.gz %{_infodir}/dir
|
||||||
@ -54,7 +67,7 @@ fi
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS README
|
%doc NEWS README
|
||||||
%{_bindir}/find
|
%{_bindir}/find
|
||||||
@ -64,6 +77,13 @@ rm -rf %{buildroot}
|
|||||||
%{_infodir}/find.info*
|
%{_infodir}/find.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Tue Oct 22 2002 Tim Waugh <twaugh@redhat.com> 4.1.7-8
|
||||||
|
- Ship translations.
|
||||||
|
- Don't install files not packaged.
|
||||||
|
|
||||||
* Wed Jul 3 2002 Tim Waugh <twaugh@redhat.com> 4.1.7-7
|
* Wed Jul 3 2002 Tim Waugh <twaugh@redhat.com> 4.1.7-7
|
||||||
- Fix usage message (bug #67828).
|
- Fix usage message (bug #67828).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user