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

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Jul 30 20:19:58 UTC 2008


Author: rdieter

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

Modified Files:
	maxima.spec 
Log Message:
workaround



Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/devel/maxima.spec,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- maxima.spec	30 Jul 2008 20:05:14 -0000	1.110
+++ maxima.spec	30 Jul 2008 20:19:27 -0000	1.111
@@ -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 "%{?sbcl_ver}" >= "1.0"
+%if 0%{?sbcl_ver} >= 1.0
 Requires: sbcl = %{sbcl_ver}
 %endif
 Requires: %{name} = %{version}




More information about the fedora-extras-commits mailing list