- Update to 3.2.8a, changes --with-def-man-path to --with-man-path

This commit is contained in:
Orion Poplawski 2010-10-04 11:02:56 -06:00
parent a8b61fb8fe
commit 8dbe0e8569
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
modules-3.2.8.tar.bz2
/modules-3.2.8a.tar.bz2

View File

@ -1,5 +1,5 @@
Name: environment-modules
Version: 3.2.8
Version: 3.2.8a
Release: 1%{?dist}
Summary: Provides dynamic modification of a user's environment
@ -43,7 +43,7 @@ have access to the module alias.
%prep
%setup -q -n modules-%{version}
%setup -q -n modules-3.2.8
%patch0 -p1 -b .bindir
@ -51,7 +51,7 @@ have access to the module alias.
%configure --disable-versioning \
--prefix=%{_datadir} \
--exec-prefix=%{_datadir}/Modules \
--with-def-man-path=$(manpath) \
--with-man-path=$(manpath) \
--with-module-path=%{_sysconfdir}/modulefiles
# --with-debug=42 --with-log-facility-debug=stderr
make %{?_smp_mflags}
@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Oct 4 2010 Orion Poplawski <orion@cora.nwra.com> - 3.2.8a-1
- Update to 3.2.8a, changes --with-def-man-path to --with-man-path
* Mon Oct 4 2010 Orion Poplawski <orion@cora.nwra.com> - 3.2.8-1
- Update to 3.2.8
- Drop mandir patch, use --with-def-man-path

View File

@ -1 +1 @@
c8263989a56c650ef65f29ecfffd22fd modules-3.2.8.tar.bz2
fcac3bea0d88fde4c4d7838bc8c4ddbe modules-3.2.8a.tar.bz2