rpms/ScientificPython/FC-6 ScientificPython.spec,1.2,1.3

Jef Spaleta (jspaleta) fedora-extras-commits at redhat.com
Tue Feb 13 06:45:59 UTC 2007


Author: jspaleta

Update of /cvs/extras/rpms/ScientificPython/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv598

Modified Files:
	ScientificPython.spec 
Log Message:
* Mon Feb 12 2007 Jef Spaleta <jspaleta at gmail.com> 2.6-7
- Correct for multilib conflict in impipython.sh



Index: ScientificPython.spec
===================================================================
RCS file: /cvs/extras/rpms/ScientificPython/FC-6/ScientificPython.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ScientificPython.spec	31 Dec 2006 08:04:03 -0000	1.2
+++ ScientificPython.spec	13 Feb 2007 06:45:26 -0000	1.3
@@ -3,7 +3,7 @@
 
 Name:           ScientificPython
 Version:        2.6
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A collection of Python modules that are useful for scientific computing
 
 Group:          Development/Languages
@@ -104,8 +104,7 @@
 # files that comes with the ScientificPython package  and to the available 
 # documentation for the mpirun executable. 
 
-mpirun -np 2 %{_bindir}/mpipython %{python_sitearch}/Scientific/BSP/Console.py $*
-
+mpirun -np 2 `python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)+'/Scientific/BSP/console.py'"` $*
 EOF
 
 cat impipython.sh
@@ -152,6 +151,9 @@
 %doc Doc/Reference Examples Doc/BSP_Tutorial.pdf
 
 %changelog
+* Mon Feb 12 2007 Jef Spaleta <jspaleta at gmail.com> 2.6-7
+- Correct for multilib conflict in impipython.sh
+
 * Sat Dec 30 2006 Jef Spaleta <jspaleta at gmail.com> 2.6-6
 - Correct for netcdf location patch to work with /usr/lib/lib64
 




More information about the scm-commits mailing list