]> git.pld-linux.org Git - packages/ibacm.git/commitdiff
- updated to 1.1.0 auto/th/ibacm-1.1.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 31 Oct 2015 18:47:08 +0000 (19:47 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 31 Oct 2015 18:47:08 +0000 (19:47 +0100)
ibacm.spec

index 68ac2a47f0d4b1687bdbc394e9edf76417f60edc..2e4bfc00d954a8044e59d8643dfc865c86187f29 100644 (file)
@@ -2,17 +2,20 @@
 Summary:       InfiniBand Communication Manager Assistant
 Summary(pl.UTF-8):     Asystent zarządzania komunikacją InfiniBand
 Name:          ibacm
-Version:       1.0.9
-Release:       2
+Version:       1.1.0
+Release:       1
 License:       BSD or GPL v2
 Group:         Networking/Utilities
 Source0:       https://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
-# Source0-md5: 67c323e8c31671e27ccf5583ef8e7443
+# Source0-md5: 0e31f454343f5adb677c443125680eae
 URL:           https://www.openfabrics.org/
 BuildRequires: libibverbs-devel
 BuildRequires: libibumad-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# module needs symbols from binary
+%define                skip_post_check_so      .*%{_libdir}/ibacm/.*
+
 %description
 ibacm assists with establishing communication over InfiniBand.
 
@@ -47,6 +50,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/ibacm/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -56,10 +61,14 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/ib_acme
 %attr(755,root,root) %{_sbindir}/ibacm
 #%attr(754,root,root) /etc/rc.d/init.d/ibacm
+%dir %{_libdir}/ibacm
+%attr(755,root,root) %{_libdir}/ibacm/libibacmp.so*
 %{_mandir}/man1/ibacm.1*
 %{_mandir}/man1/ib_acme.1*
 
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/infiniband/acm.h
+%{_includedir}/infiniband/acm_prov.h
 %{_mandir}/man7/ibacm.7*
+%{_mandir}/man7/ibacm_prov.7*
This page took 0.326226 seconds and 4 git commands to generate.