Name: libmthca Version: 1.0.6 Release: 4%{?dist} Summary: Mellanox InfiniBand HCA Userspace Driver Provides: libibverbs-driver.%{_arch} Group: System Environment/Libraries License: GPLv2 or BSD Url: http://openfabrics.org/ Source: http://openfabrics.org/downloads/mthca/%{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Provides: %{name}-devel = %{version}-%{release} ExcludeArch: s390 s390x BuildRequires: libibverbs-devel > 1.1.4 BuildRequires: valgrind-devel %description libmthca provides a device-specific userspace driver for Mellanox HCAs (MT23108 InfiniHost and MT25208 InfiniHost III Ex) for use with the libibverbs library. %package static Summary: Development files for the libmthca driver Group: System Environment/Libraries Provides: %{name}-devel-static = %{version}-%{release} Obsoletes: %{name}-devel-static <= 1.0.5-3 Requires: %{name} = %{version}-%{release} %description static Static version of libmthca that may be linked directly to an application, which may be useful for debugging. %prep %setup -q %build %configure --with-valgrind 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 $RPM_BUILD_ROOT%{_libdir}/libmthca.so %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_libdir}/libmthca-rdmav2.so %{_sysconfdir}/libibverbs.d/mthca.driver %doc AUTHORS COPYING ChangeLog README %files static %defattr(-,root,root,-) %{_libdir}/libmthca.a %changelog * Wed Mar 11 2015 Doug Ledford - 1.0.6-4 - Bump and rebuild against updated valgrind-devel - Resolves: bz1142163 * Mon Jan 23 2012 Doug Ledford - 1.0.6-3 - Bump and rebuild against latest libibverbs - Related: bz750609 * Mon Jul 25 2011 Doug Ledford - 1.0.6-2 - Add missing arch macro to libibverbs-driver provide - Related: bz725016 * Fri Jul 22 2011 Doug Ledford - 1.0.6-1 - Update to latest upstream version (1.0.5 -> 1.0.6) - Remove ifnarch ia64 around valgrind support since we don't build on ia64 any more - Remove 4 patches that have been rolled into upstream release - Related: bz725016 * Mon Jan 11 2010 Doug Ledford - 1.0.5-7 - Don't try to build on s390(x) as the hardware doesn't exist there * Sat Dec 05 2009 Doug Ledford - 1.0.5-6 - Tweak the provides and obsoletes a little bit to make sure we only pull in the -static package to replace past -devel-static packages, and not past -devel packages. * Wed Dec 02 2009 Doug Ledford - 1.0.5-5 - Rename devel-static package to just -static, it only has a single static lib in it and no actual devel files (like headers, those are part of libibverbs-devel instead). Obsolete the various other named packages we want this to supercede - Enable valgrind annotations on all arches except ia64 - Update to latest code, including update for libibverbs API change - Bump release to 5 so it is higher than the current rhel5 libmthca release - Add various patches from the upstream git repo that haven't been rolled into a new release tarball yet * Fri Jul 24 2009 Fedora Release Engineering - 1.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue May 27 2008 Roland Dreier - 1.0.5-1 - New upstream release - Change openib.org URLs to openfabrics.org URLs * Thu May 22 2008 Todd Zullinger - 1.0.4-3 - fix license tag * Mon Feb 18 2008 Fedora Release Engineering - 1.0.4-2 - Autorebuild for GCC 4.3 * Thu Nov 9 2006 Roland Dreier - 1.0.4-1 - New upstream release - Depend on libibverbs 1.1, and package new library file names. - Spec file cleanups: remove unused ver macro, improve BuildRoot, move static libraries into devel-static package, and don't use makeinstall any more (all suggested by Doug Ledford ). * Wed Jul 26 2006 Roland Dreier - 1.0.3-1 - New upstream release * Mon Mar 14 2006 Roland Dreier - 1.0.2-1 - New upstream release * Thu Feb 16 2006 Roland Dreier - 1.0-1 - New upstream release * Sun Feb 15 2006 Roland Dreier - 1.0-0.5.rc7 - New upstream release * Sun Jan 22 2006 Roland Dreier - 1.0-0.4.rc6 - New upstream release * Tue Oct 25 2005 Roland Dreier - 1.0-0.3.rc5 - New upstream release * Wed Oct 5 2005 Roland Dreier - 1.0-0.2.rc4 - Update to upstream 1.0-rc4 release * Mon Sep 26 2005 Roland Dreier - 1.0-0.1.rc3 - Initial attempt at Fedora Extras-compliant spec file