740096c
Name:           fabtests
0441de1
Version:        1.4.1
145f2e4
Release:        3%{?dist}
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
740096c
Url:            https://github.com/ofiwg/fabtests
740096c
Source:         https://github.com/ofiwg/%{name}/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
740096c
740096c
%description
740096c
Fabtests provides a set of examples that uses libfabric - a high-performance
740096c
fabric software library.
740096c
740096c
%prep
740096c
%setup -q
740096c
%patch0 -p1
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}/*
740096c
%{_mandir}/man7/*
740096c
%doc AUTHORS README
740096c
%license COPYING
740096c
740096c
%changelog
145f2e4
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3
145f2e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
145f2e4
4050fe3
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
4050fe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4050fe3
0441de1
* Tue Apr 11 2017 Honggang Li <honli@redhat.com> - 1.4.1-1
0441de1
- Rebase to latest upstream release.
0441de1
- Resolves: bz1428619
0441de1
2c29216
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
2c29216
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2c29216
5b4ade8
* Tue Nov  8 2016 Honggang Li <honli@redhat.com> - 1.4.0-1
5b4ade8
- Rebase to latest upstream release.
5b4ade8
740096c
* Tue Apr 19 2016 Honggang Li <honli@redhat.com> - 1.3.0-3
740096c
- Provide precise license information.
740096c
740096c
* Thu Apr 14 2016 Honggang Li <honli@redhat.com> - 1.3.0-2
740096c
- Remove license comment in file section.
740096c
- Merge duplicated file entries.
740096c
740096c
* Thu Apr 14 2016 Honggang Li <honli@redhat.com> - 1.3.0-1
740096c
- Import fabtests for Fedora.