Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
Modules
Modules.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Modules.spec of Package Modules
# # spec file for package Modules # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # 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/ # Name: Modules BuildRequires: automake BuildRequires: tcl-devel # xorg-x11-devel Url: http://modules.sourceforge.net/ Version: 3.2.8 Release: 0 Summary: Environment Modules License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ Group: System/Management Requires: tcl Source: modules-%{version}a.tar.bz2 Patch: modules-%{version}.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: environment-modules Obsoletes: environment-modules %description The Modules package provides for dynamic modification of a user's environment with module files. Each module file contains the information needed to configure the shell for an application. Once the package is initialized, the environment can be modified dynamically on a per-module basis using the module command that interprets module files. Typically, module files instruct the module command to alter or set shell environment variables, such as PATH or MANPATH. Module files may be shared by many users on a system and users may have their own collection to supplement or replace the shared module files. The modules environment is common on SGI/Crays and many workstation farms. Authors: -------- John L. Furlan <jlf@behere.com> Peter W. Osel <pwo@Osel.DE> Jens Hamisch <Jens.Hamisch@Strawberry.COM> R.K. Owen <rk@owen.sj.ca.us> %prep %setup -q -n modules-%{version} %patch -p1 %build aclocal --force -I config autoreconf --force --install CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ./configure \ --prefix=/usr \ --with-version-path=/usr/share/modules \ --with-module-path=/usr/share/modules/modulefiles \ --mandir=%{_mandir} \ --with-etc-path=/etc \ --with-skel-path=/etc/skel \ --with-tcl=%{_libdir} \ --without-x make %install install -d $RPM_BUILD_ROOT/usr/share/modules install -d $RPM_BUILD_ROOT/etc/profile.d install -m 644 etc/global/profile.modules $RPM_BUILD_ROOT/etc/profile.d/modules.sh install -m 644 etc/global/csh.modules $RPM_BUILD_ROOT/etc/profile.d/modules.csh make DESTDIR=$RPM_BUILD_ROOT install install -d $RPM_BUILD_ROOT/usr/bin pushd $RPM_BUILD_ROOT/usr/bin ln -s ../share/Modules/%{version}/bin/add.modules . ln -s ../share/Modules/%{version}/bin/mkroot . ln -s ../share/Modules/%{version}/bin/modulecmd . popd %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc ChangeLog LICENSE.GPL NEWS README TODO %dir %{_prefix}/share/Modules %{_prefix}/share/Modules/* %dir /usr/share/modules /usr/share/modules/* %{_bindir}/* /etc/profile.d/modules.* %doc %{_mandir}/man4/* %doc %{_mandir}/man1/* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor