rpms/maxima/FC-6 .cvsignore, 1.13, 1.14 maxima.spec, 1.51, 1.52 sources, 1.11, 1.12

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Aug 31 02:30:47 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29138

Modified Files:
	.cvsignore maxima.spec sources 
Log Message:
maxima-5.13.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/FC-6/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	6 Jun 2007 19:46:19 -0000	1.13
+++ .cvsignore	31 Aug 2007 02:30:14 -0000	1.14
@@ -1,5 +1,7 @@
 clog
 maximabook-19-Sept-2004.pdf
 macref.pdf
-maxima-5.11.0.tar.gz
 maxima-5.12.0.tar.gz
+maxima-5.12.99rc1.tar.gz
+maxima-5.12.99rc2.tar.gz
+maxima-5.13.0.tar.gz


Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/FC-6/maxima.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- maxima.spec	6 Jun 2007 19:46:19 -0000	1.51
+++ maxima.spec	31 Aug 2007 02:30:14 -0000	1.52
@@ -1,16 +1,15 @@
-
 Summary: Symbolic Computation Program
 Name: 	 maxima
-Version: 5.12.0
+Version: 5.13.0
 
-Release: 3%{?dist} 
-License: GPL
+Release: 4%{?dist} 
+License: GPLv2
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
 Source:	 http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-ExclusiveArch: i386 x86_64 ppc sparc
+ExclusiveArch: %{ix86} x86_64 ppc sparc
 
 %define maxima_ver %{version}%{?beta}
 %define emacs_sitelisp  %{_datadir}/emacs/site-lisp/
@@ -23,8 +22,9 @@
 
 %ifarch %{ix86} x86_64
 %if 0%{?fedora} > 2
-%define default_lisp gcl 
+%define default_lisp sbcl 
 %define _enable_clisp --enable-clisp 
+# disable until unborked, http://bugzilla.redhat.com/256281
 %define _enable_gcl --enable-gcl 
 %define _enable_sbcl --enable-sbcl
 %else
@@ -35,7 +35,7 @@
 
 %ifarch ppc
 %define default_lisp sbcl
-# clisp: http://bugzilla.redhat.com/166347
+# clisp: http://bugzilla.redhat.com/166347 (resolved) - clisp/ppc (still) awol.
 #define _enable_clisp --enable-clisp 
 # gcl:   http://bugzilla.redhat.com/167952
 #define _enable_gcl --enable-gcl 
@@ -48,6 +48,10 @@
 %define _enable_sbcl --enable-sbcl
 %endif
 
+%if "%{?_enable_gcl}" == "%{nil}"
+Obsoletes: %{name}-runtime-gcl < %{version}-%{release}
+%endif
+
 Source1: maxima.png
 Source2: xmaxima.desktop
 Source6: maxima-modes.el
@@ -58,8 +62,6 @@
 
 # maxima-runtime-gcl: Unrecoverable error: fault count too high (#187647)
 Patch6: maxima-5.9.4-gcl_setarch.patch
-# maxima: --enable-sbcl ppc build failure (#238376)
-Patch238376: maxima-5.11.99rc2-purify.patch
 
 # Inhibit automatic compressing of info files. Compressed info
 # files break maxima's internal help.
@@ -67,6 +69,14 @@
 # debuginfo.list ends up empty/blank anyway. disable
 %define debug_package   %{nil}
 
+# upstream langpack upgrades, +Provides too? -- Rex
+Obsoletes: %{name}-lang-es < %{version}-%{release}
+Obsoletes: %{name}-lang-es-utf8 < %{version}-%{release}
+Obsoletes: %{name}-lang-pt < %{version}-%{release}
+Obsoletes: %{name}-lang-pt-utf8 < %{version}-%{release}
+Obsoletes: %{name}-lang-pt_BR < %{version}-%{release}
+Obsoletes: %{name}-lang-pt_BR-utf8 < %{version}-%{release}
+
 BuildRequires: time
 # texi2dvi
 %if 0%{?fedora} > 5 || 0%{?rhel} > 4
@@ -164,7 +174,7 @@
 %package runtime-sbcl
 Summary: Maxima compiled with SBCL 
 Group:   Applications/Engineering
-BuildRequires: sbcl >= 1.0.6
+BuildRequires: sbcl >= 1.0.9
 # maxima requires the *same* (or very similar) version it was built against
 # this hack should work, even in mock (-: -- Rex
 %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2)
@@ -188,7 +198,6 @@
 %if "%{?setarch_hack}" == "1"
 %patch6 -p1 -b .gcl-setarch
 %endif
