File hpc-testing.spec of Package hpc-testing
#
# spec file for package hpc-testing
#
# 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/
#
%define git_ver .0.a2bedd5
Name: hpc-testing
Version: 0.7.0
Release: 0
Summary: Test scripts to validate HPC packages
License: GPL-3.0
Group: Development/Tools/Other
Url: https://github.com/nmorey/git-sequencer-status
Source: %{name}-%{version}%{git_ver}.tar.bz2
Recommends: libibverbs
Recommends: libfabric
Recommends: opensm
Recommends: rdma-ndd
Recommends: infiniband-diags
Recommends: libibverbs-utils
Recommends: srp_daemon
Recommends: fabtests
Recommends: mpitests-mvapich2
Recommends: mpitests-openmpi
Recommends: mpitests-openmpi2
Recommends: mpitests-mpich
Recommends: mpitests
Recommends: ibutils
Recommends: targetcli-fb
Recommends: nvme-cli
Recommends: nvmetcli
Recommends: dapl-utils
Recommends: twopence-shell-client
BuildArch: noarch
Requires: bc
%description
QA test suite for Infiniband and OmniPath validation
%prep
%setup -q -n %{name}-%{version}%{git_ver}
%build
%check
%install
install -D -m 0755 ib-test.sh %{buildroot}/%{_datadir}/%{name}/ib-test.sh
cp -R helpers %{buildroot}/%{_datadir}/%{name}/
%files
%dir %{_datadir}/%{name}
%doc NEWS
%license LICENSE
%{_datadir}/%{name}/ib-test.sh
%{_datadir}/%{name}/helpers
%changelog