9c5f5e4
Name: libibcm
f708d3b
Version: 1.0.5
7191981
Release: 4%{?dist}
9c5f5e4
Summary: Userspace InfiniBand Connection Manager
9c5f5e4
Group: System Environment/Libraries
9c5f5e4
License: GPLv2 or BSD
9c5f5e4
Url: http://www.openfabrics.org/
9c5f5e4
Source: http://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
9c5f5e4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
7191981
BuildRequires: libibverbs-devel > 1.1.4
5803366
ExcludeArch: s390 s390x
9c5f5e4
%description
9c5f5e4
libibcm provides a userspace library that handles the majority of the low
9c5f5e4
level work required to open an RDMA connection between two machines.
9c5f5e4
9c5f5e4
%package devel
9c5f5e4
Summary: Development files for the libibcm library
9c5f5e4
Group: System Environment/Libraries
9c5f5e4
Requires: %{name} = %{version}-%{release}, libibverbs-devel >= 1.1
9c5f5e4
%description devel
9c5f5e4
Development files for the libibcm library.
9c5f5e4
9c5f5e4
%package static
9c5f5e4
Summary: Static version of libibcm libraries
9c5f5e4
Group: System Environment/Libraries
9c5f5e4
Requires: %{name}-devel = %{version}-%{release}
9c5f5e4
%description static
9c5f5e4
Static version of libibcm library.
9c5f5e4
9c5f5e4
%prep
9c5f5e4
%setup -q
9c5f5e4
9c5f5e4
%build
9c5f5e4
%configure
9c5f5e4
make %{?_smp_mflags}
9c5f5e4
9c5f5e4
%install
9c5f5e4
rm -rf $RPM_BUILD_ROOT
9c5f5e4
%makeinstall
9c5f5e4
# remove unpackaged files from the buildroot
9c5f5e4
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
9c5f5e4
9c5f5e4
%clean
9c5f5e4
rm -rf $RPM_BUILD_ROOT
9c5f5e4
9c5f5e4
%post -p /sbin/ldconfig
9c5f5e4
%postun -p /sbin/ldconfig
9c5f5e4
9c5f5e4
%files
9c5f5e4
%defattr(-,root,root,-)
9c5f5e4
%{_libdir}/libibcm*.so.*
9c5f5e4
%doc AUTHORS COPYING README
9c5f5e4
9c5f5e4
%files devel
9c5f5e4
%defattr(-,root,root,-)
9c5f5e4
%{_libdir}/lib*.so
9c5f5e4
%{_includedir}/*
9c5f5e4
9c5f5e4
%files static
9c5f5e4
%defattr(-,root,root,-)
9c5f5e4
%{_libdir}/*.a
9c5f5e4
9c5f5e4
%changelog
7191981
* Wed Jul 20 2011 Doug Ledford <dledford@redhat.com> - 1.0.5-4
7191981
- Bump and rebuild against latest libibverbs
7191981
b54e248
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-3
b54e248
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b54e248
5803366
* Mon Jan 11 2010 Doug Ledford <dledford@redhat.com> - 1.0.5-2
5803366
- Switch from ExclusiveArch with a big list to ExcludeArch with a small list
5803366
f708d3b
* Thu Dec 03 2009 Doug Ledford <dledford@redhat.com> - 1.0.5-1
f708d3b
- Update to latest upstream version
f708d3b
a3d39d1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-3
a3d39d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a3d39d1
f0450a9
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
f0450a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f0450a9
9c5f5e4
* Sun Jun 08 2008 Doug Ledford <dledford@redhat.com> - 1.0.2-1
9c5f5e4
- Initial package for submission to Fedora review process