mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 19:55:54 -04:00
Install threejs_template.html (bz 1832673).
This commit is contained in:
parent
4d48fff721
commit
a0a5940877
1 changed files with 12 additions and 18 deletions
|
@ -91,7 +91,7 @@
|
||||||
Name: sagemath
|
Name: sagemath
|
||||||
Summary: A free open-source mathematics software system
|
Summary: A free open-source mathematics software system
|
||||||
Version: 9.0
|
Version: 9.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
|
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
|
||||||
# Additionally, every $files section has a comment with the license name
|
# Additionally, every $files section has a comment with the license name
|
||||||
# before files with that license
|
# before files with that license
|
||||||
|
@ -1122,23 +1122,9 @@ ln -sf %{_includedir} $SAGE_LOCAL/include
|
||||||
ln -sf %{_datadir} $SAGE_LOCAL/share
|
ln -sf %{_datadir} $SAGE_LOCAL/share
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
pushd src/ext
|
cp -a src/ext $SAGE_ETC
|
||||||
mkdir -p $SAGE_ETC
|
rm -fr $SAGE_ETC/doctest
|
||||||
for dir in \
|
cp -p %{SOURCE2} $SAGE_ETC
|
||||||
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
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
pushd src
|
pushd src
|
||||||
|
@ -1702,9 +1688,14 @@ rm -fr %{SAGE_LOCAL}/var/lib/sage/installed/database_cremona_ellcurve-%{cremona_
|
||||||
# GPLv2+
|
# GPLv2+
|
||||||
%{SAGE_ETC}/gap
|
%{SAGE_ETC}/gap
|
||||||
%{SAGE_ETC}/images
|
%{SAGE_ETC}/images
|
||||||
|
%{SAGE_ETC}/kenzo
|
||||||
%{SAGE_ETC}/magma
|
%{SAGE_ETC}/magma
|
||||||
%{SAGE_ETC}/mwrank
|
%{SAGE_ETC}/mwrank
|
||||||
|
%{SAGE_ETC}/nbconvert
|
||||||
%{SAGE_ETC}/pari
|
%{SAGE_ETC}/pari
|
||||||
|
%{SAGE_ETC}/singular
|
||||||
|
%{SAGE_ETC}/threejs
|
||||||
|
%{SAGE_ETC}/valgrind
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
%files data-graphs
|
%files data-graphs
|
||||||
|
@ -1814,6 +1805,9 @@ rm -fr %{SAGE_LOCAL}/var/lib/sage/installed/database_cremona_ellcurve-%{cremona_
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
%changelog
|
%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
|
* Fri May 8 2020 Jerry James <loganjerry@gmail.com> - 9.0-5
|
||||||
- Rebuild for cryptominisat 5.7.1
|
- Rebuild for cryptominisat 5.7.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue