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