From ee19d047ea135639a31dc8071c866f8fcc11f627 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 11 May 2020 17:28:48 -0600 Subject: [PATCH] Install threejs_template.html (bz 1832673). --- sagemath.spec | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/sagemath.spec b/sagemath.spec index 206a063..01d981c 100644 --- a/sagemath.spec +++ b/sagemath.spec @@ -94,7 +94,7 @@ Name: sagemath Summary: A free open-source mathematics software system Version: 9.0 -Release: 5%{?dist} +Release: 6%{?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 @@ -1129,23 +1129,9 @@ ln -sf %{_includedir} $SAGE_LOCAL/include ln -sf %{_datadir} $SAGE_LOCAL/share #------------------------------------------------------------------------ -pushd src/ext - mkdir -p $SAGE_ETC - for dir in \ - gap \ - graphs \ - images \ - magma \ - mwrank \ - notebook-ipython; do - COUNT=`find $dir -type f | wc -l ` - if [ $COUNT -gt 0 ]; then - cp -far $dir $SAGE_ETC - fi - done - cp -far pari $SAGE_ETC - cp -fa %{SOURCE2} $SAGE_ETC -popd +cp -a src/ext $SAGE_ETC +rm -fr $SAGE_ETC/doctest +cp -p %{SOURCE2} $SAGE_ETC #------------------------------------------------------------------------ pushd src @@ -1713,9 +1699,14 @@ rm -fr %{SAGE_LOCAL}/var/lib/sage/installed/database_cremona_ellcurve-%{cremona_ # GPLv2+ %{SAGE_ETC}/gap %{SAGE_ETC}/images +%{SAGE_ETC}/kenzo %{SAGE_ETC}/magma %{SAGE_ETC}/mwrank +%{SAGE_ETC}/nbconvert %{SAGE_ETC}/pari +%{SAGE_ETC}/singular +%{SAGE_ETC}/threejs +%{SAGE_ETC}/valgrind #------------------------------------------------------------------------ %files data-graphs @@ -1825,6 +1816,9 @@ rm -fr %{SAGE_LOCAL}/var/lib/sage/installed/database_cremona_ellcurve-%{cremona_ ######################################################################## %changelog +* Mon May 11 2020 Jerry James - 9.0-6 +- Install threejs_template.html (bz 1832673) + * Fri May 8 2020 Jerry James - 9.0-5 - Attempt 2 at fixing bundled ipython (bz 1832673)