Add --with-version-path to set VERSIONPATH (bug 220260)

This commit is contained in:
Orion Poplawski 2006-12-20 15:32:27 +00:00
parent e488d00a3d
commit c6864c3d88

View File

@ -1,6 +1,6 @@
Name: environment-modules Name: environment-modules
Version: 3.2.3 Version: 3.2.3
Release: 2%{?dist} Release: 3%{?dist}
Summary: Provides dynamic modification of a user's environment Summary: Provides dynamic modification of a user's environment
Group: System Environment/Base Group: System Environment/Base
@ -38,7 +38,9 @@ suite of different applications.
%build %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} make %{?_smp_mflags}
@ -65,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Dec 20 2006 - Orion Poplawski <orion@cora.nwra.com> - 3.2.3-3
- Add --with-version-path to set VERSIONPATH (bug 220260)
* Tue Aug 28 2006 - Orion Poplawski <orion@cora.nwra.com> - 3.2.3-2 * Tue Aug 28 2006 - Orion Poplawski <orion@cora.nwra.com> - 3.2.3-2
- Rebuild for FC6 - Rebuild for FC6