mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 19:55:54 -04:00
Need one extra directory derefence in symlink SAGE_SRC symlink.
This commit is contained in:
parent
48aa12d989
commit
4300ec0765
1 changed files with 5 additions and 2 deletions
|
@ -74,7 +74,7 @@ Name: sagemath
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
Summary: A free open-source mathematics software system
|
Summary: A free open-source mathematics software system
|
||||||
Version: 5.9
|
Version: 5.9
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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
|
||||||
|
@ -1118,7 +1118,7 @@ perl -pi -e 's|%{buildroot}||g;' \
|
||||||
# Fix links
|
# Fix links
|
||||||
rm -fr $SAGE_SRC/sage $SAGE_EXTCODE/sage $SAGE_ROOT/doc $SAGE_SRC/doc
|
rm -fr $SAGE_SRC/sage $SAGE_EXTCODE/sage $SAGE_ROOT/doc $SAGE_SRC/doc
|
||||||
rm -fr $SAGE_ROOT/share $SAGE_ROOT/devel
|
rm -fr $SAGE_ROOT/share $SAGE_ROOT/devel
|
||||||
ln -sf %{python_sitearch} $SAGE_SRC/sage
|
ln -sf %{python_sitearch}/sage $SAGE_SRC/sage
|
||||||
ln -sf %{python_sitearch} $SAGE_EXTCODE/sage
|
ln -sf %{python_sitearch} $SAGE_EXTCODE/sage
|
||||||
ln -sf %{SAGE_DOC} $SAGE_ROOT/doc
|
ln -sf %{SAGE_DOC} $SAGE_ROOT/doc
|
||||||
ln -sf %{SAGE_DOC} $SAGE_SRC/doc
|
ln -sf %{SAGE_DOC} $SAGE_SRC/doc
|
||||||
|
@ -1433,6 +1433,9 @@ exit 0
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 12 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.9-5
|
||||||
|
- Need one extra directory derefence in symlink SAGE_SRC symlink.
|
||||||
|
|
||||||
* Sun May 12 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.9-4
|
* Sun May 12 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.9-4
|
||||||
- Correct wrong symlink to /builddir if not using pretrans (first install).
|
- Correct wrong symlink to /builddir if not using pretrans (first install).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue