mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-18 10:19:03 -04:00
Correct wrong sed command (#1730057)
This commit is contained in:
parent
e64d2fa863
commit
1a789bf603
1 changed files with 5 additions and 2 deletions
|
@ -86,7 +86,7 @@
|
||||||
Name: sagemath
|
Name: sagemath
|
||||||
Summary: A free open-source mathematics software system
|
Summary: A free open-source mathematics software system
|
||||||
Version: 8.3
|
Version: 8.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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
|
||||||
|
@ -906,7 +906,7 @@ grep -FrlZ '#!%{_bindir}/env python' | \
|
||||||
xargs -0 sed -i 's,#!%{_bindir}/env python,#!%{__python2},'
|
xargs -0 sed -i 's,#!%{_bindir}/env python,#!%{__python2},'
|
||||||
grep -FrlZ '#!%{_bindir}/env sage-python23' | \
|
grep -FrlZ '#!%{_bindir}/env sage-python23' | \
|
||||||
xargs -0 sed -i 's,#!%{_bindir}/env sage-python23,#!%{__python2},'
|
xargs -0 sed -i 's,#!%{_bindir}/env sage-python23,#!%{__python2},'
|
||||||
grep -FrlZ 'sage-python23' | xargs -0 sed -i 's,sage-python23,#!%{__python2},'
|
grep -FrlZ 'sage-python23' | xargs -0 sed -i 's,sage-python23,%{__python2},'
|
||||||
grep -FrlZ '#!%{_bindir}/env' | \
|
grep -FrlZ '#!%{_bindir}/env' | \
|
||||||
xargs -0 sed -i 's,#!%{_bindir}/env ,#!%{_bindir}/,'
|
xargs -0 sed -i 's,#!%{_bindir}/env ,#!%{_bindir}/,'
|
||||||
grep -rlZ '#!%{_bindir}/python$' | xargs -0 sed -i 's,#!%{_bindir}/python$,&2,'
|
grep -rlZ '#!%{_bindir}/python$' | xargs -0 sed -i 's,#!%{_bindir}/python$,&2,'
|
||||||
|
@ -1815,6 +1815,9 @@ rm -fr $DOT_SAGE
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 26 2019 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 8.3-4
|
||||||
|
- Correct sed command to replace use of sage-python23 (bz 1730057)
|
||||||
|
|
||||||
* Tue Feb 19 2019 Jerry James <loganjerry@gmail.com> - 8.3-3
|
* Tue Feb 19 2019 Jerry James <loganjerry@gmail.com> - 8.3-3
|
||||||
- Fix -libgap patch (bz 1672015)
|
- Fix -libgap patch (bz 1672015)
|
||||||
- Install an SVG icon instead of a fixed size (128x128) icon
|
- Install an SVG icon instead of a fixed size (128x128) icon
|
||||||
|
|
Loading…
Add table
Reference in a new issue