Blame SPECS/libibcm.spec

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