Blame SPECS/fabtests.spec

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