-%patch238376 -p1 -b .purify
 
 sed -i -e 's|@ARCH@|%{_target_cpu}|' src/maxima.in
 
@@ -208,7 +217,10 @@
   %{?_enable_clisp} %{!?_enable_clisp: --disable-clisp } %{?_with_clisp_runtime} \
   %{?_enable_cmucl} %{!?_enable_cmucl: --disable-cmucl } %{?_with_cmucl_runtime} \
   %{?_enable_gcl}   %{!?_enable_gcl:   --disable-gcl } \
-  %{?_enable_sbcl}  %{!?_enable_sbcl:  --disable-sbcl }
+  %{?_enable_sbcl}  %{!?_enable_sbcl:  --disable-sbcl } \
+  --enable-lang-es --enable-lang-es-utf8 \
+  --enable-lang-pt --enable-lang-pt-utf8 \
+  --enable-lang-pt_BR --enable-lang-pt_BR-utf8 
 
 make %{?_smp_mflags}
 
@@ -345,12 +357,20 @@
 %dir %{_datadir}/maxima/%{maxima_ver}
 %{_datadir}/maxima/%{maxima_ver}/[a-c,f-r,t-w,y-z,A-Z]*
 %{_datadir}/maxima/%{maxima_ver}/demo/
-%doc %{_datadir}/maxima/%{maxima_ver}/doc
+%doc %{_datadir}/maxima/%{maxima_ver}/doc/
+%doc %lang(es) %{_datadir}/maxima/%{maxima_ver}/doc/html/es*
+%doc %lang(pt) %{_datadir}/maxima/%{maxima_ver}/doc/html/pt/
+%doc %lang(pt) %{_datadir}/maxima/%{maxima_ver}/doc/html/pt.utf8/
+%doc %lang(pt_BR) %{_datadir}/maxima/%{maxima_ver}/doc/html/pt_BR*
 %{_datadir}/maxima/%{maxima_ver}/share/
 %dir %{_libdir}/maxima/
 %dir %{_libdir}/maxima/%{maxima_ver}/
 %{_libexecdir}/maxima
-%{_infodir}/*
+%{_infodir}/*maxima*
+%lang(es) %{_infodir}/es*
+%lang(pt) %{_infodir}/pt/
+%lang(pt) %{_infodir}/pt.utf8/
+%lang(pt_BR) %{_infodir}/pt_BR*
 %{_mandir}/man1/maxima.*
 %dir %{_datadir}/maxima/%{maxima_ver}/emacs
 %{_datadir}/maxima/%{maxima_ver}/emacs/emaxima.*
@@ -399,6 +419,38 @@
 
 
 %changelog
+* Thu Aug 30 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.0-4
+- (re)--enable-gcl, f8+ (#256281)
+- fix inadvertant Obsoletes: maxima-runtime-gcl (f7)
+
+* Mon Aug 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.0-3
+- until it is unborked, disable gcl support, f8+ (#256281)
+- --with-default-lisp=sbcl (was gcl)
+
+* Sun Aug 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.0-2
+- rebuild against sbcl-1.0.9
+
+* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.0-1
+- maxima-5.13.0
+
+* Sun Aug 19 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.12.99-0.5.rc2
+- maxima-5.12.99rc2
+
+* Thu Aug 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.12.99-0.4.rc1
+- maxima-5.12.99rc1
+- enable langpacks: es, pt, pt_BR
+
+* Sat Jul 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.12.0-6
+- respin for sbcl-1.0.8
+
+* Fri Jul 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.12.0-5
+- disable clisp/ppc, still awol (#166347)
+- respin for sbcl-1.0.7
+
+* Thu Jul 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.12.0-4
+- enable clisp/ppc (#166347)
+- revert koji hack.
+
 * Tue May 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.12.0-3
 - ExclusiveArch: %%ix86 -> i386 (for koji)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/FC-6/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	6 Jun 2007 19:46:19 -0000	1.11
+++ sources	31 Aug 2007 02:30:14 -0000	1.12
@@ -1,3 +1,3 @@
 9faa5a513de43b5e7384216a8783f620  maximabook-19-Sept-2004.pdf
 c101a1ce604d31b02bbc2f37cced280d  macref.pdf
-0cc3c006ffc94e4f922161b6e6b98f11  maxima-5.12.0.tar.gz
+7317ba22fc485554b15aceb6bc22542b  maxima-5.13.0.tar.gz




More information about the fedora-extras-commits mailing list