Author: arekm Date: Sat Nov 1 15:56:09 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 3; argp hacks to get this building
---- Files affected: SPECS: cpio.spec (1.77 -> 1.78) ---- Diffs: ================================================================ Index: SPECS/cpio.spec diff -u SPECS/cpio.spec:1.77 SPECS/cpio.spec:1.78 --- SPECS/cpio.spec:1.77 Tue Apr 8 10:24:51 2008 +++ SPECS/cpio.spec Sat Nov 1 16:56:04 2008 @@ -10,7 +10,7 @@ Summary(uk.UTF-8): Архівна програма GNU Name: cpio Version: 2.9 -Release: 2 +Release: 3 License: GPL v3+ Group: Applications/Archiving Source0: http://ftp.gnu.org/gnu/cpio/%{name}-%{version}.tar.bz2 @@ -110,6 +110,14 @@ rm -f po/stamp-po +rm m4/extensions.m4 +sed -i -e 's#gl_USE_SYSTEM_EXTENSIONS#AC_USE_SYSTEM_EXTENSIONS#g' configure.ac m4/*.m4 + +rm lib/argp*.h +for f in lib/arg*.c; do + :> $f +done + %build %{__gettextize} %{__aclocal} -I m4 @@ -156,6 +164,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.78 2008/11/01 15:56:04 arekm +- rel 3; argp hacks to get this building + Revision 1.77 2008/04/08 08:24:51 glen - unify ftp.gnu.org urls ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cpio.spec?r1=1.77&r2=1.78&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
