diff --git a/findutils.spec b/findutils.spec index 013b7d1..442373b 100644 --- a/findutils.spec +++ b/findutils.spec @@ -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 1:4.1.20-3 +- Fix build with current auto* tools (Steve Grubb) + * Tue Jul 6 2004 Tim Waugh 1:4.1.20-2 - Fix -iregex (bug #127297).