From 784645d36036fa01dbb0c66da03144d0019d76a8 Mon Sep 17 00:00:00 2001 From: pcpa Date: Tue, 23 Apr 2013 00:46:28 -0300 Subject: [PATCH] Correct symlink to arch specific directory in noarch package --- sagemath.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sagemath.spec b/sagemath.spec index ef8371e..3fc8f30 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: 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 - 5.8-6 +- Correct a remaining arch specific file (symlink) in noarch package. + * Mon Apr 22 2013 pcpa - 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