Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 2810d6322528a911aa506dc5f37f737b > files > 7

findutils-4.6.0-1.mga6.src.rpm

Summary:	The GNU versions of find utilities (find and xargs)
Name:		findutils
Version:	4.6.0
Release:	%mkrel 1
License:	GPLv3
Group:		File tools
URL:		http://www.gnu.org/software/findutils/findutils.html
Source0:	ftp://ftp.gnu.org/pub/gnu/findutils/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/pub/gnu/findutils/%{name}-%{version}.tar.gz.sig
Patch1:		findutils-4.5.15-no-locate.patch
Patch3:		findutils-4.4.2-xautofs.patch
Patch4:		findutils-4.5.13-warnings.patch
Patch8:		findutils-4.5.15-leaf-opt.patch
Requires(pre):	filesystem >= 2.1.9-18
Requires(post):	info-install
Requires(preun):	info-install
BuildRequires:	gettext-devel
BuildRequires:	texinfo

%description
The findutils package contains programs which will help you locate
files on your system.  The find utility searches through a hierarchy
of directories looking for files which match a certain set of criteria
(such as a filename pattern). The xargs utility builds and executes
command lines from standard input arguments (usually lists of file
names generated by the find command).

You should install findutils because it includes tools that are very
useful for finding things on your system.

%prep
%setup -q
rm -rf locate
%autopatch -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-rpath \
	--enable-leaf-optimisation \
	--enable-d_type-optimization \
	--with-fts

%make

%check
make check

%install
%makeinstall_std

%{find_lang} %{name}

%post
%_install_info find.info

%preun
%_remove_install_info find.info

%files -f %{name}.lang
%doc NEWS README
%{_bindir}/find
%{_bindir}/xargs
%{_mandir}/man1/find.1*
%{_mandir}/man1/xargs.1*
%{_infodir}/find*


%changelog
* Tue Dec 29 2015 luigiwalser <luigiwalser> 4.6.0-1.mga6
+ Revision: 916860
- 4.6.0
- oldfind command no longer exists
- update no-locate patch (from fedora)
- add patch from fedora to add -xautofs option to not descend to autofs dirs
- add patch from fedora to fix compiler warnings
- add patch from fedora to implement leaf optimization for XFS and NFS

* Fri Aug 21 2015 tmb <tmb> 4.5.14-5.mga6
+ Revision: 867953
- fix build with perl 5.22 (fedora)
- rebuild for new gcc

* Wed Oct 15 2014 umeabot <umeabot> 4.5.14-3.mga5
+ Revision: 741109
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 4.5.14-2.mga5
+ Revision: 679197
- Mageia 5 Mass Rebuild

* Thu Jul 24 2014 luigiwalser <luigiwalser> 4.5.14-1.mga5
+ Revision: 656131
- 4.5.14

* Fri Jul 18 2014 luigiwalser <luigiwalser> 4.5.13-1.mga5
+ Revision: 653523
- 4.5.13

* Mon Oct 21 2013 umeabot <umeabot> 4.5.12-2.mga4
+ Revision: 537296
- Mageia 4 Mass Rebuild

* Thu Sep 26 2013 luigiwalser <luigiwalser> 4.5.12-1.mga4
+ Revision: 486688
- 4.5.12

* Fri May 24 2013 shlomif <shlomif> 4.5.11-1.mga4
+ Revision: 426619
- New version 4.5.11

* Fri Jan 11 2013 umeabot <umeabot> 4.5.10-3.mga3
+ Revision: 350358
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Jul 21 2012 colin <colin> 4.5.10-2.mga3
+ Revision: 273165
- Fix build with glibc-2.16 (patch originally from Gentoo)
- Update for usrmove

* Fri Jun 17 2011 tv <tv> 4.5.10-1.mga2
+ Revision: 109244
- new release

* Tue Jan 04 2011 tmb <tmb> 4.5.9-2.mga1
+ Revision: 148
- imported package findutils