[maxima] enable (only) ecl to highlight ftbfs

Rex Dieter rdieter at fedoraproject.org
Mon Jul 2 19:14:02 UTC 2012


commit 8be0e7ee3b471b2f0de387165aa33e0c459bc13d
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Jul 2 14:17:12 2012 -0500

    enable (only) ecl to highlight ftbfs

 maxima.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/maxima.spec b/maxima.spec
index f4f3c69..b5ee136 100644
--- a/maxima.spec
+++ b/maxima.spec
@@ -3,7 +3,7 @@ Summary: Symbolic Computation Program
 Name: 	 maxima
 Version: 5.27.0
 
-Release: 5%{?dist}
+Release: 5%{?dist}.1
 License: GPLv2
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
@@ -18,11 +18,11 @@ ExclusiveArch: %{ix86} x86_64 ppc sparcv9
 %define texmf %{_datadir}/texmf
 
 %ifarch %{ix86} x86_64
-%define default_lisp sbcl
-%define _enable_sbcl --enable-sbcl
+%define default_lisp ecl 
+#define _enable_sbcl --enable-sbcl
 %if 0%{?fedora}
-%define _enable_clisp --enable-clisp 
-%define _enable_gcl --enable-gcl
+#define _enable_clisp --enable-clisp 
+#define _enable_gcl --enable-gcl
 %define _enable_ecl --enable-ecl
 %endif
 %endif
@@ -448,6 +448,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 02 2012 Rex Dieter <rdieter at fedoraproject.org> 5.27.0-5.1
+- enable (only) ecl to highlight ftbfs
+
 * Sun Jul 01 2012 Rex Dieter <rdieter at fedoraproject.org> 5.27.0-5
 - disable cmucl (orphaned) support
 


More information about the scm-commits mailing list