- Update to findutils-4.2.29
- Fix some rpmlint warnings
This commit is contained in:
parent
f2c9fa79fb
commit
99f3bcef1c
10
.cvsignore
10
.cvsignore
@ -1,8 +1,2 @@
|
|||||||
findutils-4.1.20.tar.gz
|
findutils-4.2.29.tar.gz
|
||||||
findutils-4.2.15.tar.gz
|
findutils-4.2.29.tar.gz.sig
|
||||||
findutils-4.2.18.tar.gz
|
|
||||||
findutils-4.2.20.tar.gz
|
|
||||||
findutils-4.2.23.tar.gz
|
|
||||||
findutils-4.2.25.tar.gz
|
|
||||||
findutils-4.2.26.tar.gz
|
|
||||||
findutils-4.2.27.tar.gz
|
|
||||||
|
@ -1,17 +1,18 @@
|
|||||||
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.2.27
|
Version: 4.2.29
|
||||||
Release: 4.1
|
Release: 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
URL: http://www.gnu.org/software/findutils/
|
URL: http://www.gnu.org/software/findutils/
|
||||||
Source0: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
|
||||||
|
Source1: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz.sig
|
||||||
Patch1: findutils-no-locate.patch
|
Patch1: findutils-no-locate.patch
|
||||||
Patch2: findutils-selinux.patch
|
Patch2: findutils-selinux.patch
|
||||||
Patch3: findutils-4.2.27-linkcount.patch
|
|
||||||
|
|
||||||
Prereq: /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
|
Requires(preun): /sbin/install-info
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: libtool, automake, autoconf
|
BuildRequires: libtool, automake, autoconf
|
||||||
BuildRequires: dejagnu, gettext-devel, texinfo
|
BuildRequires: dejagnu, gettext-devel, texinfo
|
||||||
@ -32,16 +33,17 @@ useful for finding things on your system.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .no-locate
|
%patch1 -p1 -b .no-locate
|
||||||
%patch2 -p1 -b .selinux
|
%patch2 -p1 -b .selinux
|
||||||
%patch3 -p1 -b .linkcount
|
|
||||||
|
|
||||||
autoreconf
|
autoreconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define optflags $RPM_OPT_FLAGS -D_GNU_SOURCE
|
%define optflags $RPM_OPT_FLAGS -D_GNU_SOURCE
|
||||||
%configure
|
%configure
|
||||||
%undefine optflags
|
%undefine optflags
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -73,6 +75,10 @@ rm -rf %{buildroot}
|
|||||||
%{_infodir}/find.info*
|
%{_infodir}/find.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 26 2006 Miloslav Trmac <mitr@redhat.com> - 1:4.2.29-1
|
||||||
|
- Update to findutils-4.2.29
|
||||||
|
- Fix some rpmlint warnings
|
||||||
|
|
||||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:4.2.27-4.1
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:4.2.27-4.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user