rpms/maxima/EL-5 maxima.spec,1.56,1.57

Rex Dieter rdieter at fedoraproject.org
Mon Dec 21 19:59:50 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22031

Modified Files:
	maxima.spec 
Log Message:
tweak make check



Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/EL-5/maxima.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- maxima.spec	21 Dec 2009 19:43:34 -0000	1.56
+++ maxima.spec	21 Dec 2009 19:59:50 -0000	1.57
@@ -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