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