[packages/librdmacm] - updated to 1.0.16
qboosh
qboosh at pld-linux.org
Fri Jul 27 21:29:58 CEST 2012
commit fc869fe1bf4e7a096599b39c670ed2906309daf1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jul 27 21:30:02 2012 +0200
- updated to 1.0.16
librdmacm.spec | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/librdmacm.spec b/librdmacm.spec
index 2c1c70c..84ee692 100644
--- a/librdmacm.spec
+++ b/librdmacm.spec
@@ -1,12 +1,12 @@
Summary: Userspace RDMA Connection Manager
Summary(pl.UTF-8): Zarządca połączeń RDMA w przestrzeni użytkowika
Name: librdmacm
-Version: 1.0.15
+Version: 1.0.16
Release: 1
License: BSD or GPL v2
Group: Libraries
Source0: http://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
-# Source0-md5: 0053fd9a7368f04e72287923eb58ea36
+# Source0-md5: a0a94092b6a75a35f47f7d379c8cc8be
Source1: %{name}.pc.in
URL: http://www.openfabrics.org/
BuildRequires: libibverbs-devel
@@ -50,7 +50,8 @@ Ten pakiet zawiera statyczną bibliotekę librdmacm.
%setup -q
%build
-%configure
+%configure \
+ --disable-silent-rules
%{__make}
%install
@@ -66,6 +67,9 @@ sed -e 's, at prefix@,%{_prefix},;
s, at libdir@,%{_libdir},;
s, at LIBVERSION@,%{version},' %{SOURCE1} >$RPM_BUILD_ROOT%{_pkgconfigdir}/rdmacm.pc
+# preloadable library
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/rsocket/librspreload.{la,a}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -76,21 +80,27 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc AUTHORS COPYING README
%attr(755,root,root) %{_bindir}/mckey
+%attr(755,root,root) %{_bindir}/rcopy
%attr(755,root,root) %{_bindir}/rdma_client
%attr(755,root,root) %{_bindir}/rdma_server
%attr(755,root,root) %{_bindir}/rdma_xclient
%attr(755,root,root) %{_bindir}/rdma_xserver
%attr(755,root,root) %{_bindir}/rping
+%attr(755,root,root) %{_bindir}/rstream
%attr(755,root,root) %{_bindir}/ucmatose
%attr(755,root,root) %{_bindir}/udaddy
%attr(755,root,root) %{_libdir}/librdmacm.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/librdmacm.so.1
+%dir %{_libdir}/rsocket
+%attr(755,root,root) %{_libdir}/rsocket/librspreload.so*
%{_mandir}/man1/mckey.1*
+%{_mandir}/man1/rcopy.1*
%{_mandir}/man1/rdma_client.1*
%{_mandir}/man1/rdma_server.1*
%{_mandir}/man1/rdma_xclient.1*
%{_mandir}/man1/rdma_xserver.1*
%{_mandir}/man1/rping.1*
+%{_mandir}/man1/rstream.1*
%{_mandir}/man1/ucmatose.1*
%{_mandir}/man1/udaddy.1*
@@ -103,6 +113,7 @@ rm -rf $RPM_BUILD_ROOT
%{_pkgconfigdir}/rdmacm.pc
%{_mandir}/man3/rdma_*.3*
%{_mandir}/man7/rdma_cm.7*
+%{_mandir}/man7/rsocket.7*
%files static
%defattr(644,root,root,755)
More information about the pld-cvs-commit
mailing list