packages: jbigkit/jbigkit.spec - tests must not be run in parallel

sparky sparky at pld-linux.org
Fri May 14 16:06:13 CEST 2010


Author: sparky                       Date: Fri May 14 14:06:13 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- tests must not be run in parallel

---- Files affected:
packages/jbigkit:
   jbigkit.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: packages/jbigkit/jbigkit.spec
diff -u packages/jbigkit/jbigkit.spec:1.33 packages/jbigkit/jbigkit.spec:1.34
--- packages/jbigkit/jbigkit.spec:1.33	Sat Mar 20 17:19:57 2010
+++ packages/jbigkit/jbigkit.spec	Fri May 14 16:06:07 2010
@@ -84,7 +84,7 @@
 	msgfmt -c -v -o "${l%.po}.mo" "$l"
 done
 
-%{?with_tests:%{__make} test}
+%{?with_tests:%{__make} -j1 test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -144,6 +144,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2010/05/14 14:06:07  sparky
+- tests must not be run in parallel
+
 Revision 1.33  2010/03/20 16:19:57  qboosh
 - added missing jbig_ar.h header
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jbigkit/jbigkit.spec?r1=1.33&r2=1.34&f=u



More information about the pld-cvs-commit mailing list