]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- added es,fr,it,ja,pl man pages
authorankry <ankry@pld-linux.org>
Thu, 8 Nov 2001 21:56:58 +0000 (21:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- revision 5

Changed files:
    gawk.spec -> 1.51

gawk.spec

index 78bf00915f1c7d39c79e75176f59efebdb8eb5eb..50ab3392d4c9c4caa921e147b1844204d20de874 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -7,13 +7,14 @@ Summary(tr):  GNU ara
 Summary(pt_BR): Utilitários GNU para manipulação arquivos texto
 Name:          gawk
 Version:       3.1.0
-Release:       4
+Release:       5
 License:       GPL
 Group:         Applications/Text
 Group(de):     Applikationen/Text
 Group(fr):     Utilitaires/Texte
 Group(pl):     Aplikacje/Tekst
 Source0:       ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
+Source1:       %{name}-non-english-man-pages.tar.bz2
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-newsecurity.patch
 Patch2:                %{name}-shutup.patch
@@ -98,6 +99,8 @@ 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}
 
 %post
@@ -114,6 +117,11 @@ rm -rf $RPM_BUILD_ROOT
 %doc *gz README_d/README.linux.gz 
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
+%lang(es) %{_mandir}/es/man1/*
+%lang(fr) %{_mandir}/fr/man1/*
+%lang(it) %{_mandir}/it/man1/*
+%lang(ja) %{_mandir}/ja/man1/*
+%lang(pl) %{_mandir}/pl/man1/*
 %{_infodir}/*info*
 %attr(755,root,root) %{_libdir}/awk
 %{_datadir}/awk
This page took 0.08926 seconds and 4 git commands to generate.