rpms/maxima/FC-4 maxima.spec,1.20,1.21

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Apr 28 17:24:48 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/maxima/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9386

Modified Files:
	maxima.spec 
Log Message:
* Mon Apr 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.3-3 
- respin, using new ppc bootstrap



Index: maxima.spec
===================================================================
RCS file: /cvs/extras/rpms/maxima/FC-4/maxima.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- maxima.spec	28 Apr 2006 12:36:11 -0000	1.20
+++ maxima.spec	28 Apr 2006 17:24:48 -0000	1.21
@@ -1,24 +1,15 @@
 
-%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: 3%{?dist}
 License: GPL
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
 Source:	 http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# add ppc when lisps are available:
-#  (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 ppc
 
 %ifarch %{ix86}
 %define _enable_cmucl --enable-cmucl
@@ -32,11 +23,12 @@
 %endif
 
 %ifarch ppc
-#define default_lisp sbcl
+%define default_lisp sbcl
+# clisp: http://bugzilla.redhat.com/bugzilla/166347
 #define _enable_clisp --enable-clisp 
-#define _enable_cmucl --enable-cmucl 
+# gcl:   http://bugzilla.redhat.com/bugzilla/167952
 #define _enable_gcl --enable-gcl 
-#define _enable_sbcl --enable-sbcl 
+%define _enable_sbcl --enable-sbcl 
 %endif
 
 Source1: maxima.png
@@ -117,8 +109,7 @@
 Summary: Maxima compiled with clisp
 Group:	 Applications/Engineering
 BuildRequires: clisp-devel
-#define clisp_ver %{expand:%%(clisp --version | head -n 1 | cut -d' ' -f3 )}
-Requires: clisp %{?clisp_ver: >= %{clisp_ver}}
+Requires: clisp
 Requires: %{name} = %{version}
 Obsoletes: maxima-exec-clisp < %{version}-%{release}
 Provides: %{name}-runtime = %{version}
@@ -145,7 +136,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 +366,12 @@
 
 
 %changelog
+* Mon Apr 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.3-3 
+- respin, using new ppc bootstrap
+
+* 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