Summary: GNU Find Utilities (find, xargs, and locate) Summary(de): GNU-Suchprogramme (find, xargs und locate) Summary(fr): Utilitaires de recherche de GNU (find, xargs, et locate) Summary(pl): GNU narzędzia do odnajdywania plików (find, xargs i locate) Summary(tr): GNU dosya arama araçlarý Name: findutils Version: 4.1 Release: 32 Copyright: GPL Group: Utilities/File Group(pl): Narzędzia/Pliki Source0: ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz Source1: updatedb.cron Source2: xargs.1.pl Patch0: findutils.patch Patch1: findutils-info.patch Prereq: /sbin/install-info Requires: mktemp Buildroot: /tmp/%{name}-%{version}-root %description This package contains programs to help you locate files on your system. The find program can search through a hierarchy of directories looking for files matching a certain set of criteria (such as a filename pattern). The locate program searches a database (create by updatedb) to quickly find a file matching a given pattern. %description -l de Dieses Paket enthält Programme zum Suchen von Dateien auf dem System. Das Programm 'find' kann eine Verzeichnisstruktur durchsuchen und Dateien finden, die den Suchkritierien entsprechen (z.B. einem Dateinamenmuster). Das Programm 'locate' durchsucht eine Datenbank (durch updatedb erstellt), um eine Datei, die dem Suchmuster entspricht, zu finden. %description -l fr Ce package contient des programmes pour vous aider ŕ localiser des fichiers sur votre systčme. Le programme find peut rechercher ŕ travers une hiérarchie de répertoires des fichiers conformes ŕ certains critčres (comme un type de nom). Le programme locatecherche une base de données (crée par updatedb) pour trouver rapidement un fichier correspondant au type demandé. %description -l pl W pakiecie znajdują się narzędzia pozwalające na poszukiwanie określonych plików. Program find służy do przeszukania drzewa katalogów za plikami o określonych parametrach, jak nazwa, uprawnienia, typ, data ostatniej modyfikacji. Program locate lokalizuje pliki korzystając z utworzonej poleceniem updatedb bazy danych, dzięki czemu jest znacznie szybszy od find. %description -l tr Bu pakette yer alan yazýlýmlar sisteminizde yer alan dosyalarý bulabilmeniz için hazýrlanmýţlardýr. find programý ile belirli özellikleri olan bir yazýlýmý bir dizin hiyerarţisi altýnda arayabilirsiniz. locate yazýlýmý ise, updatedb tarafýndan hazýrlanan bir veri tabaný üzerinde, belirtilen dosyalarý arar. %prep %setup -q %patch0 -p1 %patch1 -p1 %build autoconf && %configure make %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/usr/{lib/findutils,share/man/{man{1,5},pl/man1}} \ $RPM_BUILD_ROOT/{etc/cron.daily,var/state} make prefix=$RPM_BUILD_ROOT%{_prefix} \ exec_prefix=$RPM_BUILD_ROOT%{_prefix} \ install install %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.daily install %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/pl/man1/xargs.1 :> $RPM_BUILD_ROOT/var/state/locatedb gzip -9fn $RPM_BUILD_ROOT%{_infodir}/find.info* \ $RPM_BUILD_ROOT%{_mandir}/{man[15]/*,pl/man1/*} \ NEWS README TODO ChangeLog %post /sbin/install-info %{_infodir}/find.info.gz /etc/info-dir %preun if [ "$1" = "0" ]; then /sbin/install-info --delete %{_infodir}/find.info.gz /etc/info-dir fi %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc {NEWS,README,TODO,ChangeLog}.gz %attr(750,root,root) %config /etc/cron.daily/updatedb.cron %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %dir %{_libdir}/findutils %attr(755,root,root) %{_libdir}/findutils/* %{_mandir}/man[15]/* %lang(pl) %{_mandir}/pl/man1/* %{_infodir}/find.info* %ghost /var/state/* %changelog * Sat May 29 1999 Wojtek Ślusarczyk - FHS 2.0 * Wed May 12 1999 Piotr Czerwiński [4.1-30] - package is now FHS 2.0 compliant. * Tue Apr 20 1999 Piotr Czerwiński [4.1-29] - recompiled on rpm 3. * Tue Apr 5 1999 Piotr Czerwiński [4.1-28] - revision up to 28, - added Group(pl), - changed BuildRoot to /tmp/%%{name}-%%{version}-root, - removed 'rm -rf $RPM_BUILD_ROOT' from %build, - simplifications in %install, - standarized {un}registering info pages (added findutils-info.patch), - added more documentation, - added pl man page for xargs(1L), - added gzipping documentation and man pages, - changes in %files (for rpm-2.9x). * Sun Oct 4 1998 Tomasz Kłoczko [4.1.26] - changed way passing $RPM_OPT_FLAGS. * Fri Jun 12 1998 Wojtek Ślusarczyk [4.1.26d] - added pl translation (made by Piotr Dembiński ), - macro %%{name}-%%{version} in Source, - minor modifications of spec file. - build against GNU libc-2.1.