[maxima] (re)enable ecl support

Rex Dieter rdieter at fedoraproject.org
Sun May 18 20:29:03 UTC 2014


commit 22cf4a6d4ecdd898319ed0593fc447114c1c6437
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sun May 18 15:28:37 2014 -0500

    (re)enable ecl support

 maxima.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/maxima.spec b/maxima.spec
index aef676f..db0fd74 100644
--- a/maxima.spec
+++ b/maxima.spec
@@ -7,13 +7,12 @@ Summary: Symbolic Computation Program
 Name: 	 maxima
 Version: 5.33.0
 
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
 Source:	 http://downloads.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz
-# %{arm} needs gcl/ecl
-ExclusiveArch: %{ix86} x86_64 ppc sparcv9
+ExclusiveArch: %{arm} %{ix86} x86_64 ppc sparcv9
 
 ## upstreamable patches
 # https://bugzilla.redhat.com/show_bug.cgi?id=837142
@@ -36,13 +35,13 @@ Patch51: maxima-5.30.0-build-fasl.patch
 %if 0%{?fedora}
 %define _enable_clisp --enable-clisp
 #define _enable_gcl --enable-gcl
-#define _enable_ecl --enable-ecl
+%define _enable_ecl --enable-ecl
 %endif
 %endif
 
 %ifarch %{arm}
 %define default_lisp gcl
-%define _enable_gcl --enable-gcl
+#define _enable_gcl --enable-gcl
 %define _enable_ecl --enable-ecl
 %endif
 
@@ -459,6 +458,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 18 2014 Rex Dieter <rdieter at fedoraproject.org> 5.33.0-3
+- (re)enable ecl support
+
 * Wed May 14 2014 Rex Dieter <rdieter at fedoraproject.org> 5.33.0-2
 - rebuild (sbcl)
 - disable gcl/ecl support (rawhide busted atm)


More information about the scm-commits mailing list