rpms/maxima/F-8 maxima.spec,1.87,1.88

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Jun 17 14:14:36 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21285

Modified Files:
	maxima.spec 
Log Message:
workaround lisp borkage



Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/F-8/maxima.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- maxima.spec	17 Jun 2008 04:06:38 -0000	1.87
+++ maxima.spec	17 Jun 2008 14:13:33 -0000	1.88
@@ -11,6 +11,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?fedora} > 8
+
 # reinclude ppc when fixed: http://bugzilla.redhat.com/448734
 ExclusiveArch: i386 x86_64 sparc
 %else
@@ -24,8 +25,9 @@
 
 %ifarch %{ix86}
 %define _enable_cmucl --enable-cmucl
-%if 0%{?fedora} > 2 && 0%{?fedora} < 10
-%define _enable_gcl --enable-gcl
+%if 0%{?fedora}
+# gcl/f8 bustage on i386: https://bugzilla.redhat.com/show_bug.cgi?id=451801
+#define _enable_gcl --enable-gcl
 %endif
 %endif
 
@@ -43,14 +45,14 @@
 %endif
 
 %ifarch ppc
-#define default_lisp sbcl
+%define default_lisp sbcl
 # clisp: http://bugzilla.redhat.com/166347 (resolved) - clisp/ppc (still) awol.
 #define _enable_clisp --enable-clisp 
 # gcl:   http://bugzilla.redhat.com/167952
 #define _enable_gcl --enable-gcl 
 # 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 _enable_sbcl --enable-sbcl 
 %endif
 
 %ifarch sparc
@@ -442,7 +444,7 @@
 * Wed May 28 2008 Rex Dieter <rdieter at fedoraproject.org> - 5.15.0-1
 - maxima-5.15.0
 - omit ppc (sbcl, #448734)
-- omit gcl (f10+ busted, for now)
+- omit gcl (#451801)
 - touchup scriptlets
 
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 5.14.0-6




More information about the fedora-extras-commits mailing list