forked from pool/Modules
This commit is contained in:
parent
594af04e02
commit
fa22b28181
95
Modules.spec
95
Modules.spec
@ -1,44 +1,51 @@
|
|||||||
#
|
#
|
||||||
# spec file for package Modules (Version 3.1.6)
|
# spec file for package Modules (Version 3.1.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: Modules
|
|
||||||
BuildRequires: tcl-devel xorg-x11-devel
|
Name: Modules
|
||||||
URL: http://modules.sourceforge.net/
|
BuildRequires: tcl-devel xorg-x11-devel
|
||||||
Version: 3.1.6
|
Url: http://modules.sourceforge.net/
|
||||||
Release: 38
|
Version: 3.1.6
|
||||||
Summary: Environment Modules
|
Release: 216
|
||||||
License: GPL, LGPL
|
Summary: Environment Modules
|
||||||
Group: System/Management
|
License: BSD 3-Clause; GPL v2 or later; LGPL v2.1 or later
|
||||||
Requires: tcl
|
Group: System/Management
|
||||||
Autoreqprov: on
|
Requires: tcl
|
||||||
Source: modules-%{version}.tar.bz2
|
AutoReqProv: on
|
||||||
Patch: modules-%{version}.dif
|
Source: modules-%{version}.tar.bz2
|
||||||
Patch1: modules_tmpfile.patch
|
Patch: modules-%{version}.dif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Patch1: modules_tmpfile.patch
|
||||||
Provides: environment-modules
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Obsoletes: environment-modules
|
Provides: environment-modules
|
||||||
|
Obsoletes: environment-modules
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Modules package provides for the dynamic modification of a user's
|
The Modules package provides for dynamic modification of a user's
|
||||||
environment via modulefiles. Each modulefile contains the information
|
environment with module files. Each module file contains the
|
||||||
needed to configure the shell for an application. Once the Modules
|
information needed to configure the shell for an application. Once the
|
||||||
package is initialized, the environment can be modified dynamically on
|
package is initialized, the environment can be modified dynamically on
|
||||||
a per-module basis using the module command which interprets
|
a per-module basis using the module command that interprets module
|
||||||
modulefiles. Typically modulefiles instruct the module command to alter
|
files. Typically, module files instruct the module command to alter or
|
||||||
or set shell environment variables such as PATH, MANPATH, etc.
|
set shell environment variables, such as PATH or MANPATH. Module files
|
||||||
modulefiles may be shared by many users on a system and users may have
|
may be shared by many users on a system and users may have their own
|
||||||
their own collection to supplement or replace the shared modulefiles.
|
collection to supplement or replace the shared module files. The
|
||||||
The modules environment is common on SGI/Crays and many workstation
|
modules environment is common on SGI/Crays and many workstation farms.
|
||||||
farms.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -92,32 +99,32 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man4/*
|
%doc %{_mandir}/man4/*
|
||||||
%doc %{_mandir}/man1/*
|
%doc %{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog -n Modules
|
%changelog
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Fri Jan 20 2006 - mrueckert@suse.de
|
* Fri Jan 20 2006 mrueckert@suse.de
|
||||||
- Remove temporary files if they are no longer used.
|
- Remove temporary files if they are no longer used.
|
||||||
(#73973,#144398)
|
(#73973,#144398)
|
||||||
* Tue Jan 17 2006 - mrueckert@suse.de
|
* Tue Jan 17 2006 mrueckert@suse.de
|
||||||
- fix version path so modules find its configs again
|
- fix version path so modules find its configs again
|
||||||
* Mon Sep 13 2004 - nashif@suse.de
|
* Mon Sep 13 2004 nashif@suse.de
|
||||||
- Fixed trap call in profile.d script (#45056)
|
- Fixed trap call in profile.d script (#45056)
|
||||||
* Thu Sep 02 2004 - nashif@suse.de
|
* Thu Sep 02 2004 nashif@suse.de
|
||||||
- #43781: Fixed segfault, verify tmp file was created.
|
- #43781: Fixed segfault, verify tmp file was created.
|
||||||
* Sat Aug 14 2004 - nashif@suse.de
|
* Sat Aug 14 2004 nashif@suse.de
|
||||||
- Renamed package
|
- Renamed package
|
||||||
- Fixed mkstemp (#43781)
|
- Fixed mkstemp (#43781)
|
||||||
* Sat Apr 24 2004 - nashif@suse.de
|
* Sat Apr 24 2004 nashif@suse.de
|
||||||
- Added -fno-strict-aliasing to CFLAGS
|
- Added -fno-strict-aliasing to CFLAGS
|
||||||
* Sat Jan 10 2004 - adrian@suse.de
|
* Sat Jan 10 2004 adrian@suse.de
|
||||||
- use x-devel-packages
|
- use x-devel-packages
|
||||||
* Sat May 17 2003 - nashif@suse.de
|
* Sat May 17 2003 nashif@suse.de
|
||||||
- Fixed file list in spec file
|
- Fixed file list in spec file
|
||||||
* Tue Aug 06 2002 - nashif@suse.de
|
* Tue Aug 06 2002 nashif@suse.de
|
||||||
- fixed sourcing of global configuration file
|
- fixed sourcing of global configuration file
|
||||||
* Mon Feb 11 2002 - nashif@suse.de
|
* Mon Feb 11 2002 nashif@suse.de
|
||||||
- new version: 3.1.6
|
- new version: 3.1.6
|
||||||
* Wed Jun 06 2001 - nashif@suse.de
|
* Wed Jun 06 2001 nashif@suse.de
|
||||||
- Fixed configure.in
|
- Fixed configure.in
|
||||||
* Mon Feb 19 2001 - nashif@suse.de
|
* Mon Feb 19 2001 nashif@suse.de
|
||||||
- Initial Release (Version 3.1.1)
|
- Initial Release (Version 3.1.1)
|
||||||
|
Loading…
Reference in New Issue
Block a user