[ScientificPython] Rebuild for new openmpi

tomspur tomspur at fedoraproject.org
Fri Oct 29 10:33:21 UTC 2010


commit 2e73ee38b21fad934d56b4f6096e58d88aca930e
Author: Thomas Spura <tomspur at fedoraproject.org>
Date:   Fri Oct 29 12:33:10 2010 +0200

    Rebuild for new openmpi

 ScientificPython.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ScientificPython.spec b/ScientificPython.spec
index e029cbf..25ebc19 100644
--- a/ScientificPython.spec
+++ b/ScientificPython.spec
@@ -1,9 +1,11 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%endif
 %define pyver %(python -c 'import sys ; print sys.version[:3]')
 
 Name:           ScientificPython
 Version:        2.8
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        A collection of Python modules that are useful for scientific computing
 
 Group:          Development/Languages
@@ -158,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc Doc/Reference Examples Doc/BSP_Tutorial.pdf
 
 %changelog
+* Fri Oct 29 2010 Thomas Spura <tomspur at fedoraproject.org> 2.8-12
+- Rebuild for new openmpi
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 2.8-11
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list