rpms/mpich2/devel mpich2.spec,1.19,1.20

Deji Akingunola deji at fedoraproject.org
Fri Dec 18 15:27:38 UTC 2009


Author: deji

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

Modified Files:
	mpich2.spec 
Log Message:
Remove the unwanted *.a libs properly



Index: mpich2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mpich2/devel/mpich2.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- mpich2.spec	17 Dec 2009 20:26:15 -0000	1.19
+++ mpich2.spec	18 Dec 2009 15:27:38 -0000	1.20
@@ -1,7 +1,7 @@
 Summary:	A high-performance implementation of MPI
 Name:		mpich2
 Version:	1.2.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	MIT
 Group:		Development/Libraries
 URL:		http://www.mcs.anl.gov/research/projects/mpich2
@@ -187,7 +187,7 @@ done
 rm -rf %{buildroot}%{_sbindir}/mpe*
 
 find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
-rm -f %{_libdir}/%{name}/lib/lib*mpich*.a
+rm %{buildroot}%{_libdir}/%{name}/lib/lib*mpich*.a
 
 %clean
 rm -rf %{buildroot}
@@ -327,6 +327,9 @@ fi
 %exclude %{_datadir}/%{name}/examples*/Makefile-%{_arch}
 
 %changelog
+* Fri Dec 18 2009 Deji Akingunola <dakingun at gmail.com> - 1.2.1-5
+- Properly remove the lib*mpich2*.a files
+
 * Wed Dec 16 2009 Jay Fenlason <fenlason at redhat.com> - 1.2.1-4
 - add the m_option macro to replace hardcoding -m{__isa_bits}
   and define it correctly for s390, where __isa_bits is 32, but




More information about the scm-commits mailing list