rpms/maxima/F-8 .cvsignore, 1.21, 1.22 maxima.spec, 1.86, 1.87 sources, 1.20, 1.21

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Jun 17 04:07:36 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15203

Modified Files:
	.cvsignore maxima.spec sources 
Log Message:
* Wed May 28 2008 Rex Dieter <rdieter at fedoraproject.org> - 5.15.0-1
- maxima-5.15.0
- omit ppc (sbcl, #448734)
- omit gcl (f10+ busted, for now)
- touchup scriptlets



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/F-8/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	2 Jan 2008 15:14:49 -0000	1.21
+++ .cvsignore	17 Jun 2008 04:06:38 -0000	1.22
@@ -2,5 +2,4 @@
 macref.pdf
 maxima.png
 maximabook-19-Sept-2004.pdf
-maxima-5.13.0.tar.gz
-maxima-5.14.0.tar.gz
+maxima-5.15.0.tar.gz


Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/F-8/maxima.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- maxima.spec	2 Jan 2008 15:14:49 -0000	1.86
+++ maxima.spec	17 Jun 2008 04:06:38 -0000	1.87
@@ -1,16 +1,21 @@
 
 Summary: Symbolic Computation Program
 Name: 	 maxima
-Version: 5.14.0
+Version: 5.15.0
 
-Release: 4%{?dist} 
+Release: 1%{?dist} 
 License: GPLv2
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
 Source:	 http://downloads.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-ExclusiveArch: %{ix86} x86_64 ppc sparc
+%if 0%{?fedora} > 8
+# reinclude ppc when fixed: http://bugzilla.redhat.com/448734
+ExclusiveArch: i386 x86_64 sparc
+%else
+ExclusiveArch: i386 x86_64 ppc sparc
+%endif
 
 %define maxima_ver %{version}%{?beta}
 %define emacs_sitelisp  %{_datadir}/emacs/site-lisp/
@@ -19,7 +24,7 @@
 
 %ifarch %{ix86}
 %define _enable_cmucl --enable-cmucl
-%if 0%{?fedora} < 9
+%if 0%{?fedora} > 2 && 0%{?fedora} < 10
 %define _enable_gcl --enable-gcl
 %endif
 %endif
@@ -38,13 +43,14 @@
 %endif
 
 %ifarch ppc
-%define default_lisp sbcl
+#define default_lisp sbcl
 # 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 
 # sbcl:  http://bugzilla.redhat.com/220053 (resolved)
-%define _enable_sbcl --enable-sbcl 
+# sbcl: ppc/ld joy, "final link failed: Nonrepresentable section on output" http://bugzilla.redhat.com/448734
+#define _enable_sbcl --enable-sbcl 
 %endif
 
 %ifarch sparc
@@ -52,9 +58,16 @@
 %define _enable_sbcl --enable-sbcl
 %endif
 
+%if "%{?_enable_cmucl}" == "%{nil}"
+Obsoletes: %{name}-runtime-cmucl < %{version}-%{release}
+%endif
 %if "%{?_enable_gcl}" == "%{nil}"
 Obsoletes: %{name}-runtime-gcl < %{version}-%{release}
 %endif
+%if "%{?_enable_sbcl}" == "%{nil}"
+Obsoletes: %{name}-runtime-sbcl < %{version}-%{release}
+%endif
+
 
 Source1: maxima.png
 Source2: xmaxima.desktop
@@ -257,7 +270,7 @@
 install -p -D -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/maxima.png
 
 desktop-file-install \
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+  --dir="$RPM_BUILD_ROOT%{_datadir}/applications" \
   --vendor="fedora" \
   %{SOURCE2} 
 
@@ -302,9 +315,11 @@
 
 %post gui
 touch --no-create %{_datadir}/icons/hicolor ||:
+gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
 
 %postun gui
 touch --no-create %{_datadir}/icons/hicolor ||:
+gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
 
 %triggerin -- emacs-common
 if [ -d %{emacs_sitelisp} ]; then
@@ -332,14 +347,14 @@
  rm -f %{xemacs_sitelisp}/site-start.d/maxima-modes.el* ||:
 fi
 
-%triggerin -- tetex-latex
+%triggerin -- tetex-latex,texlive-latex
 if [ -d %{texmf}/tex/latex ]; then
   rm -rf %{texmf}/tex/latex/emaxima ||:
   ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{texmf}/tex/latex/emaxima ||:
   %{_bindir}/texhash 2> /dev/null ||:
 fi
 
-%triggerun -- tetex-latex
+%triggerun -- tetex-latex,texlive-latex
 if [ $2 -eq 0 ]; then
   rm -f %{texmf}/tex/latex/emaxima ||:
 fi
@@ -378,6 +393,7 @@
 %{_mandir}/man1/maxima.*
 %dir %{_datadir}/maxima/%{maxima_ver}/emacs
 %{_datadir}/maxima/%{maxima_ver}/emacs/emaxima.*
+%{_datadir}/maxima/%{maxima_ver}/emacs/imaxima.*
 %{_datadir}/maxima/%{maxima_ver}/emacs/*.el
 %ghost %{_datadir}/maxima/%{maxima_ver}/emacs/*.elc
 %dir %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/
@@ -423,6 +439,18 @@
 
 
 %changelog
+* Wed May 28 2008 Rex Dieter <rdieter at fedoraproject.org> - 5.15.0-1
+- maxima-5.15.0
+- omit ppc (sbcl, #448734)
+- omit gcl (f10+ busted, for now)
+- touchup scriptlets
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 5.14.0-6
+- Autorebuild for GCC 4.3
+
+* Mon Jan 28 2008 Rex Dieter <rdieter at fedoraproject.org> 5.14.0-5
+- respin (sbcl)
+
 * Wed Jan 02 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 5.14.0-4
 - x86_64: --disable-gcl (#427250)
 - --disable-gcl (f9+, temporary, until broken deps fixed)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/F-8/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	2 Jan 2008 15:14:49 -0000	1.20
+++ sources	17 Jun 2008 04:06:38 -0000	1.21
@@ -1,4 +1,4 @@
 9faa5a513de43b5e7384216a8783f620  maximabook-19-Sept-2004.pdf
 c101a1ce604d31b02bbc2f37cced280d  macref.pdf
 2da3872c0bdcc0446ee933392a907f50  maxima.png
-8afd0efee916c983d875a396ec405ad2  maxima-5.14.0.tar.gz
+db5338cd384bc0531e76ccdf18d760ef  maxima-5.15.0.tar.gz




More information about the fedora-extras-commits mailing list