SPECS: libextractor.spec - added pmake patch (fixes parallel make)...
qboosh
qboosh at pld-linux.org
Sat Mar 22 12:59:08 CET 2008
Author: qboosh Date: Sat Mar 22 11:59:08 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added pmake patch (fixes parallel make)
- dropped --ltdl from libtoolize (not required since some time, fixes build with libtool 2.2)
---- Files affected:
SPECS:
libextractor.spec (1.52 -> 1.53)
---- Diffs:
================================================================
Index: SPECS/libextractor.spec
diff -u SPECS/libextractor.spec:1.52 SPECS/libextractor.spec:1.53
--- SPECS/libextractor.spec:1.52 Thu Jan 24 02:36:33 2008
+++ SPECS/libextractor.spec Sat Mar 22 12:59:02 2008
@@ -16,6 +16,7 @@
Patch0: %{name}-64bit.patch
Patch1: %{name}-make.patch
Patch2: %{name}-info.patch
+Patch3: %{name}-pmake.patch
URL: http://gnunet.org/libextractor/
%if %{with qt}
BuildRequires: QtSvg-devel >= 4.0.1
@@ -155,10 +156,11 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%build
%{__gettextize}
-%{__libtoolize} --ltdl
+%{__libtoolize}
%{__aclocal} -I m4
%{__autoconf}
%{__autoheader}
@@ -322,6 +324,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.53 2008-03-22 11:59:02 qboosh
+- added pmake patch (fixes parallel make)
+- dropped --ltdl from libtoolize (not required since some time, fixes build with libtool 2.2)
+
Revision 1.52 2008-01-24 01:36:33 glen
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libextractor.spec?r1=1.52&r2=1.53&f=u
More information about the pld-cvs-commit
mailing list