fabtests/fabtests.spec
2022-05-10 12:05:14 +00:00

51 lines
1.4 KiB
RPMSpec

Name: fabtests
Version: 1.6.1
Release: 6
Summary: libfabric API test suite
License: BSD-2-Clause and GPL-2.0-only and MIT
Url: https://github.com/ofiwg/fabtests
Source: https://github.com/ofiwg/fabtests/releases/download/v%{version}/fabtests-%{version}.tar.bz2
BuildRequires: libfabric-devel >= %{version} valgrind-devel gcc
%description
Fabtests provides a set of examples that uses libfabric
%package help
Summary: documentation for fabtests
Requires: fabtests = %{version}-%{release}
%description help
Documentation for user of fabtests.
%prep
%autosetup -n fabtests-%{version} -p1
%build
%configure --with-valgrind
%make_build V=1
%install
%make_install
%delete_la
%files
%{_datadir}/fabtests/
%{_bindir}/*
%doc AUTHORS README COPYING
%files help
%{_mandir}/man7/*
%changelog
* Tue May 10 2022 chenchen <chen_aka_jan@163.com> - 1.6.1-6
- License compliance rectification
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.6.1-5
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Wed Jun 2 2021 baizhonggui <baizhonggui@huawei.com> - 1.6.1-4
- Fix building error: /usr/bin/git: No such file or directory
- Add git in BuildRequires
* Tue Apr 21 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.6.1-3
- Package init