packages: fvwm2/fvwm2.spec - rel 4 - disable parallel make as it causes sil...

baggins baggins at pld-linux.org
Thu Jul 28 07:57:51 CEST 2011


Author: baggins                      Date: Thu Jul 28 05:57:51 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 4
- disable parallel make as it causes silent errors

---- Files affected:
packages/fvwm2:
   fvwm2.spec (1.92 -> 1.93) 

---- Diffs:

================================================================
Index: packages/fvwm2/fvwm2.spec
diff -u packages/fvwm2/fvwm2.spec:1.92 packages/fvwm2/fvwm2.spec:1.93
--- packages/fvwm2/fvwm2.spec:1.92	Thu Jul 28 01:54:35 2011
+++ packages/fvwm2/fvwm2.spec	Thu Jul 28 07:57:45 2011
@@ -21,7 +21,7 @@
 Summary(tr.UTF-8):	Yaygın bir pencere denetleyicisi
 Name:		fvwm2
 Version:	2.5.28
-Release:	3
+Release:	4
 License:	GPL
 Group:		X11/Window Managers
 Source0:	ftp://ftp.fvwm.org/pub/fvwm/version-2/fvwm-%{version}.tar.bz2
@@ -172,12 +172,12 @@
 	--with-iconv-library=no \
 	--without-termcap-library
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 install -d \
@@ -277,6 +277,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.93  2011/07/28 05:57:45  baggins
+- rel 4
+- disable parallel make as it causes silent errors
+
 Revision 1.92  2011/07/27 23:54:35  baggins
 - rel 3
 - fix linking (xft2 must be missing link-time deps)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fvwm2/fvwm2.spec?r1=1.92&r2=1.93&f=u



More information about the pld-cvs-commit mailing list