|
|
ea0cff |
Name: fabtests
|
|
|
c6e2f1 |
Version: 1.11.1
|
|
|
ea0cff |
Release: 1%{?dist}
|
|
|
ea0cff |
Summary: Test suite for libfabric API
|
|
|
ea0cff |
# include/jsmn.h and common/jsmn.c are licensed under MIT.
|
|
|
ea0cff |
# All other source files permit distribution under BSD. Some of them
|
|
|
ea0cff |
# additionaly expressly allow the option to be licensed under GPLv2.
|
|
|
ea0cff |
# See the license headers in individual source files to see which those are.
|
|
|
ea0cff |
License: BSD and (BSD or GPLv2) and MIT
|
|
|
6a112c |
Url: https://github.com/ofiwg/libfabric
|
|
|
6a112c |
Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
|
|
c6e2f1 |
Patch0: 0001-adjust-shebang-lines.patch
|
|
|
ea0cff |
BuildRequires: libfabric-devel >= %{version}
|
|
|
ea0cff |
%ifarch %{valgrind_arches}
|
|
|
ea0cff |
BuildRequires: valgrind-devel
|
|
|
ea0cff |
%endif
|
|
|
ea0cff |
BuildRequires: gcc
|
|
|
ea0cff |
|
|
|
ea0cff |
%description
|
|
|
ea0cff |
Fabtests provides a set of examples that uses libfabric - a high-performance
|
|
|
ea0cff |
fabric software library.
|
|
|
ea0cff |
|
|
|
ea0cff |
%prep
|
|
|
ea0cff |
%setup -q
|
|
|
6a112c |
%patch0 -p2
|
|
|
ea0cff |
|
|
|
ea0cff |
%build
|
|
|
ea0cff |
%configure \
|
|
|
ea0cff |
%ifarch %{valgrind_arches}
|
|
|
ea0cff |
--with-valgrind \
|
|
|
ea0cff |
%endif
|
|
|
ea0cff |
|
|
|
ea0cff |
make %{?_smp_mflags} V=1
|
|
|
ea0cff |
|
|
|
ea0cff |
%install
|
|
|
ea0cff |
%make_install
|
|
|
ea0cff |
# remove unpackaged files from the buildroot
|
|
|
ea0cff |
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
ea0cff |
|
|
|
ea0cff |
%files
|
|
|
ea0cff |
%{_datadir}/%{name}/
|
|
|
ea0cff |
%{_bindir}/*
|
|
|
6a112c |
%{_mandir}/man1/*
|
|
|
ea0cff |
%{_mandir}/man7/*
|
|
|
ea0cff |
%doc AUTHORS README
|
|
|
ea0cff |
%license COPYING
|
|
|
ea0cff |
|
|
|
ea0cff |
%changelog
|
|
|
c6e2f1 |
* Tue Nov 17 2020 Honggang Li <honli@redhat.com> - 1.11.1-1
|
|
|
c6e2f1 |
- Rebase to upstream release v1.11.1
|
|
|
c6e2f1 |
- Resolves: bz1856274
|
|
|
c6e2f1 |
|
|
|
4bc43b |
* Sat Apr 25 2020 Honggang Li <honli@redhat.com> - 1.10.0
|
|
|
4bc43b |
- Rebase to upstream release v1.10.0
|
|
|
4bc43b |
- Resolves: bz1770651
|
|
|
4bc43b |
|
|
|
6a112c |
* Mon Nov 11 2019 Honggang Li <honli@redhat.com> - 1.9.0rc1-1
|
|
|
6a112c |
- Rebase to upstream release v1.9.0rc1
|
|
|
6a112c |
- Resolves: bz1770650
|
|
|
6a112c |
|
|
|
6a112c |
* Mon Jul 1 2019 Honggang Li <honli@redhat.com> - 1.8.0-1
|
|
|
6a112c |
- Rebase to upstream release v1.8.0
|
|
|
6a112c |
- Resolves: bz1710870
|
|
|
6a112c |
|
|
|
ea0cff |
* Mon Dec 10 2018 Honggang Li <honli@redhat.com> - 1.6.2-1
|
|
|
ea0cff |
- Rebase to upstream release v1.6.2
|
|
|
ea0cff |
- Resolves: bz1654871
|
|
|
ea0cff |
|
|
|
ea0cff |
* Sat Aug 4 2018 Florian Weimer <fweimer@redhat.com> - 1.6.1-3
|
|
|
ea0cff |
- Fix shell syntax error in %%build
|
|
|
ea0cff |
|
|
|
ea0cff |
* Fri Aug 3 2018 Florian Weimer <fweimer@redhat.com> - 1.6.1-2
|
|
|
ea0cff |
- Honor %%{valgrind_arches}
|
|
|
ea0cff |
|
|
|
ea0cff |
* Fri Jun 22 2018 Honggang Li <honli@redhat.com> - 1.6.1-1
|
|
|
ea0cff |
- Rebase to upstream release v1.6.1
|
|
|
ea0cff |
- Resolves: bz1448975
|
|
|
ea0cff |
|
|
|
ea0cff |
* Thu May 10 2018 Honggang Li <honli@redhat.com> - 1.6.0-1
|
|
|
ea0cff |
- Rebase to upstream release v1.6.0
|
|
|
ea0cff |
|
|
|
ea0cff |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-4
|
|
|
ea0cff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
ea0cff |
|
|
|
ea0cff |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3
|
|
|
ea0cff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
ea0cff |
|
|
|
ea0cff |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
|
|
|
ea0cff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
ea0cff |
|
|
|
ea0cff |
* Tue Apr 11 2017 Honggang Li <honli@redhat.com> - 1.4.1-1
|
|
|
ea0cff |
- Rebase to latest upstream release.
|
|
|
ea0cff |
- Resolves: bz1428619
|
|
|
ea0cff |
|
|
|
ea0cff |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
|
|
ea0cff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
ea0cff |
|
|
|
ea0cff |
* Tue Nov 8 2016 Honggang Li <honli@redhat.com> - 1.4.0-1
|
|
|
ea0cff |
- Rebase to latest upstream release.
|
|
|
ea0cff |
|
|
|
ea0cff |
* Tue Apr 19 2016 Honggang Li <honli@redhat.com> - 1.3.0-3
|
|
|
ea0cff |
- Provide precise license information.
|
|
|
ea0cff |
|
|
|
ea0cff |
* Thu Apr 14 2016 Honggang Li <honli@redhat.com> - 1.3.0-2
|
|
|
ea0cff |
- Remove license comment in file section.
|
|
|
ea0cff |
- Merge duplicated file entries.
|
|
|
ea0cff |
|
|
|
ea0cff |
* Thu Apr 14 2016 Honggang Li <honli@redhat.com> - 1.3.0-1
|
|
|
ea0cff |
- Import fabtests for Fedora.
|