Compare commits

..

No commits in common. "94222aca7e9a9d52016ab96dd436540d27ba0357" and "f41785d3ba597d8f07b14034bd1f4f224dd51f0b" have entirely different histories.

3 changed files with 6 additions and 31 deletions

BIN
fabtests-1.6.1.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,11 @@
Name: fabtests
Version: 1.6.2
Release: 2
Version: 1.6.1
Release: 3
Summary: libfabric API test suite
License: BSD-2-Clause and GPL-2.0-only and MIT
License: BSD and (BSD or GPLv2) and MIT
Url: https://github.com/ofiwg/fabtests
Source: https://github.com/ofiwg/fabtests/releases/download/v%{version}/fabtests-%{version}.tar.gz
BuildRequires: autoconf automake libtool
BuildRequires: libfabric-devel >= %{version} gcc
%ifarch %{valgrind_arches}
BuildRequires: valgrind-devel
%endif
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
@ -21,15 +17,10 @@ Requires: fabtests = %{version}-%{release}
Documentation for user of fabtests.
%prep
%autosetup -n fabtests-%{version} -p1
%autosetup -n fabtests-%{version} -p1 -S git
%build
./autogen.sh
%ifarch %{valgrind_arches}
%configure --with-valgrind
%else
%configure
%endif
%make_build V=1
%install
@ -45,21 +36,5 @@ Documentation for user of fabtests.
%{_mandir}/man7/*
%changelog
* Fri Oct 20 2023 laokz <zhangkai@iscas.ac.cn> - 1.6.2-2
- Let valgrind BuildRequire following system %{valgrind_arches}
* Wed Oct 18 2023 Ge Wang <wang__ge@126.com> - 1.6.2-1
- Update to version 1.6.2
* 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