2020-06-20 09:37:19 +08:00
|
|
|
Name: fabtests
|
2023-10-18 14:45:20 +08:00
|
|
|
Version: 1.6.2
|
2023-10-16 22:02:53 +08:00
|
|
|
Release: 2
|
2020-06-20 09:37:19 +08:00
|
|
|
Summary: libfabric API test suite
|
2022-05-10 12:05:14 +00:00
|
|
|
License: BSD-2-Clause and GPL-2.0-only and MIT
|
2020-06-20 09:37:19 +08:00
|
|
|
Url: https://github.com/ofiwg/fabtests
|
2023-10-18 14:45:20 +08:00
|
|
|
Source: https://github.com/ofiwg/fabtests/releases/download/v%{version}/fabtests-%{version}.tar.gz
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
2023-10-16 22:02:53 +08:00
|
|
|
BuildRequires: libfabric-devel >= %{version} gcc
|
|
|
|
|
%ifarch %{valgrind_arches}
|
|
|
|
|
BuildRequires: valgrind-devel
|
|
|
|
|
%endif
|
2020-06-20 09:37:19 +08:00
|
|
|
%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
|
2021-07-30 22:37:20 +08:00
|
|
|
%autosetup -n fabtests-%{version} -p1
|
2020-06-20 09:37:19 +08:00
|
|
|
|
|
|
|
|
%build
|
2023-10-18 14:45:20 +08:00
|
|
|
./autogen.sh
|
2023-10-16 22:02:53 +08:00
|
|
|
%ifarch %{valgrind_arches}
|
2020-06-20 09:37:19 +08:00
|
|
|
%configure --with-valgrind
|
2023-10-16 22:02:53 +08:00
|
|
|
%else
|
|
|
|
|
%configure
|
|
|
|
|
%endif
|
2020-06-20 09:37:19 +08:00
|
|
|
%make_build V=1
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
%delete_la
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%{_datadir}/fabtests/
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%doc AUTHORS README COPYING
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%{_mandir}/man7/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-10-16 22:02:53 +08:00
|
|
|
* Fri Oct 20 2023 laokz <zhangkai@iscas.ac.cn> - 1.6.2-2
|
|
|
|
|
- Let valgrind BuildRequire following system %{valgrind_arches}
|
|
|
|
|
|
2023-10-18 14:45:20 +08:00
|
|
|
* Wed Oct 18 2023 Ge Wang <wang__ge@126.com> - 1.6.2-1
|
|
|
|
|
- Update to version 1.6.2
|
|
|
|
|
|
2022-05-10 12:05:14 +00:00
|
|
|
* Tue May 10 2022 chenchen <chen_aka_jan@163.com> - 1.6.1-6
|
|
|
|
|
- License compliance rectification
|
|
|
|
|
|
2021-07-30 22:37:20 +08:00
|
|
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.6.1-5
|
|
|
|
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
|
|
|
|
|
2021-06-07 16:58:25 +08:00
|
|
|
* 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
|
|
|
|
|
|
2020-06-20 09:37:19 +08:00
|
|
|
* Tue Apr 21 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.6.1-3
|
|
|
|
|
- Package init
|