Search
j0ke.net Open Build Service
>
Projects
>
OFED
>
libsdp
> libsdp.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libsdp.spec of Package libsdp
Summary: LD_PRELOAD-able library for using SDP Name: libsdp Version: 1.1.99 Release: 1.ofed1.3 License: GPL/BSD Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root Source: http://www.openfabrics.org/downloads/libsdp-1.1.99.tar.gz Url: http://www.openfabrics.org/ %description libsdp can be LD_PRELOAD-ed to have a sockets application use InfiniBand Sockets Direct Protocol (SDP) instead of TCP, transparently and without recompiling the application. %package devel Summary: Development files for the libsdp Group: System Environment/Libraries Requires: %{name} = %{version}-%{release} %description devel Development files of libsdp that may be linked directly to an application, which may be useful for debugging. %prep %setup -q %build %configure make %install make DESTDIR=${RPM_BUILD_ROOT} install # remove unpackaged files from the buildroot rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_libdir}/libsdp*.so.* %config(noreplace) %{_sysconfdir}/libsdp.conf %doc README NEWS ChangeLog COPYING %files devel %defattr(-,root,root,-) %{_libdir}/libsdp*.so %changelog * Sun Jul 22 2007 Vladimir Sokolovsky <vlad@mellanox.co.il> - Initial packaging