]> git.pld-linux.org Git - packages/libibverbs-driver-vmw_pvrdma.git/blame - libibverbs-driver-vmw_pvrdma.spec
- new
[packages/libibverbs-driver-vmw_pvrdma.git] / libibverbs-driver-vmw_pvrdma.spec
CommitLineData
8c3d8eb1
JB
1Summary: Userspace driver for the VMware Paravirtual RDMA devices
2Summary(pl.UTF-8): Sterownik przestrzeni użytkownika dla urządzeń VMware Paravirtual RDMA
3Name: libibverbs-driver-vmw_pvrdma
4Version: 1.0.0
5Release: 1
6License: BSD or GPL v2
7Group: Libraries
8Source0: https://www.openfabrics.org/downloads/libvmw_pvrdma/libvmw_pvrdma-%{version}.tar.gz
9# Source0-md5: 7335fafdee1796a0642ead96a7698218
10URL: http://openib.org/
11BuildRequires: autoconf >= 2.63
12BuildRequires: automake >= 1:1.11
13BuildRequires: libibverbs-devel >= 1.1.7
14BuildRequires: libtool >= 2:2
15Requires: libibverbs >= 1.1.7
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%undefine __cxx
19
20%description
21libvmw_pvrdma is a userspace driver for VMware Paravirtual RDMA. It
22works as a plug-in module for libibverbs that allows programs to use
23the VMware Paravirtual RDMA device directly from user space.
24
25%description -l pl.UTF-8
26libvmw_pvrdma to sterownik przestrzeni użytkownika dla VMware
27Paravirtual RDMA. Działa jako moduł ładowany przez libibverbs,
28pozwalający programom na dostęp z przestrzeni użytkownika do
29urządzeń VMware Paravirtual RDMA.
30
31%package static
32Summary: Static version of vmw_pvrdma driver
33Summary(pl.UTF-8): Statyczna wersja sterownika vmw_pvrdma
34Group: Development/Libraries
35Requires: libibverbs-static
36
37%description static
38Static version of vmw_pvrdma driver, which may be linked directly into
39application.
40
41%description static -l pl.UTF-8
42Statyczna wersja sterownika vmw_pvrdma, którą można wbudować
43bezpoś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
59rm -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
68rm -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.066608 seconds and 4 git commands to generate.