SHA256
1
0
forked from pool/suse-hpc

Accepting request 523742 from science:HPC:EnvMod

- Initial version.

OBS-URL: https://build.opensuse.org/request/show/523742
OBS-URL: https://build.opensuse.org/package/show/science:HPC/suse-hpc?expand=0&rev=1
This commit is contained in:
Nicolas Morey-Chaisemartin
2017-09-12 14:34:53 +00:00
committed by Git OBS Bridge
commit bbf69083e1
6 changed files with 592 additions and 0 deletions

50
suse-hpc.spec Normal file
View File

@@ -0,0 +1,50 @@
#
# spec file for package suse_hpc
#
# Copyright (c) 2017 SUSE LINUX 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/
#
Summary: SUSE HPC Environment
License: BSD-3-Clause
Group: Productivity/Clustering/Computing
Name: suse-hpc
Version: 0.1
Release: 0
Source0: macros.hpc
Source1: LICENSE
Url: http://www.suse.com/hpc
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: sed
%description
Provide rpm macros for building and installing SUSE HPC
packages.
%prep
%build
%install
mkdir -p %{buildroot}/%{_sysconfdir}/rpm
cp %{S:0} %{buildroot}/%{_sysconfdir}/rpm
%{__cp} %{S:1} .
%files
%defattr(-,root,root,-)
%doc LICENSE
%config %{_sysconfdir}/rpm/macros.hpc
%changelog