rpms/mpich2/EL-5 mpich2.spec,1.12,1.13

Deji Akingunola deji at fedoraproject.org
Thu Feb 4 20:51:25 UTC 2010


Author: deji

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

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-5/mpich2.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- mpich2.spec	26 Nov 2009 23:52:24 -0000	1.12
+++ mpich2.spec	4 Feb 2010 20:51:24 -0000	1.13
@@ -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
@@ -250,7 +250,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
@@ -326,6 +326,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