[packages/fabtests] - up to 1.7.1
qboosh
qboosh at pld-linux.org
Fri Apr 26 18:35:54 CEST 2019
commit 44c4636c5550ba9d7b52a08fa47f3ce8304c3d5a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Apr 26 18:36:02 2019 +0200
- up to 1.7.1
fabtests.spec | 40 ++++++++++++++++++++++++++++++----------
1 file changed, 30 insertions(+), 10 deletions(-)
---
diff --git a/fabtests.spec b/fabtests.spec
index a9b8d94..0238aac 100644
--- a/fabtests.spec
+++ b/fabtests.spec
@@ -1,20 +1,21 @@
Summary: Test suite for libfabric API
Summary(pl.UTF-8): Zestaw testów dla API libfabric
Name: fabtests
-Version: 1.6.2
+Version: 1.7.1
Release: 1
License: BSD or GPL v2
Group: Libraries
-#Source0Download: https://github.com/ofiwg/fabtests/releases
-Source0: https://github.com/ofiwg/fabtests/releases/download/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 55388de12ac75c899296265d5581b620
+#or https://github.com/ofiwg/fabtests/releases
+#Source0Download: https://github.com/ofiwg/libfabric/releases
+Source0: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: d6616a93d7f2a3df1f5c37d40d59578b
URL: https://github.com/ofiwg/fabtests
BuildRequires: autoconf >= 2.57
BuildRequires: automake >= 1:1.11
-BuildRequires: libfabric-devel >= 1.4.1
+BuildRequires: libfabric-devel >= 1.7.1
BuildRequires: libtool >= 2:2
BuildRequires: sed >= 4.0
-Requires: libfabric >= 1.4.1
+Requires: libfabric >= 1.7.1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -47,8 +48,9 @@ rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT
# don't package plain unit tests
-%{__rm} $RPM_BUILD_ROOT%{_bindir}/fi_{av_test,cm_data,cntr_test,cq_data,cq_test,dgram,dgram_waitset,dom_test,eq_test,getinfo_test,mr_test,msg,msg_epoll,msg_rma,msg_sockets,poll,rdm,rdm_atomic,rdm_rma_*,rdm_multi_recv,rdm_rma,rdm_tagged_peek,scalable_ep,shared_ctx}
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/fi_{av_test,cm_data,cntr_test,cq_data,cq_test,dgram,dgram_waitset,dom_test,eq_test,getinfo_test,mr_test,msg,msg_epoll,msg_sockets,poll,rdm,rdm_atomic,rdm_rma_*,rdm_multi_recv,rdm_tagged_peek,scalable_ep,shared_ctx}
%{__rm} $RPM_BUILD_ROOT%{_bindir}/runfabtests.sh
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/fi_{av_test,cm_data,cntr_test,cq_data,cq_test,dgram,dgram_waitset,dom_test,eq_test,getinfo_test,mr_test,msg,msg_epoll,msg_sockets,poll,rdm,rdm_atomic,rdm_rma_*,rdm_multi_recv,rdm_tagged_peek,scalable_ep,shared_ctx}.1
%clean
rm -rf $RPM_BUILD_ROOT
@@ -57,7 +59,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc AUTHORS COPYING
%attr(755,root,root) %{_bindir}/fi_av_xfer
-%attr(755,root,root) %{_bindir}/fi_cmatose
%attr(755,root,root) %{_bindir}/fi_dgram_pingpong
%attr(755,root,root) %{_bindir}/fi_inj_complete
%attr(755,root,root) %{_bindir}/fi_mcast
@@ -65,8 +66,6 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/fi_multi_mr
%attr(755,root,root) %{_bindir}/fi_msg_bw
%attr(755,root,root) %{_bindir}/fi_msg_pingpong
-%attr(755,root,root) %{_bindir}/fi_msg_stream
-%attr(755,root,root) %{_bindir}/fi_rc_pingpong
%attr(755,root,root) %{_bindir}/fi_rdm_cntr_pingpong
%attr(755,root,root) %{_bindir}/fi_rdm_deferred_wq
%attr(755,root,root) %{_bindir}/fi_rdm_multi_domain
@@ -82,4 +81,25 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/fi_unexpected_msg
%attr(755,root,root) %{_bindir}/rft_yaml_to_junit_xml
%{_datadir}/fabtests
+%{_mandir}/man1/fi_av_xfer.1*
+%{_mandir}/man1/fi_dgram_pingpong.1*
+%{_mandir}/man1/fi_inj_complete.1*
+%{_mandir}/man1/fi_mcast.1*
+%{_mandir}/man1/fi_multi_ep.1*
+%{_mandir}/man1/fi_multi_mr.1*
+%{_mandir}/man1/fi_msg_bw.1*
+%{_mandir}/man1/fi_msg_pingpong.1*
+%{_mandir}/man1/fi_rdm_cntr_pingpong.1*
+%{_mandir}/man1/fi_rdm_deferred_wq.1*
+%{_mandir}/man1/fi_rdm_multi_domain.1*
+%{_mandir}/man1/fi_rdm_pingpong.1*
+%{_mandir}/man1/fi_rdm_shared_av.1*
+%{_mandir}/man1/fi_rdm_tagged_bw.1*
+%{_mandir}/man1/fi_rdm_tagged_pingpong.1*
+%{_mandir}/man1/fi_recv_cancel.1*
+%{_mandir}/man1/fi_resmgmt_test.1*
+%{_mandir}/man1/fi_resource_freeing.1*
+%{_mandir}/man1/fi_rma_bw.1*
+%{_mandir}/man1/fi_ubertest.1*
+%{_mandir}/man1/fi_unexpected_msg.1*
%{_mandir}/man7/fabtests.7*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fabtests.git/commitdiff/44c4636c5550ba9d7b52a08fa47f3ce8304c3d5a
More information about the pld-cvs-commit
mailing list