SPECS: gdbm.spec - simple patch instead of stupid workaround (make...
zbyniu
zbyniu at pld-linux.org
Tue Dec 18 23:45:02 CET 2007
Author: zbyniu Date: Tue Dec 18 22:45:01 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- simple patch instead of stupid workaround (make -j N)
---- Files affected:
SPECS:
gdbm.spec (1.78 -> 1.79)
---- Diffs:
================================================================
Index: SPECS/gdbm.spec
diff -u SPECS/gdbm.spec:1.78 SPECS/gdbm.spec:1.79
--- SPECS/gdbm.spec:1.78 Wed Dec 12 03:52:56 2007
+++ SPECS/gdbm.spec Tue Dec 18 23:44:56 2007
@@ -16,6 +16,7 @@
Patch1: %{name}-jbj.patch
Patch2: %{name}-linking.patch
Patch3: %{name}-link-compat.patch
+Patch4: %{name}-make-jN.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
@@ -134,6 +135,7 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
%build
%{__libtoolize}
@@ -142,7 +144,7 @@
%{__autoconf}
%configure
-%{__make} -j1
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -186,6 +188,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.79 2007-12-18 22:44:56 zbyniu
+- simple patch instead of stupid workaround (make -j N)
+
Revision 1.78 2007-12-12 02:52:56 sls
- __make -j1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gdbm.spec?r1=1.78&r2=1.79&f=u
More information about the pld-cvs-commit
mailing list