[sagemath/f18] Correct problem of package requiring a -devel file to work.

pcpa pcpa at fedoraproject.org
Tue Apr 23 22:23:16 UTC 2013


commit 2c641cab13742f97d7ed70fb6b9206b06ea02423
Author: pcpa <paulo.cesar.pereira.de.andrade at gmail.com>
Date:   Tue Apr 23 19:22:46 2013 -0300

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

 sagemath.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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 <paulo.cesar.pereira.de.andrade at 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 at gmail.com> - 5.8-6
 - Correct a remaining arch specific file (symlink) in noarch package.
 


More information about the scm-commits mailing list