[mpich2-commits] r4093 - mpich2/trunk/src/packaging/spec

balaji at mcs.anl.gov balaji at mcs.anl.gov
Mon Mar 16 15:39:36 CDT 2009


Author: balaji
Date: 2009-03-16 15:39:36 -0500 (Mon, 16 Mar 2009)
New Revision: 4093

Modified:
   mpich2/trunk/src/packaging/spec/fedora.spec.in
Log:
b1 was hardcoded in one of the places in the spec file.

Modified: mpich2/trunk/src/packaging/spec/fedora.spec.in
===================================================================
--- mpich2/trunk/src/packaging/spec/fedora.spec.in	2009-03-16 20:22:47 UTC (rev 4092)
+++ mpich2/trunk/src/packaging/spec/fedora.spec.in	2009-03-16 20:39:36 UTC (rev 4093)
@@ -78,7 +78,7 @@
 %endif
 
 %prep
-%setup -q -n %{name}-%{version}b1
+%setup -q -n %{name}-%{version}%VERSION_EXT%
 
 %configure	\
 	--enable-sharedlibs=gcc					\



More information about the mpich2-commits mailing list