]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- updated to 3.1.0, gawk-3_1_0-2
authorkloczek <kloczek@pld-linux.org>
Thu, 5 Jul 2001 16:41:35 +0000 (16:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsoleted patches, updated info patch and merged newsecurity patch
  from rawhide.

Changed files:
    gawk.spec -> 1.46

gawk.spec

index 26b44da0def094a33f17f9dd5e2cb6c3bf1ac248..5bc4f3402f779c87aa64599c29488bfc6a3f49c8 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -4,18 +4,16 @@ 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
 Name:          gawk
-Version:       3.0.6
-Release:       3
+Version:       3.1.0
+Release:       2
 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
-Patch0:                %{name}-unaligned.patch
-Patch1:                %{name}-info.patch
-Patch2:                %{name}-mktemp.patch
-Patch3:                %{name}-DESTDIR.patch
+Patch0:                %{name}-info.patch
+Patch1:                %{name}-newsecurity.patch
 Requires:      mktemp
 Requires:      sed
 BuildRequires: texinfo
@@ -66,11 +64,10 @@ Ara
 %setup  -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1 -b .wiget
 
 %build
-%configure
+%configure \
+       --enable-nls
 %{__make}
 
 %install
@@ -82,9 +79,11 @@ install -d $RPM_BUILD_ROOT%{_bindir}
 
 rm -f $RPM_BUILD_ROOT%{_bindir}/gawk-%{version}
 
-gzip -9nf README ACKNOWLEDGMENT FUTURES LIMITATIONS NEWS PORTS \
+gzip -9nf AUTHORS README FUTURES LIMITATIONS NEWS PROBLEMS \
        README_d/README.linux POSIX.STD
 
+%find_lang %{name}
+
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
@@ -94,7 +93,7 @@ gzip -9nf README ACKNOWLEDGMENT FUTURES LIMITATIONS NEWS PORTS \
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc *gz README_d/README.linux.gz 
 %attr(755,root,root) %{_bindir}/*
This page took 0.079875 seconds and 4 git commands to generate.