rpms/maxima/devel maxima.spec,1.24,1.25

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Apr 28 13:59:34 UTC 2006


Author: rdieter

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

Modified Files:
	maxima.spec 
Log Message:
* Fri Apr 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.3-2.1
- try ppc build against sbcl



Index: maxima.spec
===================================================================
RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- maxima.spec	27 Apr 2006 14:57:59 -0000	1.24
+++ maxima.spec	28 Apr 2006 13:59:34 -0000	1.25
@@ -1,14 +1,9 @@
 
-%if "%{?fedora}" > "4"
-# See http://bugzilla.redhat.com/bugzilla/187647
-%define setarch_hack 1
-%endif
-
 Summary: Symbolic Computation Program
 Name: 	 maxima
 Version: 5.9.3
 
-Release: 2%{?dist}
+Release: 2%{?dist}.1
 License: GPL
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
@@ -18,7 +13,8 @@
 #  (clisp: http://bugzilla.redhat.com/bugzilla/166347) 
 #  (gcl:   http://bugzilla.redhat.com/bugzilla/167952)
 #  (sbcl:  https://bugzilla.redhat.com/bugzilla/177029)
-ExclusiveArch: %{ix86} x86_64 
+#ExclusiveArch: %{ix86} x86_64 
+ExclusiveArch: ppc
 
 %ifarch %{ix86}
 %define _enable_cmucl --enable-cmucl
@@ -32,11 +28,11 @@
 %endif
 
 %ifarch ppc
-#define default_lisp sbcl
+%define default_lisp sbcl
 #define _enable_clisp --enable-clisp 
 #define _enable_cmucl --enable-cmucl 
 #define _enable_gcl --enable-gcl 
-#define _enable_sbcl --enable-sbcl 
+%define _enable_sbcl --enable-sbcl 
 %endif
 
 Source1: maxima.png
@@ -145,7 +141,9 @@
 Group:   Applications/Engineering
 BuildRequires: gcl
 Requires:  %{name} = %{version}
-%if "%{?setarch_hack}" == "1"
+%if "%{?fedora}" > "4"
+# See http://bugzilla.redhat.com/bugzilla/187647
+%define setarch_hack 1
 BuildRequires: setarch
 Requires:  setarch
 %endif
@@ -373,6 +371,9 @@
 
 
 %changelog
+* Fri Apr 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.3-2.1
+- try ppc build against sbcl
+
 * Wed Apr 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.3-2
 - use setarch -X hack to allow runtime-gcl to function (#187647)
 - respin for sbcl-0.9.12




More information about the fedora-extras-commits mailing list