- Add BR libX11-devel so modulecmd can handle X resources

This commit is contained in:
Orion Poplawski 2008-03-14 15:07:31 +00:00
parent 049fb9b0e9
commit 3df758e104

View File

@ -1,6 +1,6 @@
Name: environment-modules
Version: 3.2.6
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Provides dynamic modification of a user's environment
Group: System Environment/Base
@ -10,7 +10,7 @@ Source0: http://downloads.sourceforge.net/modules/modules-%{version}.tar.
Patch0: modules-3.2.6-versioning.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: tcl-devel, tclx-devel
BuildRequires: tcl-devel, tclx-devel, libX11-devel
%description
The Environment Modules package provides for the dynamic modification of
@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Mar 14 2008 - Orion Poplawski <orion@cora.nwra.com> - 3.2.6-5
- Add BR libX11-devel so modulecmd can handle X resources
* Wed Mar 5 2008 - Orion Poplawski <orion@cora.nwra.com> - 3.2.6-4
- Add patch to fix extraneous version path entry properly
- Use --with-module-path to point to /etc/modulefiles for local modules,