Author: qboosh Date: Mon May 10 06:13:04 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.1.8 - now it uses external (static) libsigsegv
---- Files affected: packages/gawk: gawk.spec (1.99 -> 1.100) ---- Diffs: ================================================================ Index: packages/gawk/gawk.spec diff -u packages/gawk/gawk.spec:1.99 packages/gawk/gawk.spec:1.100 --- packages/gawk/gawk.spec:1.99 Mon Dec 14 01:12:27 2009 +++ packages/gawk/gawk.spec Mon May 10 08:12:59 2010 @@ -1,6 +1,4 @@ # $Revision$, $Date$ - -%define libsigsegv_version 2.8 Summary: The GNU version of the awk text processing utility Summary(de.UTF-8): Die GNU-Version des AWK-Textverarbeitungsutilitys Summary(es.UTF-8): Utilitarios GNU para manipulación de archivos texto @@ -12,23 +10,23 @@ Summary(tr.UTF-8): GNU araçları metin düzenleyici Summary(uk.UTF-8): GNU версія утиліти обробки текстів awk Name: gawk -Version: 3.1.7 +Version: 3.1.8 Release: 1 License: GPL v3+ Group: Applications/Text Source0: http://ftp.gnu.org/gnu/gawk/%{name}-%{version}.tar.bz2 -# Source0-md5: 674cc5875714315c490b26293d36dfcf +# Source0-md5: 52b41c6c4418b3226dfb8f82076193bb Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source1-md5: 80753d75be0f469f70e8c90e75121a9c -Source2: http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-%{libsigsegv_version}.tar.gz -# Source2-md5: ebe554e26870d8bc200ef3e3539ffd7c Patch0: %{name}-info.patch Patch1: %{name}-shutup.patch Patch2: %{name}-3.1.3-getpgrp_void.patch -BuildRequires: autoconf >= 2.61 -BuildRequires: automake >= 1:1.10 -BuildRequires: gettext-devel >= 0.16.1 +URL: http://www.gnu.org/software/gawk/ +BuildRequires: autoconf >= 2.63 +BuildRequires: automake >= 1:1.11 +BuildRequires: gettext-devel >= 0.17 BuildRequires: libtool +BuildRequires: libsigsegv BuildRequires: texinfo >= 4.3 Requires: mktemp Requires: sed @@ -116,18 +114,11 @@ Ten pakiet zawiera pliki nagłówkowe dla gawka. %prep -%setup -q -a2 +%setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 -mv libsigsegv libsigsegv-gawk -mv libsigsegv-%{libsigsegv_version} libsigsegv -cat <<'EOF' >> libsigsegv/Makefile.am -install: - @echo nothing to install -EOF - rm -f po/stamp-po %build @@ -137,14 +128,6 @@ %{__autoheader} %{__automake} -cd libsigsegv -%{__libtoolize} -%{__aclocal} -I m4 -%{__autoconf} -%{__autoheader} -%{__automake} -cd .. - %configure %{__make} -j1 @@ -168,10 +151,10 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/postshell +%post -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} -%postun -p /sbin/postshell +%postun -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %files -f %{name}.lang @@ -180,15 +163,15 @@ %attr(755,root,root) %{_bindir}/gawk %attr(755,root,root) %{_bindir}/igawk %attr(755,root,root) %{_bindir}/pgawk* +%attr(755,root,root) %{_libdir}/awk +%{_datadir}/awk %{_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 +%{_infodir}/gawk*.info* %files devel %defattr(644,root,root,755) @@ -200,6 +183,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.100 2010/05/10 06:12:59 qboosh +- updated to 3.1.8 +- now it uses external (static) libsigsegv + Revision 1.99 2009/12/14 00:12:27 sparky - don't repeat README in %doc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gawk/gawk.spec?r1=1.99&r2=1.100&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
