import environment-modules-5.0.0-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 14:10:42 -05:00 committed by Stepan Oksanichenko
parent 9b8b71911a
commit 40c8c760c7
3 changed files with 16 additions and 10 deletions

View File

@ -1 +1 @@
16ef2498185a66b73ca72e07258f0a1d0a700ecb SOURCES/modules-5.0.0-alpha.tar.bz2
176b2dd69f8ed3dd1340c0a5a1427fdd86a76b47 SOURCES/modules-5.0.0.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/modules-5.0.0-alpha.tar.bz2
SOURCES/modules-5.0.0.tar.bz2

View File

@ -3,12 +3,12 @@
Name: environment-modules
Version: 5.0.0
Release: 0.3.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
@ -57,7 +57,7 @@ NOTE: You will need to get a new shell after installing this package to
have access to the module alias.
%prep
%setup -q -n modules-5.0.0-alpha
%setup -q -n modules-%{version}
%build
@ -98,8 +98,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}
@ -132,7 +132,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
@ -160,14 +160,20 @@ fi
%{vimdatadir}/syntax/modulefile.vim
%changelog
* Wed Sep 15 2021 Lukáš Zaoral <lzaoral@redhat.com> - 5.0.0-1
- Update to 5.0.0 (#2004402)
+ Based on spec by Xavier Delaruelle in Fedora Rawhide. Thanks a lot!
- Configuration guide example.txt is replaced by more up to date INSTALL.txt
document
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.0.0-0.3.alpha
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Tue Aug 3 2021 Lukas Zaoral <lzaoral@redhat.com> - 5.0.0-0.2.alpha
* Tue Aug 3 2021 Lukáš Zaoral <lzaoral@redhat.com> - 5.0.0-0.2.alpha
- Rebuilt for added gating.yaml. Related rhbz#1989523
* Tue Aug 3 2021 Lukas Zaoral <lzaoral@redhat.com> - 5.0.0-0.1.alpha
* Tue Aug 3 2021 Lukáš Zaoral <lzaoral@redhat.com> - 5.0.0-0.1.alpha
- Update to 5.0.0-alpha (#1989523)
+ Based on spec by Xavier Delaruelle in Fedora Rawhide. Thanks a lot!
- Remove createmodule.sh and createmodule.py utilities ('module sh-to-mod'