]> git.pld-linux.org Git - packages/findutils.git/blobdiff - findutils.spec
- reelase 5: merge translations from Conectiva.
[packages/findutils.git] / findutils.spec
index 511307ccfdac612a67090a3be820601d24ef2612..a4e8768dd85c74468e1c1b16dc3a1e952a36fb08 100644 (file)
@@ -1,20 +1,30 @@
 Summary:       GNU Find Utilities (find, xargs)
 Summary(de):   GNU-Suchprogramme (find, xargs)
+Summary(es):   Utilitarios de búsqueda de la GNU
 Summary(fr):   Utilitaires de recherche de GNU (find, xargs)
 Summary(pl):   GNU narzêdzia do odnajdywania plików (find, xargs)
+Summary(pt_BR):        Utilitários de procura da GNU
 Summary(tr):   GNU dosya arama araçlarý
 Name:          findutils
-Version:       4.1.6
-Release:       1
+Version:       4.1.7
+Release:       5
+Epoch:         1
 License:       GPL
-Group:         Utilities/File
-Group(pl):     Narzêdzia/Pliki
+Group:         Applications/File
+Group(de):     Applikationen/Datei
+Group(es):     Aplicaciones/Archivos
+Group(fr):     Applications/Fichiers
+Group(pl):     Aplikacje/Pliki
+Group(pt):     Aplicações/Ficheiros
+Group(pt_BR):  Aplicações/Arquivos
 Source0:       ftp://alpha.gnu.org/gnu/%{name}-%{version}.tar.gz
-Patch0:                findutils-info.patch
-Patch1:                findutils-pl_manpages.patch
-Patch2:                findutils-mktemp.patch
-Patch3:                findutils-getshort.patch
-Patch4:                findutils-DESTDIR.patch
+Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
+Patch0:                %{name}-info.patch
+Patch2:                %{name}-mktemp.patch
+Patch3:                %{name}-getshort.patch
+Patch4:                %{name}-DESTDIR.patch
+Patch5:                %{name}-am-workaround.patch
+Patch6:                %{name}-xargs_help_cr.patch
 BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,6 +47,12 @@ Dateiname) passen. Das locate-Utility durchsucht eine Datenbank
 xargs konstruiert Kommandozeilen von der Standardeingabe (z.B.
 Dateilisten, die von find erzeugt werden), und führt sie aus.
 
+%description -l es
+Este paquete contiene programas para ayúdalo a localizar archivos en
+tu sistema. El programa find puede pesquisar, a través de una
+jerarquía de directorios, buscando por archivos que obedezcan a un
+cierto conjunto de criterios (como nombre de archivo modelo).
+
 %description -l fr
 Ce package contient des programmes pour vous aider à localiser des
 fichiers sur votre système. Le programme find peut rechercher à
@@ -49,6 +65,12 @@ okre
 katalogów plików o okre¶lonych parametrach, jak nazwa, uprawnienia,
 typ czy data ostatniej modyfikacji.
 
+%description -l pt_BR
+Esse pacote contém programas para ajudá-lo a localizar arquivos em seu
+sistema. O programa find pode procurar através de uma hierarquia de
+diretórios procurando por arquivos que obedeçam um certo conjunto de
+critérios (como nome de arquivo modelo).
+
 %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
@@ -58,27 +80,25 @@ arayabilirsiniz.
 %prep
 %setup  -q
 %patch0 -p1 
-%patch1 -p1
 %patch2 -p1 
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
 %build
-#autoconf
 touch lib/{stat,lstat}.c
-automake
 %configure 
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/pl/man1
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
        
-install pl/*.1  $RPM_BUILD_ROOT%{_mandir}/pl/man1
+bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
 gzip -9nf NEWS README TODO ChangeLog
        
@@ -99,7 +119,14 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/find
 %attr(755,root,root) %{_bindir}/xargs
 
-%{_mandir}/man1/find.1*
-%{_mandir}/man1/xargs.1*
-%lang(pl) %{_mandir}/pl/man1/*
+%{_mandir}/man1/[fx]*
+%lang(de) %{_mandir}/de/man1/[fx]*
+%lang(es) %{_mandir}/es/man1/[fx]*
+%lang(fi) %{_mandir}/fi/man1/[fx]*
+%lang(fr) %{_mandir}/fr/man1/[fx]*
+%lang(hu) %{_mandir}/hu/man1/[fx]*
+%lang(it) %{_mandir}/it/man1/[fx]*
+%lang(ja) %{_mandir}/ja/man1/[fx]*
+%lang(nl) %{_mandir}/nl/man1/[fx]*
+%lang(pl) %{_mandir}/pl/man1/[fx]*
 %{_infodir}/find.info*
This page took 0.053691 seconds and 4 git commands to generate.