Install threejs_template.html (bz 1832673).

This commit is contained in:
Jerry James 2020-05-11 17:28:48 -06:00
parent 1c134901c4
commit ee19d047ea

View file

@ -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 <loganjerry@gmail.com> - 9.0-6
- Install threejs_template.html (bz 1832673)
* Fri May 8 2020 Jerry James <loganjerry@gmail.com> - 9.0-5
- Attempt 2 at fixing bundled ipython (bz 1832673)