]> git.pld-linux.org Git - packages/tar.git/commitdiff
- updated to 1.13.20,
authorkloczek <kloczek@pld-linux.org>
Tue, 28 Aug 2001 08:38:19 +0000 (08:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added regenerate ac/am files,
- merged error patch from rawhide and translations from CNV.

Changed files:
    tar.spec -> 1.45

tar.spec

index 49f5efa30faa589a20873875509050be6c692139..981eaf9a2be4b66e27815462cb99a5ae61a975c9 100644 (file)
--- a/tar.spec
+++ b/tar.spec
@@ -1,10 +1,12 @@
 Summary:       A GNU file archiving program
 Summary(de):   GNU-Magnetband-Archivierprogramm (tar)
+knSummary(es): GNU Tape Archiver (tar)
 Summary(fr):   Programme d'archivage GNU (tar: GNU Tape Archiver)
 Summary(pl):   Program do archiwizacji (GNU)
+Summary(pt_BR):        GNU Tape Archiver (tar)
 Summary(tr):   Yaygýn kullanýlan yedekleyici
 Name:          tar
-Version:       1.13.19
+Version:       1.13.20
 Release:       1
 Epoch:         1
 License:       GPL
@@ -17,8 +19,10 @@ Patch0:              %{name}-manpage.patch
 Patch1:                %{name}-info.patch
 Patch2:                %{name}-pipe.patch
 Patch3:                %{name}-namecache.patch
-Patch4:                %{name}-excluded_name.patch
-Patch5:                %{name}-fail.patch
+Patch4:                %{name}-error.patch
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: bison
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _exec_prefix    /
@@ -50,6 +54,15 @@ zu archivieren und die M
 Wenn Sie tar für Netzwerkbackups benutzen wollen, brauchen Sie
 außerdem das rmt-Paket.
 
+%description -l es
+GNU "tar" guarda varios archivos juntos, en una cinta o archivo de
+disco, y puede restaurar archivos individuales de este almacenaje.
+Incluye soporte para multivolúmenes, habilidad de almacenar archivos
+dispersos, compresión/descompresión automática, almacenajes remotos y
+características especiales que permiten "tar" ser usado para backups
+incrementales y completos. Si deseas hacer backups remotos con tar, te
+hará falta instalar el paquete "rmt".
+
 %description -l fr
 Le programme GNU tar permet de regrouper plusieurs fichiers en une
 seule archive et d'effectuer diverses opérations sur cette archive
@@ -87,6 +100,15 @@ kompresj
 robienia pe³nych i przyrostowych kopii bezpieczeñstwa. Aby tworzyæ
 zdalne archiwa tar-a trzeba zainstalowaæ pakiet rmt.
 
+%description -l pt_BR
+GNU "tar" guarda vários arquivos juntos em uma fita ou arquivo de
+disco, e pode restaurar arquivos individuais desta armazenagem. Ele
+inclui suporte para multi-volumes, habilidade de armazenar arquivos
+dispersos, compressão/descompressão automática, armazenamentos remotos
+e características especiais que permitem "tar" ser usado para backups
+incrementais e completos. Se você deseja fazer backups remotos com
+tar, você irá precisar instalar o pacote "rmt".
+
 %description -l tr
 GNU tar, birden çok dosyayý tek bir manyetik bant ya da disk üzerinde
 arþivleyebildiði gibi, bu dosyalarýn arþivden tek tek geri
@@ -100,11 +122,15 @@ s
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %build
 chmod -R a+rwX .
-%configure2_13
+rm -f missing m4/{ccstdc,gettext,isc-posix,lcmessage,progtest}.m4
+autoheader
+aclocal -I m4
+autoconf
+automake -a -c
+%configure
 
 (cd doc; cp stamp-vti version.texi; touch *; makeinfo --force tar.texi)
 %{__make}
This page took 0.125832 seconds and 4 git commands to generate.