mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 19:55:54 -04:00
Correct problem of package requiring a -devel file to work.
This commit is contained in:
parent
9f7cfccfc7
commit
2c641cab13
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.8
|
Version: 5.8
|
||||||
Release: 6%{?dist}
|
Release: 7%{?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
|
||||||
|
@ -1189,6 +1189,7 @@ fi
|
||||||
%{SAGE_ROOT}/share
|
%{SAGE_ROOT}/share
|
||||||
%dir %{SAGE_DEVEL}
|
%dir %{SAGE_DEVEL}
|
||||||
%{SAGE_DEVEL}/doc
|
%{SAGE_DEVEL}/doc
|
||||||
|
%{SAGE_DEVEL}/sage
|
||||||
%dir %{SAGE_PYTHONPATH}
|
%dir %{SAGE_PYTHONPATH}
|
||||||
%if %{with_sage_pexpect}
|
%if %{with_sage_pexpect}
|
||||||
# MIT
|
# MIT
|
||||||
|
@ -1247,7 +1248,6 @@ fi
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
%files devel
|
%files devel
|
||||||
# GPLv2+
|
# GPLv2+
|
||||||
%{SAGE_DEVEL}/sage
|
|
||||||
%{_includedir}/csage
|
%{_includedir}/csage
|
||||||
%{_libdir}/libcsage.so
|
%{_libdir}/libcsage.so
|
||||||
|
|
||||||
|
@ -1377,6 +1377,9 @@ fi
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 23 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.8-7
|
||||||
|
- Correct problem of package requiring a -devel file to work.
|
||||||
|
|
||||||
* Tue Apr 23 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.8-6
|
* Tue Apr 23 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.8-6
|
||||||
- Correct a remaining arch specific file (symlink) in noarch package.
|
- Correct a remaining arch specific file (symlink) in noarch package.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue