Search
j0ke.net Open Build Service
>
Projects
>
OFED
>
libibcm
> libibcm.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libibcm.spec of Package libibcm
%define ver 1.0.2 Name: libibcm Version: 1.0.2 Release: 1.ofed1.3 Summary: Userspace InfiniBand Communication Manager. Group: System Environment/Libraries License: GPL/BSD Url: http://www.openfabrics.org/ Source: http://www.openfabrics.org/downloads/libibcm-1.0.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++ libibverbs-devel %description libibcm provides a userspace InfiniBand Communication Managment library. %package devel Summary: Development files for the libibcm library Group: System Environment/Libraries Requires: %{name} = %{version}-%{release} %{_includedir}/infiniband/verbs.h %description devel Development files for the libibcm library. %prep %setup -q -n %{name}-%{ver} %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall # remove unpackaged files from the buildroot rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/libibcm*.so.* %doc AUTHORS COPYING ChangeLog README %files devel %defattr(-,root,root,-) %{_libdir}/lib*.so %{_libdir}/*.a %{_includedir}/*