rpms/mpich2/EL-4 mpich2.spec,1.8,1.9

Deji Akingunola deji at fedoraproject.org
Thu Feb 4 21:15:11 UTC 2010


Author: deji

Update of /cvs/pkgs/rpms/mpich2/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8401

Modified Files:
	mpich2.spec 
Log Message:
* Thu Feb 04 2010 Deji Akingunola <dakingun at gmail.com> - 1.2.1-3
- Replace __isa_bits macro in the post-script (macros not in RHEL5 rpm).



Index: mpich2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mpich2/EL-4/mpich2.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- mpich2.spec	26 Nov 2009 23:53:13 -0000	1.8
+++ mpich2.spec	4 Feb 2010 21:15:11 -0000	1.9
@@ -1,7 +1,7 @@
 Summary:	A high-performance implementation of MPI
 Name:		mpich2
 Version:	1.2.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	MIT
 Group:		Development/Libraries
 URL:		http://www.mcs.anl.gov/research/projects/mpich2
@@ -238,7 +238,7 @@ if [ $1 -eq 1 ] ; then
 fi
 # Remove the old alternative
 if [ $1 -gt 1 ] ; then
-/usr/sbin/alternatives --remove mpicc %{_bindir}/mp%{__isa_bits}-mpicc
+/usr/sbin/alternatives --remove mpicc %{_bindir}/mp%{mbits}-mpicc
 fi
 
 %posttrans devel
@@ -312,6 +312,9 @@ fi
 %exclude %{_datadir}/%{name}/examples*/Makefile-%{_arch}
 
 %changelog
+* Thu Feb 04 2010 Deji Akingunola <dakingun at gmail.com> - 1.2.1-3
+- Replace __isa_bits macro in the post-script (macros not in RHEL5 rpm).
+
 * Thu Nov 26 2009 Deji Akingunola <dakingun at gmail.com> - 1.2.1-2
 - Fix the mpich2.module patch.
 



More information about the scm-commits mailing list