]> git.pld-linux.org Git - packages/gawk.git/blobdiff - gawk.spec
- added pl.po, release 2
[packages/gawk.git] / gawk.spec
index 4bf2c59aef779c7de07f5c668919756f3e22a2d8..d4b4166bbbdd4555616e05cf71875cfe2c7ce740 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -2,29 +2,32 @@ 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(ja):   GNU ¥Ð¡¼¥¸¥ç¥ó¤Î awk ¥Æ¥­¥¹¥È½èÍý¥æ¡¼¥Æ¥£¥ê¥Æ¥£¡¼
 Summary(pl):   Wersja GNU awk - narzêdzia do obróbki tekstów
 Summary(pt_BR):        Utilitários GNU para manipulação arquivos texto
 Summary(ru):   GNU ×ÅÒÓÉÑ ÕÔÉÌÉÔÙ ÏÂÒÁÂÏÔËÉ ÔÅËÓÔÏ× awk
 Summary(tr):   GNU araçlarý metin düzenleyici
 Summary(uk):   GNU ×ÅÒӦѠÕÔÉ̦ÔÉ ÏÂÒÏÂËÉ ÔÅËÓԦנawk
 Name:          gawk
-Version:       3.1.1
-Release:       1
+Version:       3.1.2
+Release:       2
 License:       GPL
 Group:         Applications/Text
 Source0:       ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
+Source2:       %{name}-pl.po
 Patch0:                %{name}-info.patch
-Patch1:                %{name}-newsecurity.patch
-Patch2:                %{name}-shutup.patch
+Patch1:                %{name}-shutup.patch
+Patch2:                %{name}-pmake.patch
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake >= 1.7
+BuildRequires: texinfo
 Requires:      mktemp
 Requires:      sed
-BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     gawk-doc
 
 %define                _libexecdir     %{_prefix}/lib
-%define                _libdir         %{_prefix}/lib
 
 %description
 The gawk packages contains the GNU version of awk, a text processing
@@ -52,8 +55,11 @@ 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
 de awk.
 
-gawk sert à traiter les fichiers texte est est considéré comme un
-outil standard de Linux.
+%description -l ja
+gawk ¥Ñ¥Ã¥±¡¼¥¸¤Ï GNU ¥Ð¡¼¥¸¥ç¥ó¤Î¡¢¥Æ¥­¥¹¥È½èÍý¥æ¡¼¥Æ¥£¥ê¥Æ¥£¡¼
+¤Ç¤¢¤ë awk ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£awk ¤ÏÁÇÁ᤯¡¢Íưפʥѥ¿¡¼¥ó¥Þ¥Ã¥Á¥ó¥°¤È
+À°·Á½èÍý¤ò¤¹¤ë¤¿¤á¤ÎÆüì¤ÊÌÜŪ¤Î¸À¸ì¤Ç¤¹¡£gawk ¤Ï¥Ù¥ë¸¦¤Î¥Ð¡¼¥¸¥ç¥ó¤Î
+awk ¤È¾å°Ì¸ß´¹¤Ç¡¢awk ¤Î 1993 POSIX 1003.2 É¸½à¤Ë´°Á´¤Ë¹çÃפ·¤Þ¤¹¡£
 
 %description -l pl
 Pakiet zawiera implementacjê GNU interpretera jêzyka awk, który
@@ -96,8 +102,15 @@ Ara
 %patch1 -p1
 %patch2 -p1
 
+cp %{SOURCE2} po/pl.po
+echo 'pl' >> po/LINGUAS
+
 %build
-%configure2_13 \
+%{__aclocal}
+%{__autoconf} -I m4
+%{__autoheader}
+%{__automake}
+%configure \
        --enable-nls
 %{__make}
 
@@ -110,9 +123,6 @@ install -d $RPM_BUILD_ROOT%{_bindir}
 
 rm -f $RPM_BUILD_ROOT%{_bindir}/gawk-%{version}
 
-gzip -9nf AUTHORS README FUTURES LIMITATIONS NEWS PROBLEMS \
-       README_d/README.linux POSIX.STD
-
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
 %find_lang %{name}
@@ -128,7 +138,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *gz README_d/README.linux.gz
+%doc AUTHORS README FUTURES LIMITATIONS NEWS PROBLEMS 
+%doc README_d/README.linux POSIX.STD
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 %lang(es) %{_mandir}/es/man1/*
This page took 0.128989 seconds and 4 git commands to generate.