Correct problem of package requiring a -devel file to work.

This commit is contained in:
pcpa 2013-04-23 19:22:46 -03:00
parent 9f7cfccfc7
commit 2c641cab13

View file

@ -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 <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
- Correct a remaining arch specific file (symlink) in noarch package.