[maxima] disable cmucl (orphaned) support

Rex Dieter rdieter at fedoraproject.org
Sun Jul 1 17:23:16 UTC 2012


commit 5753fb1ed996c19e0a540efa0b7ba52f9527f999
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sun Jul 1 12:26:29 2012 -0500

    disable cmucl (orphaned) support
    
    - disable gcl support on f18+, gcl build temporarily(?) busted

 maxima.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/maxima.spec b/maxima.spec
index baf6c74..e1acdbf 100644
--- a/maxima.spec
+++ b/maxima.spec
@@ -3,7 +3,7 @@ Summary: Symbolic Computation Program
 Name: 	 maxima
 Version: 5.27.0
 
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
@@ -22,13 +22,11 @@ ExclusiveArch: %{ix86} x86_64 ppc sparcv9
 %define _enable_sbcl --enable-sbcl
 %if 0%{?fedora}
 %define _enable_clisp --enable-clisp 
+%if 0%{?fedora} < 18
 %define _enable_gcl --enable-gcl
-%define _enable_ecl --enable-ecl
 %endif
+%define _enable_ecl --enable-ecl
 %endif
-
-%ifarch %{ix86}
-%define _enable_cmucl --enable-cmucl
 %endif
 
 %ifarch ppc
@@ -452,6 +450,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 01 2012 Rex Dieter <rdieter at fedoraproject.org> 5.27.0-5
+- disable cmucl (orphaned) support
+- disable gcl support on f18+, gcl build temporarily(?) busted
+
 * Sun Jul 1 2012 pcpa <paulo.cesar.pereira.de.andrade at gmail.com> - 5.27.0-4
 - Enable ecl support.
 - Build ecl interface to maxima required by sagemath.


More information about the scm-commits mailing list