rpms/wfmath/devel wfmath.spec,1.1,1.2

Michael Thomas (wart) fedora-extras-commits at redhat.com
Thu Jul 20 16:47:42 UTC 2006


Author: wart

Update of /cvs/extras/rpms/wfmath/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9543

Modified Files:
	wfmath.spec 
Log Message:
Add smp_mflags to %%check




Index: wfmath.spec
===================================================================
RCS file: /cvs/extras/rpms/wfmath/devel/wfmath.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wfmath.spec	20 Jul 2006 15:49:56 -0000	1.1
+++ wfmath.spec	20 Jul 2006 16:47:42 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           wfmath
 Version:        0.3.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        WorldForge client math libraries
 
 Group:          Development/Libraries
@@ -59,7 +59,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %post -p /sbin/ldconfig
 
@@ -82,6 +82,9 @@
 
 
 %changelog
+* Thu Jul 20 2006 Wart <wart at kobold.org> 0.3.4-3
+- Add smp_mflags to %%check
+
 * Wed Jul 19 2006 Wart <wart at kobold.org> 0.3.4-2
 - Added patch to fix test failures on x86_64
 - Add 'make check'




More information about the fedora-extras-commits mailing list