rpms/mpi4py/devel mpi4py.spec,1.5,1.6

tomspur tomspur at fedoraproject.org
Sun Apr 11 11:41:44 UTC 2010


Author: tomspur

Update of /cvs/pkgs/rpms/mpi4py/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27968

Modified Files:
	mpi4py.spec 
Log Message:
also provides python2-mpi4py-* for better transition of py3-> py2 later


Index: mpi4py.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mpi4py/devel/mpi4py.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- mpi4py.spec	27 Feb 2010 14:03:48 -0000	1.5
+++ mpi4py.spec	11 Apr 2010 11:41:44 -0000	1.6
@@ -26,6 +26,7 @@ Source0:        http://mpi4py.googlecode
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
+Provides:       python2-mpi4py = %{version}-%{release}
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
 %endif
@@ -114,6 +115,7 @@ This package contains the license file s
 BuildRequires:  openmpi-devel
 Requires:       openmpi
 Requires:       %{name}-common = %{version}-%{release}
+Provides:       python2-mpi4py-openmpi = %{version}-%{release}
 Summary:        Python bindings of MPI, Open MPI version
 Provides:       mpi4py-runtime = %{version}-%{release}
 %description openmpi
@@ -132,6 +134,7 @@ This package contains %{name} compiled a
 BuildRequires:  mpich2-devel
 Requires:       mpich2
 Requires:       %{name}-common = %{version}-%{release}
+Provides:       python2-mpi4py-mpich2 = %{version}-%{release}
 Summary:        Python bindings of MPI, MPICH2 version
 Provides:       mpi4py-runtime = %{version}-%{release}
 %description mpich2
@@ -340,6 +343,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Apr 11 2010 Thomas Spura <tomspur at fedoraproject.org> - 1.2.1-3
+- also provides python2-mpi4py-*
+
 * Sat Feb 27 2010 Thomas Spura <tomspur at fedoraproject.org> - 1.2.1-2
 - delete R on the main package in docs subpackage
   (main package is empty -> would be an unresolved dependency)



More information about the scm-commits mailing list