Update to sagemath 5.13

This commit is contained in:
pcpa 2014-01-29 15:01:17 -02:00
parent b0cc81484c
commit d0a2caf3af
29 changed files with 206 additions and 206 deletions

View file

@ -17,7 +17,7 @@
%global with_sage_pexpect 1
# https://bugzilla.redhat.com/show_bug.cgi?id=909510
%global have_lrcalc %{packager_debug}
%global have_lrcalc 1
# Cbc dependency under review is as follow:
# first need coin-or-CoinUtils
@ -67,8 +67,8 @@
Name: sagemath
Group: Applications/Engineering
Summary: A free open-source mathematics software system
Version: 5.12
Release: 3%{?dist}
Version: 5.13
Release: 1%{?dist}
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
# Additionally, every $files section has a comment with the license name
# before files with that license
@ -670,7 +670,6 @@ rm spkg/build/%{sagenb_pkg}/src/sagenb/sagenb/data/sage3d/lib/sage3d.jar
# remove binary egg
rm -r spkg/build/%{sagenb_pkg}/src/sagenb/sagenb.egg-info
###
########################################################################
%build
@ -766,10 +765,6 @@ pushd spkg/build/sage-%{version}
python setup.py install --root=%{buildroot}
cp -fa c_lib/libcsage.so.0 %{buildroot}%{_libdir}
ln -sf libcsage.so.0 %{buildroot}%{_libdir}/libcsage.so
pushd sage
# install sage notebook templates
cp -fa server/notebook/templates %{buildroot}%{python_sitearch}/sage/server/notebook
popd
# install documentation sources
rm -fr $SAGE_DOC/{common,en,fr}
cp -far doc/{common,de,en,fr,pt,ru,tr} $SAGE_DOC
@ -1371,6 +1366,9 @@ exit 0
########################################################################
%changelog
* Tue Jan 28 2014 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.13-1
- Update to sagemath 5.13
* Fri Jan 17 2014 Jerry James <loganjerry@gmail.com> - 5.12-3
- Also adapt Requires to the new gap subpackage structure