]> git.pld-linux.org Git - packages/libibverbs-driver-vmw_pvrdma.git/blob - libibverbs-driver-vmw_pvrdma.spec
19d2933ee3ef8015f08379e0e0191743dec0fdd5
[packages/libibverbs-driver-vmw_pvrdma.git] / libibverbs-driver-vmw_pvrdma.spec
1 Summary:        Userspace driver for the VMware Paravirtual RDMA devices
2 Summary(pl.UTF-8):      Sterownik przestrzeni użytkownika dla urządzeń VMware Paravirtual RDMA
3 Name:           libibverbs-driver-vmw_pvrdma
4 Version:        1.0.0
5 Release:        1
6 License:        BSD or GPL v2
7 Group:          Libraries
8 Source0:        https://www.openfabrics.org/downloads/libvmw_pvrdma/libvmw_pvrdma-%{version}.tar.gz
9 # Source0-md5:  7335fafdee1796a0642ead96a7698218
10 URL:            http://openib.org/
11 BuildRequires:  autoconf >= 2.63
12 BuildRequires:  automake >= 1:1.11
13 BuildRequires:  libibverbs-devel >= 1.1.7
14 BuildRequires:  libtool >= 2:2
15 Requires:       libibverbs >= 1.1.7
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %undefine       __cxx
19
20 %description
21 libvmw_pvrdma is a userspace driver for VMware Paravirtual RDMA. It
22 works as a plug-in module for libibverbs that allows programs to use
23 the VMware Paravirtual RDMA device directly from user space.
24
25 %description -l pl.UTF-8
26 libvmw_pvrdma to sterownik przestrzeni użytkownika dla VMware
27 Paravirtual RDMA. Działa jako moduł ładowany przez libibverbs,
28 pozwalający programom na dostęp z przestrzeni użytkownika do
29 urządzeń VMware Paravirtual RDMA.
30
31 %package static
32 Summary:        Static version of vmw_pvrdma driver
33 Summary(pl.UTF-8):      Statyczna wersja sterownika vmw_pvrdma
34 Group:          Development/Libraries
35 Requires:       libibverbs-static
36
37 %description static
38 Static version of vmw_pvrdma driver, which may be linked directly into
39 application.
40
41 %description static -l pl.UTF-8
42 Statyczna wersja sterownika vmw_pvrdma, którą można wbudować
43 bezpośrednio w aplikację.
44
45 %prep
46 %setup -q -n libvmw_pvrdma-%{version}
47
48 %build
49 %{__libtoolize}
50 %{__aclocal} -I config
51 %{__autoconf}
52 %{__autoheader}
53 %{__automake}
54 %configure \
55         --disable-silent-rules
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 # dlopened by -rdmav2.so name
65 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libvmw_pvrdma.{so,la}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post   -p /sbin/ldconfig
71 %postun -p /sbin/ldconfig
72
73 %files
74 %defattr(644,root,root,755)
75 %doc AUTHORS README
76 %attr(755,root,root) %{_libdir}/libvmw_pvrdma-rdmav2.so
77 %{_sysconfdir}/libibverbs.d/vmw_pvrdma.driver
78
79 %files static
80 %defattr(644,root,root,755)
81 %{_libdir}/libvmw_pvrdma.a
This page took 0.029211 seconds and 2 git commands to generate.