rpms/mpich2/devel mpich2.spec,1.27,1.28

Deji Akingunola deji at fedoraproject.org
Mon Jul 26 01:04:22 UTC 2010


Author: deji

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

Modified Files:
	mpich2.spec 
Log Message:
* Mon Jul 26 2010 Deji Akingunola <dakingun at gmail.com> - 1.2.1p1-7
- Revert the erroneous BR on python-devel
- Make the -doc subpackage depend on the -devel subpackage



Index: mpich2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mpich2/devel/mpich2.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- mpich2.spec	22 Jul 2010 13:22:43 -0000	1.27
+++ mpich2.spec	26 Jul 2010 01:04:21 -0000	1.28
@@ -3,7 +3,7 @@
 Summary:	A high-performance implementation of MPI
 Name:		mpich2
 Version:	1.2.1p1
-Release:	6%{?dist}
+Release:	7%{?dist}
 License:	MIT
 Group:		Development/Libraries
 URL:		http://www.mcs.anl.gov/research/projects/mpich2
@@ -13,8 +13,7 @@ Patch0:		mpich2-modules.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libXt-devel, libuuid-devel
 BuildRequires:	java-devel-openjdk, gcc-gfortran
-BuildRequires:	emacs-common, perl
-BuildRequires:  python-devel
+BuildRequires:	emacs-common, perl, python
 Obsoletes:	%{name}-libs < 1.1.1
 Requires:	environment-modules
 Requires:	python
@@ -53,6 +52,7 @@ Contains development headers and librari
 Summary:	Documentations and examples for mpich2
 Group:          Documentation
 BuildArch:      noarch
+Requires:	%{name}-devel = %{version}-%{release}
 
 %description doc
 Contains documentations, examples and manpages for mpich2
@@ -233,12 +233,12 @@ fi
 %{_libdir}/%{name}/lib/trace_rlog/libTraceInput.so
 %{_libdir}/pkgconfig/%{name}-ch3.pc
 %{_libdir}/pkgconfig/openpa.pc
+%dir %{_datadir}/%{name}
 %{_datadir}/%{name}/examples*/Makefile-%{_arch}
 %config %{_sysconfdir}/rpm/macros.%{name}
 
 %files doc
 %defattr(-,root,root,-)
-%dir %{_datadir}/%{name}
 %{_datadir}/%{name}/doc/
 %{_datadir}/%{name}/examples*
 %{_datadir}/%{name}/logfiles/
@@ -247,6 +247,10 @@ fi
 %exclude %{_datadir}/%{name}/examples*/Makefile-%{_arch}
 
 %changelog
+* Mon Jul 26 2010 Deji Akingunola <dakingun at gmail.com> - 1.2.1p1-7
+- Revert the erroneous BR on python-devel
+- Make the -doc subpackage depend on the -devel subpackage
+
 * Thu Jul 22 2010 Thomas Spura <tomspur at fedoraproject.org> - 1.2.1p1-6
 - BuildRequire python-devel and not just python
 



More information about the scm-commits mailing list