740096c
Name:           fabtests
e61f7de
Version:        1.18.0
c033a6a
Release:        %autorelease
740096c
Summary:        Test suite for libfabric API
740096c
# include/jsmn.h and common/jsmn.c are licensed under MIT.
740096c
# All other source files permit distribution under BSD. Some of them
740096c
# additionaly expressly allow the option to be licensed under GPLv2.
740096c
# See the license headers in individual source files to see which those are.
740096c
License:        BSD and (BSD or GPLv2) and MIT
d121735
Url:            https://github.com/ofiwg/libfabric
3585d77
Source:         https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2
740096c
Patch0:         0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch
5b4ade8
BuildRequires:  libfabric-devel >= %{version}
740096c
BuildRequires:  valgrind-devel
740096c
BuildRequires:  gcc
7d93cf9
BuildRequires:  make
66d9795
Requires:       python3-pytest
740096c
740096c
%description
740096c
Fabtests provides a set of examples that uses libfabric - a high-performance
740096c
fabric software library.
740096c
740096c
%prep
3585d77
%setup -q -n %{name}-%{version}
fa521fe
%patch0 -p2
740096c
740096c
%build
740096c
%configure --with-valgrind
740096c
make %{?_smp_mflags} V=1
740096c
740096c
%install
740096c
%make_install
740096c
# remove unpackaged files from the buildroot
740096c
rm -f %{buildroot}%{_libdir}/*.la
740096c
740096c
%files
740096c
%{_datadir}/%{name}/
740096c
%{_bindir}/*
67a6069
%{_mandir}/man1/*
740096c
%{_mandir}/man7/*
740096c
%doc AUTHORS README
740096c
%license COPYING
740096c
740096c
%changelog
c033a6a
%autochangelog