diff --git a/sagemath.spec b/sagemath.spec index 18521f5..5107242 100644 --- a/sagemath.spec +++ b/sagemath.spec @@ -74,7 +74,7 @@ Name: sagemath Group: Applications/Engineering Summary: A free open-source mathematics software system Version: 5.8 -Release: 6%{?dist} +Release: 7%{?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 @@ -1189,6 +1189,7 @@ fi %{SAGE_ROOT}/share %dir %{SAGE_DEVEL} %{SAGE_DEVEL}/doc +%{SAGE_DEVEL}/sage %dir %{SAGE_PYTHONPATH} %if %{with_sage_pexpect} # MIT @@ -1247,7 +1248,6 @@ fi #------------------------------------------------------------------------ %files devel # GPLv2+ -%{SAGE_DEVEL}/sage %{_includedir}/csage %{_libdir}/libcsage.so @@ -1377,6 +1377,9 @@ fi ######################################################################## %changelog +* Tue Apr 23 2013 pcpa - 5.8-7 +- Correct problem of package requiring a -devel file to work. + * Tue Apr 23 2013 pcpa - 5.8-6 - Correct a remaining arch specific file (symlink) in noarch package.