packages: dspam/dspam.spec - really disable parallel build

pawelz pawelz at pld-linux.org
Tue Apr 27 01:48:51 CEST 2010


Author: pawelz                       Date: Mon Apr 26 23:48:51 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- really disable parallel build

---- Files affected:
packages/dspam:
   dspam.spec (1.85 -> 1.86) 

---- Diffs:

================================================================
Index: packages/dspam/dspam.spec
diff -u packages/dspam/dspam.spec:1.85 packages/dspam/dspam.spec:1.86
--- packages/dspam/dspam.spec:1.85	Tue Apr 27 01:47:56 2010
+++ packages/dspam/dspam.spec	Tue Apr 27 01:48:45 2010
@@ -52,9 +52,6 @@
 %define		_webapps	/etc/webapps
 %define		_webapp		%{name}
 
-# Disable parallel build
-%define		_smp_mflags	%{nil}
-
 %description
 DSPAM (as in De-Spam) is an open-source project to create a new kind
 of anti-spam mechanism, and is currently effective as both a
@@ -316,7 +313,7 @@
 
 # --enable-dclassify-extension needs libdclassify
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -534,6 +531,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.86  2010/04/26 23:48:45  pawelz
+- really disable parallel build
+
 Revision 1.85  2010/04/26 23:47:56  pawelz
 - fix %post scriptlets (now plugins are installed in dspam dubdir)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dspam/dspam.spec?r1=1.85&r2=1.86&f=u



More information about the pld-cvs-commit mailing list