Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
94222aca7e
!8 让valgrind构建依赖跟随系统%{valgrind_arches}宏
From: @laokz 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2023-10-24 06:21:54 +00:00
laokz
e8bbd3ed5d let valgrind BuildRequire following system %{valgrind_arches} 2023-10-20 09:57:36 +08:00
openeuler-ci-bot
14675975c2
!9 Update to version 1.6.2
From: @wang--ge 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2023-10-18 08:08:15 +00:00
wang--ge
b5efc5af24 update to version 1.6.2 2023-10-18 14:45:20 +08:00
openeuler-ci-bot
ab057c65be
!4 License compliance rectification
From: @chen-jan 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-05-11 02:02:16 +00:00
chen-jan
9681f176ea License compliance rectification 2022-05-10 12:05:14 +00:00
openeuler-ci-bot
628cdab622 !3 fabtests delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-08-20 10:04:18 +00:00
chenyanpanHW
3912954985
delete -S git from %autosetup, and delete BuildRequires git 2021-07-30 22:37:20 +08:00
openeuler-ci-bot
2df0216612 !2 增加构建依赖git
From: @bzg1107
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-06-07 20:18:44 +08:00
baizg1107
6a512fd4f5 add build requires for resolving building errors 2021-06-07 16:58:25 +08:00
3 changed files with 31 additions and 6 deletions

Binary file not shown.

BIN
fabtests-1.6.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,15 @@
Name: fabtests Name: fabtests
Version: 1.6.1 Version: 1.6.2
Release: 3 Release: 2
Summary: libfabric API test suite Summary: libfabric API test suite
License: BSD and (BSD or GPLv2) and MIT License: BSD-2-Clause and GPL-2.0-only and MIT
Url: https://github.com/ofiwg/fabtests Url: https://github.com/ofiwg/fabtests
Source: https://github.com/ofiwg/fabtests/releases/download/v%{version}/fabtests-%{version}.tar.bz2 Source: https://github.com/ofiwg/fabtests/releases/download/v%{version}/fabtests-%{version}.tar.gz
BuildRequires: libfabric-devel >= %{version} valgrind-devel gcc BuildRequires: autoconf automake libtool
BuildRequires: libfabric-devel >= %{version} gcc
%ifarch %{valgrind_arches}
BuildRequires: valgrind-devel
%endif
%description %description
Fabtests provides a set of examples that uses libfabric Fabtests provides a set of examples that uses libfabric
@ -17,10 +21,15 @@ Requires: fabtests = %{version}-%{release}
Documentation for user of fabtests. Documentation for user of fabtests.
%prep %prep
%autosetup -n fabtests-%{version} -p1 -S git %autosetup -n fabtests-%{version} -p1
%build %build
./autogen.sh
%ifarch %{valgrind_arches}
%configure --with-valgrind %configure --with-valgrind
%else
%configure
%endif
%make_build V=1 %make_build V=1
%install %install
@ -36,5 +45,21 @@ Documentation for user of fabtests.
%{_mandir}/man7/* %{_mandir}/man7/*
%changelog %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 * Tue Apr 21 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.6.1-3
- Package init - Package init