auto-import changelog data from findutils-4.1.20-3.src.rpm
4.1.20-3 - Fix build with current auto* tools (Steve Grubb)
This commit is contained in:
parent
2292967906
commit
6e53ef2835
@ -4,7 +4,7 @@
|
||||
Summary: The GNU versions of find utilities (find and xargs).
|
||||
Name: findutils
|
||||
Version: 4.1.20
|
||||
Release: 2
|
||||
Release: 3
|
||||
Epoch: 1
|
||||
License: GPL
|
||||
Group: Applications/File
|
||||
@ -22,9 +22,11 @@ Patch8: findutils-no-locate.patch
|
||||
BuildRequires: libselinux-devel
|
||||
Patch9: findutils-selinux.patch
|
||||
%endif
|
||||
Patch10: findutils-build.patch
|
||||
|
||||
Prereq: /sbin/install-info
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: libtool, automake17, autoconf
|
||||
BuildRequires: libtool, automake, autoconf
|
||||
BuildRequires: dejagnu
|
||||
|
||||
%description
|
||||
@ -53,19 +55,20 @@ useful for finding things on your system.
|
||||
#SELinux
|
||||
%patch9 -p1 -b .selinux
|
||||
%endif
|
||||
%patch10 -p1 -b .build
|
||||
|
||||
rm -f config.guess config.sub
|
||||
libtoolize --force
|
||||
autoheader
|
||||
aclocal-1.7
|
||||
automake-1.7
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
|
||||
cd gnulib
|
||||
libtoolize --force
|
||||
autoheader
|
||||
aclocal-1.7 -I m4
|
||||
automake-1.7
|
||||
aclocal -I m4
|
||||
automake
|
||||
autoconf
|
||||
|
||||
%build
|
||||
@ -118,6 +121,9 @@ rm -rf %{buildroot}
|
||||
%{_infodir}/find.info*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 1 2004 Alan Cox <alan@redhat.com> 1:4.1.20-3
|
||||
- Fix build with current auto* tools (Steve Grubb)
|
||||
|
||||
* Tue Jul 6 2004 Tim Waugh <twaugh@redhat.com> 1:4.1.20-2
|
||||
- Fix -iregex (bug #127297).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user