147 lines
4.2 KiB
RPMSpec
147 lines
4.2 KiB
RPMSpec
Name: libibverbs
|
|
Version: 1.1.4
|
|
Release: 1%{?dist}
|
|
Summary: A library for direct userspace use of RDMA (InfiniBand/iWARP) hardware
|
|
|
|
Group: System Environment/Libraries
|
|
License: GPLv2 or BSD
|
|
Url: http://openfabrics.org/
|
|
Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.4.tar.gz
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
Requires(post): /sbin/ldconfig
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
%description
|
|
libibverbs is a library that allows userspace processes to use RDMA
|
|
"verbs" as described in the InfiniBand Architecture Specification and
|
|
the RDMA Protocol Verbs Specification. This includes direct hardware
|
|
access from userspace to InfiniBand/iWARP adapters (kernel bypass) for
|
|
fast path operations.
|
|
|
|
For this library to be useful, a device-specific plug-in module should
|
|
also be installed.
|
|
|
|
%package devel
|
|
Summary: Development files for the libibverbs library
|
|
Group: System Environment/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description devel
|
|
Header files for the libibverbs library.
|
|
|
|
%package devel-static
|
|
Summary: Static development files for the libibverbs library
|
|
Group: System Environment/Libraries
|
|
|
|
%description devel-static
|
|
Static libraries for the libibverbs library.
|
|
|
|
%package utils
|
|
Summary: Examples for the libibverbs library
|
|
Group: System Environment/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description utils
|
|
Useful libibverbs1 example programs such as ibv_devinfo, which
|
|
displays information about RDMA devices.
|
|
|
|
%prep
|
|
%setup -q -n %{name}-@VERSION@
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make DESTDIR=%{buildroot} install
|
|
# 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}/libibverbs*.so.*
|
|
%doc AUTHORS COPYING ChangeLog README
|
|
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%{_libdir}/lib*.so
|
|
%{_includedir}/*
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man7/*
|
|
|
|
%files devel-static
|
|
%defattr(-,root,root,-)
|
|
%{_libdir}/*.a
|
|
|
|
%files utils
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/*
|
|
%{_mandir}/man1/*
|
|
|
|
%changelog
|
|
* Thu Jun 3 2010 Roland Dreier <rdreier@cisco.com> - 1.1.4-1
|
|
- New upstream release
|
|
|
|
* Thu Oct 29 2009 Roland Dreier <rdreier@cisco.com> - 1.1.3-1
|
|
- New upstream release
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Wed Apr 16 2008 Roland Dreier <rdreier@cisco.com> - 1.1.2-1
|
|
- New upstream release
|
|
- Update description to mention RDMA and iWARP, not just InfiniBand
|
|
- Add "Requires" tag for libibverbs base package to -devel
|
|
|
|
* Fri Jun 15 2007 Roland Dreier <rdreier@cisco.com> - 1.1.1-1
|
|
- New upstream release
|
|
|
|
* Wed Apr 11 2007 Roland Dreier <rdreier@cisco.com> - 1.1-1
|
|
- New upstream release
|
|
|
|
* Mon May 22 2006 Roland Dreier <rdreier@cisco.com> - 1.1-0.1.rc2
|
|
- New upstream release
|
|
- Remove dependency on libsysfs, since it is no longer used
|
|
- Put section 3 manpages in devel package.
|
|
- Spec file cleanups: remove unused ver macro, improve BuildRoot, add
|
|
Requires for /sbin/ldconfig, split static libraries into
|
|
devel-static package, and don't use makeinstall any more (all
|
|
suggested by Doug Ledford <dledford@redhat.com>).
|
|
|
|
* Thu May 4 2006 Roland Dreier <rdreier@cisco.com> - 1.0.4-1
|
|
- New upstream release
|
|
|
|
* Mon Mar 14 2006 Roland Dreier <rdreier@cisco.com> - 1.0.3-1
|
|
- New upstream release
|
|
|
|
* Mon Mar 13 2006 Roland Dreier <rdreier@cisco.com> - 1.0.1-1
|
|
- New upstream release
|
|
|
|
* Thu Feb 16 2006 Roland Dreier <rdreier@cisco.com> - 1.0-1
|
|
- New upstream release
|
|
|
|
* Wed Feb 15 2006 Roland Dreier <rolandd@cisco.com> - 1.0-0.5.rc7
|
|
- New upstream release
|
|
|
|
* Sun Jan 22 2006 Roland Dreier <rolandd@cisco.com> - 1.0-0.4.rc6
|
|
- New upstream release
|
|
|
|
* Tue Oct 25 2005 Roland Dreier <rolandd@cisco.com> - 1.0-0.3.rc5
|
|
- New upstream release
|
|
|
|
* Wed Oct 5 2005 Roland Dreier <rolandd@cisco.com> - 1.0-0.2.rc4
|
|
- Update to upstream 1.0-rc4 release
|
|
|
|
* Mon Sep 26 2005 Roland Dreier <rolandd@cisco.com> - 1.0-0.1.rc3
|
|
- Initial attempt at Fedora Extras-compliant spec file
|