Update to 5.0.0 (#2003452)
This commit is contained in:
parent
e225bd2d1b
commit
24ad4e3d65
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ modules-3.2.8.tar.bz2
|
||||
/modules-4.7.1.tar.bz2
|
||||
/modules-4.8.0.tar.bz2
|
||||
/modules-5.0.0-alpha.tar.bz2
|
||||
/modules-5.0.0.tar.bz2
|
||||
|
@ -3,12 +3,12 @@
|
||||
|
||||
Name: environment-modules
|
||||
Version: 5.0.0
|
||||
Release: 0.1.alpha%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Provides dynamic modification of a user's environment
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://modules.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/modules/modules-5.0.0-alpha.tar.bz2
|
||||
Source0: http://downloads.sourceforge.net/modules/modules-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: tcl
|
||||
BuildRequires: dejagnu
|
||||
@ -58,7 +58,7 @@ have access to the module alias.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n modules-5.0.0-alpha
|
||||
%setup -q -n modules-%{version}
|
||||
|
||||
|
||||
%build
|
||||
@ -99,8 +99,8 @@ mv %{buildroot}%{_datadir}/Modules/bin/envml %{buildroot}%{_bindir}/
|
||||
mv {doc/build/,}NEWS.txt
|
||||
mv {doc/build/,}MIGRATING.txt
|
||||
mv {doc/build/,}CONTRIBUTING.txt
|
||||
mv {doc/build/,}diff_v3_v4.txt
|
||||
mv {doc/,}example.txt
|
||||
mv {doc/build/,}INSTALL.txt
|
||||
mv {doc/build/,}changes.txt
|
||||
|
||||
# install the rpm config file
|
||||
install -Dpm 644 contrib/rpm/macros.%{name} %{buildroot}/%{macrosdir}/macros.%{name}
|
||||
@ -134,7 +134,7 @@ fi
|
||||
|
||||
%files
|
||||
%license COPYING.GPLv2
|
||||
%doc ChangeLog README NEWS.txt MIGRATING.txt CONTRIBUTING.txt diff_v3_v4.txt example.txt
|
||||
%doc ChangeLog README NEWS.txt MIGRATING.txt INSTALL.txt CONTRIBUTING.txt changes.txt
|
||||
%{_sysconfdir}/modulefiles
|
||||
%ghost %{_sysconfdir}/profile.d/modules.csh
|
||||
%ghost %{_sysconfdir}/profile.d/modules.sh
|
||||
@ -163,6 +163,11 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Sep 12 2021 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 5.0.0-1
|
||||
- Update to 5.0.0
|
||||
- Configuration guide example.txt is replaced by more up to date INSTALL.txt
|
||||
document
|
||||
|
||||
* Sun Jul 25 2021 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 5.0.0-0.1.alpha
|
||||
- Update to 5.0.0-alpha
|
||||
- Remove createmodule.sh and createmodule.py utilities ('module sh-to-mod'
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modules-5.0.0-alpha.tar.bz2) = f6db7ebbd7b48e14a501c9b17df0e2e628f4cdd2638cfb2d753de14cda9f7036280a515b618a3774e87d6111df8bc46bb1ed000d8a000587379081dfbab690a1
|
||||
SHA512 (modules-5.0.0.tar.bz2) = 0d389653c9057ed045b4a82f37900a357aa2303b250d04fd9ee04518cb24c2bee94d0393744e00e4c83b24567ae207ae5beedca62af525802f7952134d968f08
|
||||
|
Loading…
Reference in New Issue
Block a user