]> git.pld-linux.org Git - packages/findutils.git/commitdiff
- removed unused Source1,
authorkloczek <kloczek@pld-linux.org>
Sun, 3 Oct 1999 01:17:01 +0000 (01:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added mktemp (tmp race fixes), numblks and getshort patches (from rawhide
  and mandrake),
- added passing LDFLAGS="-s" to ./configure enviromet.

Changed files:
    findutils.spec -> 1.24

findutils.spec

index 5cb85b91bb948716b3f66254b7459f5217d4d334..392c12b614c148bb2d94dfa51b543db31b8613d0 100644 (file)
@@ -1,7 +1,7 @@
-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:       GNU Find Utilities (find, xargs)
+Summary(de):   GNU-Suchprogramme (find, xargs)
+Summary(fr):   Utilitaires de recherche de GNU (find, xargs)
+Summary(pl):   GNU narzêdzia do odnajdywania plików (find, xargs)
 Summary(tr):   GNU dosya arama araçlarý
 Name:          findutils
 Version:       4.1
@@ -10,33 +10,42 @@ Copyright:  GPL
 Group:         Utilities/File
 Group(pl):     Narzêdzia/Pliki
 Source0:       ftp://prep.ai.mit.edu/pub/gnu/findutils/%{name}-%{version}.tar.gz
-Source1:       updatedb.cron
 Patch0:                findutils-info.patch
 Patch1:                findutils-basename.patch
 Patch2:                findutils-glibc.patch
 patch3:                findutils-glibc21.patch
 Patch4:                findutils-xargsoverflow.patch
 Patch5:                findutils-pl_manpages.patch
+Patch6:                findutils-mktemp.patch
+Patch7:                findutils-numblks.patch
+Patch8:                findutils-getshort.patch
 BuildRequires: texinfo
 Prereq:                /usr/sbin/fix-info-dir
 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 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 locate utility searches a database (create by updatedb) to
+quickly find a file matching a given pattern.  The xargs utility builds and
+executes command lines from standard input arguments (usually lists of file
+names generated by the find command).
 
 %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 findutils-Paket enthält Programme, die dabei helfen, Dateien auf Ihrem
+System zu finden. Das Find-Utility durchsucht die Verzeichnishierarchie nach
+Dateien, die zu bestimmten Kriterien (z.B. Dateiname) passen. Das
+locate-Utility durchsucht eine Datenbank (erzeugt durch updatedb), um die
+Dateien schneller finden zu können. xargs konstruiert Kommandozeilen von
+der Standardeingabe (z.B. Dateilisten, die von find erzeugt werden), und
+führt sie aus.
 
 %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).
+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).
 
 %description -l pl
 W pakiecie znajduj± siê narzêdzia pozwalaj±ce na poszukiwanie okre¶lonych
@@ -57,9 +66,13 @@ yaz
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 %build
 autoconf
+LDFLAGS="-s"; export LDFLAGS
 %configure 
 
 make
This page took 0.050734 seconds and 4 git commands to generate.