rpms/wfmath/F-11 wfmath.spec,1.14,1.15

Karsten Hopp karsten at fedoraproject.org
Wed Apr 22 18:55:13 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/wfmath/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10473

Modified Files:
	wfmath.spec 
Log Message:
- Don't run unit tests on s390(x), similar to ppc64



Index: wfmath.spec
===================================================================
RCS file: /cvs/extras/rpms/wfmath/F-11/wfmath.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- wfmath.spec	27 Feb 2009 19:33:10 -0000	1.14
+++ wfmath.spec	22 Apr 2009 18:54:41 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           wfmath
 Version:        0.3.9
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        WorldForge client math libraries
 
 Group:          Development/Libraries
@@ -63,8 +63,8 @@
 rm -rf $RPM_BUILD_ROOT
 
 %check
-# Tests are failing on PPC :(
-%ifnarch ppc ppc64
+# Tests are failing on PPC and s390(x) :(
+%ifnarch ppc ppc64 s390 s390x
 # Run tests in debug mode so asserts won't be skipped
 sed -i -e 's/-DNDEBUG/-DDEBUG/' wfmath/Makefile
 make %{?_smp_mflags} check
@@ -91,6 +91,9 @@
 
 
 %changelog
+* Wed Apr 22 2009 Karsten Hopp <karsten at redhat.com> 0.3.9-1.1
+- Don't run unit tests on s390(x), similar to ppc64
+
 * Fri Feb 27 2009 Alexey Torkhov <atorkhov at gmail.com> 0.3.9-1
 - Update to 0.3.9
 




More information about the fedora-extras-commits mailing list