rpms/maxima/FC-5 maxima.spec,1.19,1.20

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Mar 30 19:53:18 UTC 2006


Author: rdieter

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

Modified Files:
	maxima.spec 
Log Message:
* Thu Mar 30 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.2-13
- respin for sbcl-0.9.11



Index: maxima.spec
===================================================================
RCS file: /cvs/extras/rpms/maxima/FC-5/maxima.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- maxima.spec	9 Mar 2006 21:37:42 -0000	1.19
+++ maxima.spec	30 Mar 2006 19:53:18 -0000	1.20
@@ -3,7 +3,7 @@
 Name: 	 maxima
 Version: 5.9.2
 
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: GPL
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
@@ -61,7 +61,12 @@
 %define debug_package   %{nil}
 
 BuildRequires: time
+# texi2dvi
+%if "%{?fedora}" > "5"
+BuildRequires: texinfo-tex
+%else
 BuildRequires: texinfo
+%endif
 BuildRequires: tetex-latex
 BuildRequires: desktop-file-utils
 # /usr/bin/wish
@@ -142,7 +147,7 @@
 %package runtime-sbcl
 Summary: Maxima compiled with SBCL 
 Group:   Applications/Engineering
-BuildRequires: sbcl 
+BuildRequires: sbcl >= 0.9.11
 # maxima requires the *same* version it was built against
 # this hack should work, even in mock (-: -- Rex
 %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2)
@@ -205,7 +210,7 @@
  install -D -p -m644 %{SOURCE11} maximabook/maxima.pdf
 
  pushd info
-  texi2dvi -p maxima.texi
+  texi2dvi --pdf maxima.texi
  popd
 
  pushd intromax
@@ -357,6 +362,12 @@
 
 
 %changelog
+* Thu Mar 30 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.2-13
+- respin for sbcl-0.9.11
+
+* Mon Mar 27 2006 Rex Dieter <rexdieter[AT]users.sf.net>
+- fc6+: BR: texinfo -> texinfo-tex (#186827)
+
 * Thu Mar 09 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.2-12
 - enable runtime-cmucl (%%ix86 only, atm)
 




More information about the fedora-extras-commits mailing list