rpms/maxima/F-12 maxima.spec,1.139,1.140

Rex Dieter rdieter at fedoraproject.org
Sun Jan 3 02:48:53 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20611

Modified Files:
	maxima.spec 
Log Message:
* Wed Dec 16 2009 Stephen Beahm <stephenbeahm at comcast.net> - 5.20.1-2
- enable rmaxima (#551910)



Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/F-12/maxima.spec,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -p -r1.139 -r1.140
--- maxima.spec	21 Dec 2009 19:41:34 -0000	1.139
+++ maxima.spec	3 Jan 2010 02:48:52 -0000	1.140
@@ -3,7 +3,7 @@ Summary: Symbolic Computation Program
 Name: 	 maxima
 Version: 5.20.1
 
-Release: 1%{?dist} 
+Release: 2%{?dist}
 License: GPLv2
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
@@ -52,6 +52,7 @@ ExclusiveArch: %{ix86} x86_64 ppc sparcv
 # sbcl:  http://bugzilla.redhat.com/220053 (resolved)
 # sbcl: ppc/ld joy, "final link failed: Nonrepresentable section on output" http://bugzilla.redhat.com/448734
 %define _enable_sbcl --enable-sbcl 
+%define check_nonfatal ||:
 %endif
 
 %ifarch sparcv9
@@ -109,6 +110,7 @@ Requires: %{name}-runtime = %{version}
 #Requires(hint): %{name}-runtime-%{default_lisp} = %{version}
 #endif
 Requires: gnuplot
+Requires: rlwrap
 Requires(post): /sbin/install-info
 Requires(postun): /sbin/install-info
 
@@ -241,7 +243,7 @@ popd
 
 
 %check 
-make check
+make -k check %{?check_nonfatal}
 
 
 %install
@@ -277,8 +279,6 @@ ln -sf  %{_datadir}/maxima/%{maxima_ver}
 
 ## unwanted/unpackaged files
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
-# until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/
-rm -f $RPM_BUILD_ROOT%{_bindir}/rmaxima
 # docs
 rm -rf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps}
 
@@ -358,6 +358,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/intromax/intromax.pdf
 %doc doc/maximabook/maxima.pdf
 %{_bindir}/maxima
+%{_bindir}/rmaxima
 %dir %{_datadir}/maxima
 %dir %{_datadir}/maxima/%{maxima_ver}
 %{_datadir}/maxima/%{maxima_ver}/[a-c,f-r,t-w,y-z,A-Z]*
@@ -431,6 +432,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec 16 2009 Stephen Beahm <stephenbeahm at comcast.net> - 5.20.1-2
+- enable rmaxima (#551910)
+
 * Tue Dec 15 2009 Rex Dieter <rdieter at fedoraproject.org> - 5.20.1-1
 - maxima-5.20.1 (#547012)
 




More information about the fedora-extras-commits mailing list