]> git.pld-linux.org Git - packages/libibverbs-driver-i40iw.git/blame - libibverbs-driver-i40iw.spec
- updated to 0.5.227
[packages/libibverbs-driver-i40iw.git] / libibverbs-driver-i40iw.spec
CommitLineData
a78d7ee1
JB
1Summary: Userspace driver for the Intel Ethernet Connection X722 RDMA adapters
2Summary(pl.UTF-8): Sterownik przestrzeni użytkownika dla kart RDMA Intel Ethernet Connection X722
3Name: libibverbs-driver-i40iw
22876aad 4Version: 0.5.227
a78d7ee1
JB
5Release: 1
6License: BSD or GPL v2
7Group: Libraries
8Source0: https://www.openfabrics.org/downloads/libi40iw/libi40iw-%{version}.tar.gz
22876aad 9# Source0-md5: 4b4de2c42a10811df7c9b975c8890e4a
a78d7ee1
JB
10URL: http://openib.org/
11BuildRequires: libibverbs-devel
12# only checked for, not used
13#BuildRequires: sysfsutils-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%undefine __cxx
17
18%description
19libi40iw is a userspace driver for the Intel Ethernet Connection X722
20RDMA adapters. It works as a plug-in module for libibverbs that allows
21programs to use RDMA hardware directly from userspace.
22
23%description -l pl.UTF-8
24libi40iw to sterownik przestrzeni użytkownika dla kart RDMA Intel
25Ethernet Connection X722 RDMA. Działa jako moduł ładowany przez
26libibverbs, pozwalający programom na dostęp z przestrzeni użytkownika
27do sprzętu RDMA.
28
29%package static
30Summary: Static version of i40iw driver
31Summary(pl.UTF-8): Statyczna wersja sterownika i40iw
32Group: Development/Libraries
33Requires: libibverbs-static
34
35%description static
36Static version of i40iw driver, which may be linked directly into
37application.
38
39%description static -l pl.UTF-8
40Statyczna wersja sterownika i40iw, którą można wbudować bezpośrednio
41w aplikację.
42
43%prep
44%setup -q -n libi40iw-%{version}
45
46%build
47%configure
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT
55
56# dlopened by -rdmav2.so name
57%{__rm} $RPM_BUILD_ROOT%{_libdir}/libi40iw.{so,la}
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%post -p /sbin/ldconfig
63%postun -p /sbin/ldconfig
64
65%files
66%defattr(644,root,root,755)
67%doc AUTHORS
68%attr(755,root,root) %{_libdir}/libi40iw-rdmav2.so
69%{_sysconfdir}/libibverbs.d/i40iw.driver
70
71%files static
72%defattr(644,root,root,755)
73%{_libdir}/libi40iw.a
This page took 0.294713 seconds and 4 git commands to generate.