rpms/maxima/devel maxima.spec,1.111,1.112

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Jul 31 11:45:16 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6378

Modified Files:
	maxima.spec 
Log Message:
workaround, take 32 



Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/devel/maxima.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- maxima.spec	30 Jul 2008 20:19:27 -0000	1.111
+++ maxima.spec	31 Jul 2008 11:44:46 -0000	1.112
@@ -197,7 +197,7 @@
 # maxima requires the *same* (or very similar) version it was built against
 # this hack should work, even in mock (-: -- Rex
 %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2)
-%if 0%{?sbcl_ver} >= 1.0
+%if "x%{?sbcl_ver}" != "x%{nil}" 
 Requires: sbcl = %{sbcl_ver}
 %endif
 Requires: %{name} = %{version}




More information about the scm-commits mailing list