mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Correct symlink to arch specific directory in noarch package
This commit is contained in:
parent
7ea98d511e
commit
784645d360
1 changed files with 5 additions and 2 deletions
|
@ -74,7 +74,7 @@ Name: sagemath
|
|||
Group: Applications/Engineering
|
||||
Summary: A free open-source mathematics software system
|
||||
Version: 5.8
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?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
|
||||
|
@ -1188,6 +1188,7 @@ fi
|
|||
%{SAGE_ROOT}/doc
|
||||
%{SAGE_ROOT}/share
|
||||
%dir %{SAGE_DEVEL}
|
||||
%{SAGE_DEVEL}/doc
|
||||
%dir %{SAGE_PYTHONPATH}
|
||||
%if %{with_sage_pexpect}
|
||||
# MIT
|
||||
|
@ -1253,7 +1254,6 @@ fi
|
|||
#------------------------------------------------------------------------
|
||||
%files doc
|
||||
# GPLv2+
|
||||
%{SAGE_DEVEL}/doc
|
||||
%dir %{SAGE_DOC}
|
||||
%{SAGE_DOC}/common
|
||||
%dir %{SAGE_DOC}/output
|
||||
|
@ -1377,6 +1377,9 @@ fi
|
|||
|
||||
########################################################################
|
||||
%changelog
|
||||
* Tue Apr 22 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.8-6
|
||||
- Correct a remaining arch specific file (symlink) in noarch package.
|
||||
|
||||
* Mon Apr 22 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.8-5
|
||||
- Do not build requires optional rpy in f18 due to it being broken in f18
|
||||
- Correct koji sanity check finding arch specific file in noarch package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue