rpms/environment-modules/devel environment-modules.spec,1.5,1.6

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Dec 20 15:32:58 UTC 2006


Author: orion

Update of /cvs/extras/rpms/environment-modules/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12905

Modified Files:
	environment-modules.spec 
Log Message:
Add --with-version-path to set VERSIONPATH (bug 220260)



Index: environment-modules.spec
===================================================================
RCS file: /cvs/extras/rpms/environment-modules/devel/environment-modules.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- environment-modules.spec	30 Aug 2006 02:29:13 -0000	1.5
+++ environment-modules.spec	20 Dec 2006 15:32:27 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           environment-modules
 Version:        3.2.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Provides dynamic modification of a user's environment
 
 Group:          System Environment/Base
@@ -38,7 +38,9 @@
 
 
 %build
-%configure --disable-versioning --prefix=%{_datadir} --exec-prefix=%{_datadir}/Modules
+%configure --disable-versioning --prefix=%{_datadir} \
+           --exec-prefix=%{_datadir}/Modules \
+           --with-version-path=%{_datadir}/Modules/modulefiles
 make %{?_smp_mflags}
 
 
@@ -65,6 +67,9 @@
 
 
 %changelog
+* Wed Dec 20 2006 - Orion Poplawski <orion at cora.nwra.com> - 3.2.3-3
+- Add --with-version-path to set VERSIONPATH (bug 220260)
+
 * Tue Aug 28 2006 - Orion Poplawski <orion at cora.nwra.com> - 3.2.3-2
 - Rebuild for FC6
 




More information about the scm-commits mailing list