]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- release 4, gawk-3_1_0-4
authorkloczek <kloczek@pld-linux.org>
Thu, 23 Aug 2001 18:15:41 +0000 (18:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merge shutup patch from rawhide (do not warn about escape sequence treated
  as plain text),
- translations stolen from CNV.

Changed files:
    gawk.spec -> 1.50

gawk.spec

index edd0df1139c7e876310c385d70731f9706e5b53a..78bf00915f1c7d39c79e75176f59efebdb8eb5eb 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -1,11 +1,13 @@
 Summary:       The GNU version of the awk text processing utility
 Summary(de):   Die GNU-Version des AWK-Textverarbeitungsutilitys
+Summary(es): Utilitarios GNU para manipulación de archivos texto
 Summary(fr):   Traitement de texte des utilitaires GNU
 Summary(pl):   Wersja GNU awk - narzêdzia do obróbki tekstów
 Summary(tr):   GNU araçlarý metin düzenleyici
+Summary(pt_BR): Utilitários GNU para manipulação arquivos texto
 Name:          gawk
 Version:       3.1.0
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/Text
 Group(de):     Applikationen/Text
@@ -14,6 +16,7 @@ Group(pl):    Aplikacje/Tekst
 Source0:       ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-newsecurity.patch
+Patch2:                %{name}-shutup.patch
 Requires:      mktemp
 Requires:      sed
 BuildRequires: texinfo
@@ -38,6 +41,12 @@ Programmiersprache, um Textmuster zu suchen, und neu zu formatieren.
 Gawk ist kompatibel zu der Bell Labs research-Version von awk, und ist
 fast kompatibel zum 1993 POSIX 1003.2-awk-Standard.
 
+%description -l es
+Este es el GNU Awk. Debe ser compatible con la versión de pesquisa
+de awk del Bell Labs. Es casi completamente vinculado con el padrón
+1993 POSIX 1003.2 para awk. Gawk puede ser usado para procesar
+archivos texto y se considera una herramienta padrón del Linux.
+
 %description -l fr
 awk de GNU, compatible vers le haut avec les versions awk des Bell
 Labs. Il est presque totalement conforme au standard 1993 POSIX 1003.2
@@ -56,6 +65,12 @@ Gawk (GNU awk) jest zaawansowanym j
 nadaj±cym siê do obróbki plików tekstowych. Jest to jedno z
 podstawowych narzêdzi systemu Linux.
 
+%description -l pt_BR
+Este é o GNU Awk. Ele deve ser compatível com a versão de pesquisa de
+awk do Bell Labs. Ele é quase completamente vinculado com o padrão
+1993 POSIX 1003.2 para awk. Gawk pode ser usado para processar
+arquivos texto e é considerado uma ferramenta padrão do Linux.
+
 %description -l tr
 Gawk metin dosyalarýný iþlemek için kullanýlan standart Linux
 Araçlarýndan biridir.
@@ -64,6 +79,7 @@ Ara
 %setup  -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure2_13 \
This page took 0.136925 seconds and 4 git commands to generate.