SPECS: gdbm.spec - __make -j1
sls
sls at pld-linux.org
Wed Dec 12 03:53:01 CET 2007
Author: sls Date: Wed Dec 12 02:53:01 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- __make -j1
---- Files affected:
SPECS:
gdbm.spec (1.77 -> 1.78)
---- Diffs:
================================================================
Index: SPECS/gdbm.spec
diff -u SPECS/gdbm.spec:1.77 SPECS/gdbm.spec:1.78
--- SPECS/gdbm.spec:1.77 Tue Oct 9 17:31:11 2007
+++ SPECS/gdbm.spec Wed Dec 12 03:52:56 2007
@@ -142,12 +142,12 @@
%{__autoconf}
%configure
-%{__make}
+%{__make} -j1
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install install-compat \
+%{__make} -j1 install install-compat \
INSTALL_ROOT=$RPM_BUILD_ROOT \
BINOWN=`id -u` BINGRP=`id -g`
@@ -186,6 +186,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.78 2007-12-12 02:52:56 sls
+- __make -j1
+
Revision 1.77 2007-10-09 15:31:11 baggins
- s/enviroment/environment/
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gdbm.spec?r1=1.77&r2=1.78&f=u
More information about the pld-cvs-commit
mailing list