rpms/blacs/F-13 blacs.spec,1.36,1.37

Tom Callaway spot at fedoraproject.org
Fri Feb 19 21:57:18 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/blacs/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30345/F-13

Modified Files:
	blacs.spec 
Log Message:
fix mistake in env files


Index: blacs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/blacs/F-13/blacs.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- blacs.spec	16 Feb 2010 20:57:52 -0000	1.36
+++ blacs.spec	19 Feb 2010 21:57:17 -0000	1.37
@@ -1,7 +1,7 @@
 Summary: Basic Linear Algebra Communication Subprograms
 Name: blacs
 Version: 1.1
-Release: 35%{?dist}
+Release: 37%{?dist}
 License: Public Domain
 Group: Development/Libraries
 URL: http://www.netlib.org/blacs
@@ -190,8 +190,8 @@ cat << EOF > %{buildroot}%{_sysconfdir}/
 #
 #  Blacs libraries compiled with $i support
 #
-prepend-path		LD_LIBRARY_PATH		%{_libdir}/blacs-$i
-setenv			LDFLAGS			-L%{_libdir}/blacs-$i
+prepend-path		LD_LIBRARY_PATH		%{_libdir}/$i
+setenv			LDFLAGS			-L%{_libdir}/$i
 EOF
 done
 
@@ -236,6 +236,9 @@ rm -fr ${RPM_BUILD_ROOT}
 %{_libdir}/openmpi/*.a
 
 %changelog
+* Fri Feb 19 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1-37
+- fix environment module files
+
 * Tue Feb 16 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1-36
 - put libraries in appropriate locations
 - put include files in appropriate locations



More information about the scm-commits mailing list