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