]> git.pld-linux.org Git - packages/libibverbs-driver-ibscif.git/commitdiff
- new auto/th/libibverbs-driver-ibscif-1.0.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 3 Sep 2014 18:23:28 +0000 (20:23 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 3 Sep 2014 18:23:28 +0000 (20:23 +0200)
libibverbs-driver-ibscif.spec [new file with mode: 0644]

diff --git a/libibverbs-driver-ibscif.spec b/libibverbs-driver-ibscif.spec
new file mode 100644 (file)
index 0000000..f6c4daf
--- /dev/null
@@ -0,0 +1,67 @@
+Summary:       Userspace driver for IB over Intel SCIF devices
+Summary(pl.UTF-8):     Sterownik przestrzeni użytkownika dla IB po urządzeniach Intel SCIF
+Name:          libibverbs-driver-ibscif
+Version:       1.0.0
+Release:       1
+License:       BSD or GPL v2
+Group:         Libraries
+Source0:       https://www.openfabrics.org/downloads/libibscif/libibscif-%{version}.tar.gz
+# Source0-md5: d9acbd3e62568beb3202e0c8c0a3fd6c
+URL:           http://openib.org/
+BuildRequires: libibverbs-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%undefine      __cxx
+
+%description
+libibscif is a userspace driver for InfiniBand over Intel SCIF.
+
+%description -l pl.UTF-8
+libibscif to sterownik przestrzeni użytkownika dla InfiniBand po
+urządzeniach Intel SCIF.
+
+%package static
+Summary:       Static version of ibscif driver
+Summary(pl.UTF-8):     Statyczna wersja sterownika ibscif
+Group:         Development/Libraries
+Requires:      libibverbs-static
+
+%description static
+Static version of ibscif driver, which may be linked directly into
+application.
+
+%description static -l pl.UTF-8
+Statyczna wersja sterownika ibscif, którą można wbudować bezpośrednio
+w aplikację.
+
+%prep
+%setup -q -n libibscif-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+# dlopened by -rdmav2.so name
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libibscif.{so,la}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING README
+%attr(755,root,root) %{_libdir}/libibscif-rdmav2.so
+%{_sysconfdir}/libibverbs.d/ibscif.driver
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libibscif.a
This page took 0.134631 seconds and 4 git commands to generate.