]> git.pld-linux.org Git - packages/dapl.git/blobdiff - dapl.spec
- updated to 2.1.10
[packages/dapl.git] / dapl.spec
index 779e4d73dbe73980316122181e86ff216afc9472..c3f4921f983bfb323c48713ae76ccc886df831b8 100644 (file)
--- a/dapl.spec
+++ b/dapl.spec
@@ -1,18 +1,20 @@
+# TODO: --enable-mcm (BR: libscif), --enable-coll-type=fca (BR: libfca)
 Summary:       Userspace access to RDMA devices using OS-agnostic DAT APIs
 Summary(pl.UTF-8):     Dostęp z przestrzeni użytkownika do urządzeń RDMA poprzez API DAT
 Name:          dapl
-Version:       2.0.38
+Version:       2.1.10
 Release:       1
 License:       CPL v1.0 or BSD or GPL v2
 Group:         Libraries
-Source0:       http://www.openfabrics.org/downloads/dapl/%{name}-%{version}.tar.gz
-# Source0-md5: 21b933fb24ed86d5c5413d9a269f913d
+Source0:       https://www.openfabrics.org/downloads/dapl/%{name}-%{version}.tar.gz
+# Source0-md5: 50df18f8011a37da88f4886514b9dd96
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-include.patch
-Patch2:                %{name}-format.patch
+Patch2:                %{name}-ibacm.patch
 URL:           http://www.openfabrics.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
+BuildRequires: ibacm-devel
 BuildRequires: libibverbs-devel >= 1.1.4
 BuildRequires: librdmacm-devel
 BuildRequires: libtool
@@ -68,7 +70,9 @@ Ten pakiet zawiera statyczną bibliotekę libdat2.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --enable-acm \
+       --disable-silent-rules
 %{__make}
 
 %install
@@ -93,6 +97,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/dapltest
 %attr(755,root,root) %{_bindir}/dtest
 %attr(755,root,root) %{_bindir}/dtestcm
+%attr(755,root,root) %{_bindir}/dtestsrq
 %attr(755,root,root) %{_bindir}/dtestx
 %attr(755,root,root) %{_libdir}/libdat2.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libdat2.so.2
@@ -105,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dat.conf
 %{_mandir}/man1/dapltest.1*
 %{_mandir}/man1/dtest.1*
+%{_mandir}/man1/dtestcm.1*
+%{_mandir}/man1/dtestsrq.1*
+%{_mandir}/man1/dtestx.1*
 %{_mandir}/man5/dat.conf.5*
 
 %files devel
This page took 0.062481 seconds and 4 git commands to generate.