rpms/maxima/devel maxima.spec,1.144,1.145

Rex Dieter rdieter at fedoraproject.org
Sun Jan 3 02:43:54 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19541

Modified Files:
	maxima.spec 
Log Message:
sync check_nonfatal bits from EPEL branches



Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/devel/maxima.spec,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -p -r1.144 -r1.145
--- maxima.spec	21 Dec 2009 19:40:05 -0000	1.144
+++ maxima.spec	3 Jan 2010 02:43:54 -0000	1.145
@@ -52,6 +52,7 @@ ExclusiveArch: %{ix86} x86_64 ppc sparcv
 # sbcl:  http://bugzilla.redhat.com/220053 (resolved)
 # sbcl: ppc/ld joy, "final link failed: Nonrepresentable section on output" http://bugzilla.redhat.com/448734
 %define _enable_sbcl --enable-sbcl 
+%define check_nonfatal ||:
 %endif
 
 %ifarch sparcv9
@@ -241,7 +242,7 @@ popd
 
 
 %check 
-make check
+make -k check %{?check_nonfatal}
 
 
 %install




More information about the fedora-extras-commits mailing list