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

Michael Thomas (wart) fedora-extras-commits at redhat.com
Wed Jul 26 20:45:14 UTC 2006


Author: wart

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

Modified Files:
	sage.spec 
Log Message:
Added 'make %{?_smp_mflags} check' to %check




Index: sage.spec
===================================================================
RCS file: /cvs/extras/rpms/sage/devel/sage.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sage.spec	26 Jul 2006 19:29:34 -0000	1.1
+++ sage.spec	26 Jul 2006 20:45:14 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           sage
 Version:        0.1.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        OpenGL extensions library using SDL
 
 Group:          Development/Libraries
@@ -49,6 +49,8 @@
 %check
 # There are no tests yet, but upstream tends to be good about adding 
 # them.  This is a placeholder for when upstread finally adds the tests.
+make %{?_smp_mflags} check
+
 
 
 %clean
@@ -74,6 +76,10 @@
 
 
 %changelog
+* Wed Jul 26 2006 Wart <wart at kobold.org> 0.1.2-4
+- Added 'make check' to test section.  Even though it doesn't do anything,
+  it also doesn't generate an error.
+
 * Sat Jul 15 2006 Wart <wart at kobold.org> 0.1.2-3
 - Re-add --disable-static and remove the unnecessary rm of the .a file.
 - Added patch to remove -O3 compiler flag so as not to conflict




More information about the scm-commits mailing list