]> git.pld-linux.org Git - packages/fabtests.git/commitdiff
- updated to 1.4.1 auto/th/fabtests-1.4.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Apr 2017 17:39:52 +0000 (19:39 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Apr 2017 17:39:52 +0000 (19:39 +0200)
fabtests.spec

index 24b5392256b09749b9bb27cd28b1e909251bf22a..dfdfa858aa1ba05c0823ded6aa81a47d87778789 100644 (file)
@@ -1,20 +1,20 @@
 Summary:       Test suite for libfabric API
 Summary(pl.UTF-8):     Zestaw testów dla API libfabric
 Name:          fabtests
-Version:       1.3.0
+Version:       1.4.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: 2ef01a2bff625b1cf1fcc9891e648866
+# Source0-md5: 83a8461f30d758c20b521639f43b06f4
 URL:           https://github.com/ofiwg/fabtests
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1:1.11
-BuildRequires: libfabric-devel >= 1.3.0
+BuildRequires: libfabric-devel >= 1.4.1
 BuildRequires: libtool >= 2:2
 BuildRequires: sed >= 4.0
-Requires:      libfabric >= 1.3.0
+Requires:      libfabric >= 1.4.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -47,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT
 
 # don't package plain unit tests
-%{__rm} $RPM_BUILD_ROOT%{_bindir}/fi_{av_test,cq_data,dgram*,dom_test,eq_test,msg,msg_epoll,msg_rma,msg_sockets,poll,rdm,rdm_atomic,rdm_rma_*,rdm_multi_recv,rdm_rma,rdm_shared_ctx,rdm_tagged_peek,scalable_ep,size_left_test}
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/fi_{av_test,cm_data,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,size_left_test}
 %{__rm} $RPM_BUILD_ROOT%{_bindir}/runfabtests.sh
 
 %clean
@@ -57,13 +57,17 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING
 %attr(755,root,root) %{_bindir}/fi_cmatose
+%attr(755,root,root) %{_bindir}/fi_dgram_pingpong
+%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_pingpong
 %attr(755,root,root) %{_bindir}/fi_rdm_shared_av
 %attr(755,root,root) %{_bindir}/fi_rdm_tagged_bw
 %attr(755,root,root) %{_bindir}/fi_rdm_tagged_pingpong
+%attr(755,root,root) %{_bindir}/fi_rma_bw
 %attr(755,root,root) %{_bindir}/fi_ubertest
 %attr(755,root,root) %{_bindir}/rft_yaml_to_junit_xml
 %{_datadir}/fabtests
This page took 0.168162 seconds and 4 git commands to generate.