rpms/ScientificPython/devel .cvsignore, 1.3, 1.4 ScientificPython.spec, 1.14, 1.15 sources, 1.3, 1.4

Jef Spaleta jspaleta at fedoraproject.org
Sun Mar 1 19:03:05 UTC 2009


Author: jspaleta

Update of /cvs/pkgs/rpms/ScientificPython/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28901

Modified Files:
	.cvsignore ScientificPython.spec sources 
Log Message:
* Sun Mar 1 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 2.8-1
- Latest upstream release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ScientificPython/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	1 Jul 2008 17:30:35 -0000	1.3
+++ .cvsignore	1 Mar 2009 19:02:34 -0000	1.4
@@ -1 +1 @@
-ScientificPython-2.6.1.tar.gz
+ScientificPython-2.8.tar.gz


Index: ScientificPython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ScientificPython/devel/ScientificPython.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ScientificPython.spec	23 Feb 2009 23:29:55 -0000	1.14
+++ ScientificPython.spec	1 Mar 2009 19:02:34 -0000	1.15
@@ -2,14 +2,14 @@
 %define pyver %(python -c 'import sys ; print sys.version[:3]')
 
 Name:           ScientificPython
-Version:        2.6.1
-Release:        6%{?dist}
+Version:        2.8
+Release:        1%{?dist}
 Summary:        A collection of Python modules that are useful for scientific computing
 
 Group:          Development/Languages
 License:        CeCILL
 URL:            http://dirac.cnrs-orleans.fr/ScientificPython/
-Source0:        http://sourcesup.cru.fr/frs/download.php/1034/ScientificPython-2.6.1.tar.gz
+Source0:        http://sourcesup.cru.fr/frs/download.php/1034/ScientificPython-%{version}.tar.gz
 Patch0:         ScientificPython-2.6.1-netcdf-64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -78,6 +78,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+export PYTHONPATH="$PYTHONPATH:$RPM_BUILD_ROOT/%{python_sitearch}/"
 export PYINCLUDE="$RPM_BUILD_ROOT/%{_includedir}/python%{pyver}/"
 #cp -R %{_includedir}/python%{pyver}/* $PYINCLUDE
 cd Src/MPI/
@@ -112,7 +113,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README Doc/CHANGELOG README.MPI README.BSP README.BSPlib Src/MPI/impipython.sh 
+%doc LICENSE README Doc/CHANGELOG README.MPI README.BSP Src/MPI/impipython.sh 
 %dir %{python_sitearch}/Scientific/
 %{python_sitearch}/Scientific/*.py*
 %{python_sitearch}/Scientific/Functions
@@ -123,13 +124,16 @@
 %{python_sitearch}/Scientific/Signals
 %{python_sitearch}/Scientific/Statistics
 %{python_sitearch}/Scientific/Threading
-%{python_sitearch}/Scientific/use_numeric
+#%{python_sitearch}/Scientific/use_numeric
 %{python_sitearch}/Scientific/Visualization
 %{python_sitearch}/Scientific/MPI
 %{python_sitearch}/Scientific/BSP
+%{python_sitearch}/Scientific/Clustering
+%{python_sitearch}/Scientific/DistributedComputing
 %{python_sitearch}/*.egg-info
 %{_bindir}/bsp_virtual
 %{_bindir}/mpipython
+%{_bindir}/task_manager
 
 %files devel
 %defattr(-,root,root,-)
@@ -150,6 +154,9 @@
 %doc Doc/Reference Examples Doc/BSP_Tutorial.pdf
 
 %changelog
+* Sun Mar 1 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 2.8-1
+- Latest upstream release
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ScientificPython/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	1 Jul 2008 17:30:35 -0000	1.3
+++ sources	1 Mar 2009 19:02:34 -0000	1.4
@@ -1 +1 @@
-1b93026dd02529607131e5b0b83aeec4  ScientificPython-2.6.1.tar.gz
+82d8592635d6ae8608b3073dacf9e694  ScientificPython-2.8.tar.gz




More information about the fedora-extras-commits mailing list