Add --with-version-path to set VERSIONPATH (bug 220260)
This commit is contained in:
parent
e488d00a3d
commit
c6864c3d88
@ -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 @@ suite of different applications.
|
||||
|
||||
|
||||
%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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%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
|
||||
- Rebuild for FC6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user