Summary: OpenFabrics Alliance InfiniBand MAD library Name: libibmad Version: 1.3.2 Release: 2%{?dist} License: GPLv2 or BSD Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source: http://www.openfabrics.org/downloads/management/%{name}-%{version}.tar.gz Url: http://openfabrics.org/ BuildRequires: libibumad-devel = %{version}, libtool, automake, autoconf, glibc-static Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig %description libibmad provides low layer IB functions for use by the IB diagnostic and management programs. These include MAD, SA, SMP, and other basic IB functions. %package devel Summary: Development files for the libibmad library Group: System Environment/Libraries Requires: %{name} = %{version}-%{release}, libibumad-devel %description devel Development files for the libibmad library. %package static Summary: Static version of the libibmad library Group: System Environment/Libraries Requires: %{name}-devel = %{version}-%{release} %description static Static version of the libibmad library %prep %setup -q libtoolize --copy --force touch NEWS README autoreconf --install --force %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT 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 %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libibmad*.so.* %doc AUTHORS COPYING ChangeLog %files devel %defattr(-,root,root) %{_libdir}/libibmad.so %{_includedir}/infiniband/*.h %files static %defattr(-,root,root) %{_libdir}/libibmad.a %changelog * Fri Jul 24 2009 Fedora Release Engineering - 1.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Jul 20 2009 Doug Ledford - 1.3.2-1 - Update to latest upstream version - Require the same version of libibumad as our version * Wed Apr 22 2009 Doug Ledford - 1.3.1-1 - Update to latest upstream version * Sat Mar 21 2009 Robert Scheck - 1.2.0-3 - Rebuilt against libtool 2.2 * Wed Feb 25 2009 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Jun 08 2008 Doug Ledford - 1.2.0-1 - Initial package for Fedora review process