]> git.pld-linux.org Git - packages/findutils.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Thu, 18 May 2000 20:18:39 +0000 (20:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    findutils.spec -> 1.29

findutils.spec

index 6528a9bc1c288dc8eb5a8241b4ce778b251b5754..33a9bec1727b96d6e4931e9e1cc1b85e31b114a2 100644 (file)
@@ -6,7 +6,7 @@ Summary(tr):    GNU dosya arama ara
 Name:          findutils
 Version:       4.1
 Release:       33
-Copyright:     GPL
+License:       GPL
 Group:         Utilities/File
 Group(pl):     Narzêdzia/Pliki
 Source0:       ftp://prep.ai.mit.edu/pub/gnu/findutils/%{name}-%{version}.tar.gz
@@ -23,39 +23,41 @@ BuildRequires:      texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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 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).
+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
-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.
+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
-plików. Program find s³u¿y do poszukiwania w drzewie katalogów plików o
-okre¶lonych parametrach, jak nazwa, uprawnienia, typ czy data ostatniej
-modyfikacji.
+W pakiecie znajduj± siê narzêdzia pozwalaj±ce na poszukiwanie
+okre¶lonych plików. Program find s³u¿y do poszukiwania w drzewie
+katalogów plików o okre¶lonych parametrach, jak nazwa, uprawnienia,
+typ czy data ostatniej modyfikacji.
 
 %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.
+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.
 
 %prep
 %setup  -q
@@ -88,7 +90,7 @@ make install \
        
 install pl/*.1  $RPM_BUILD_ROOT%{_mandir}/pl/man1
 
-gzip -9fn $RPM_BUILD_ROOT%{_infodir}/find.info* \
+gzip -9nf $RPM_BUILD_ROOT%{_infodir}/find.info* \
        $RPM_BUILD_ROOT%{_mandir}/{man?/*,pl/man1/*} \
        NEWS README TODO ChangeLog
 
This page took 0.049222 seconds and 4 git commands to generate.