]> git.pld-linux.org Git - packages/gawk.git/blobdiff - gawk.spec
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/gawk.git] / gawk.spec
index cb1d7a02e851ba4569ceef571cf755c73ababc3a..fe85d0a90901e9436ec1822149b1dfc984abf1fd 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -9,20 +9,20 @@ Summary(ru.UTF-8):    GNU версия утилиты обработки текст
 Summary(tr.UTF-8):     GNU araçları metin düzenleyici
 Summary(uk.UTF-8):     GNU версія утиліти обробки текстів awk
 Name:          gawk
-Version:       3.1.5
-Release:       2
-License:       GPL
+Version:       3.1.7
+Release:       1
+License:       GPL v3+
 Group:         Applications/Text
-Source0:       ftp://ftp.gnu.org/gnu/gawk/%{name}-%{version}.tar.bz2
-# Source0-md5: 5703f72d0eea1d463f735aad8222655f
+Source0:       http://ftp.gnu.org/gnu/gawk/%{name}-%{version}.tar.bz2
+# Source0-md5: 674cc5875714315c490b26293d36dfcf
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 80753d75be0f469f70e8c90e75121a9c
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-shutup.patch
-Patch2:                %{name}-pl.po-update.patch
-BuildRequires: autoconf >= 2.59
-BuildRequires: automake >= 1:1.7
-BuildRequires: gettext-devel >= 0.14.4
+Patch2:                %{name}-3.1.3-getpgrp_void.patch
+BuildRequires: autoconf >= 2.61
+BuildRequires: automake >= 1:1.10
+BuildRequires: gettext-devel >= 0.16.1
 BuildRequires: texinfo >= 4.3
 Requires:      mktemp
 Requires:      sed
@@ -146,16 +146,15 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/README.gawk-non-english-man-pages
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%post  -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%postun        -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS README FUTURES LIMITATIONS NEWS PROBLEMS
-%doc README_d/README.linux POSIX.STD
+%doc AUTHORS ChangeLog README FUTURES LIMITATIONS NEWS POSIX.STD PROBLEMS README
 %attr(755,root,root) %{_bindir}/gawk
 %attr(755,root,root) %{_bindir}/igawk
 %attr(755,root,root) %{_bindir}/pgawk*
@@ -165,7 +164,7 @@ rm -rf $RPM_BUILD_ROOT
 %lang(it) %{_mandir}/it/man1/*
 %lang(ja) %{_mandir}/ja/man1/*
 %lang(pl) %{_mandir}/pl/man1/*
-%{_infodir}/*info*
+%{_infodir}/*.info*
 %attr(755,root,root) %{_libdir}/awk
 %{_datadir}/awk
 
This page took 0.066426 seconds and 4 git commands to generate.