File libcxgb3-rdmav2.spec of Package libcxgb3-rdmav2
#
# spec file for package libcxgb3-rdmav2 (Version 1.2.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libcxgb3-rdmav2
Summary: Chelsio T3 RNIC OpenIB Userspace Library
Version: 1.2.2
Release: 4
License: GPL v2 only
Group: System/Libraries
Source0: libcxgb3-%{version}.tar.bz2
Url: http://www.openfabrics.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libibverbs-devel
ExcludeArch: s390 s390x
%description
libcxgb3 provides a device-specific userspace driver for Chelsio RNICs
for use with the libibverbs library.
%package devel
License: GPL v2 only
Group: Development/Libraries/Other
Summary: Chelsio T3 RNIC OpenIB Userspace Library
Requires: %{name} = %{version}
Requires: libibverbs-devel
%description devel
libcxgb3 provides a device-specific userspace driver for Chelsio RNICs
for use with the libibverbs library.
%prep
%setup -q -n libcxgb3-%{version}
touch NEWS ChangeLog
%build
%configure --disable-static
%{__make}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%install
%{__make} DESTDIR=$RPM_BUILD_ROOT install
%{__rm} %{buildroot}%{_libdir}/*.la
%clean
%{__rm} -rf ${RPM_BUILD_ROOT}
%files
%defattr(-, root, root)
%config %_sysconfdir/libibverbs.d/*
%_libdir/libcxgb3-rdmav2.so
%files devel
%defattr(-, root, root)
%_libdir/libcxgb3.so
%changelog
* Fri Nov 07 2008 ihno@suse.de
- adding ExcludeArch for s390 s390x
* Thu Nov 06 2008 ihno@suse.de
- adding baselibs.conf
* Mon Oct 27 2008 jjolly@suse.de
- Updated to version from OFED 1.4 rc3
* Mon Sep 15 2008 jjolly@suse.de
- Changed packages name to libcxgb3-rdmav2 to match the library
name
* Thu Sep 11 2008 jjolly@suse.de
- Update to version 1.2.2 from OFED 1.4 rc1
* Tue Apr 22 2008 aj@suse.de
- Fix rpmlintrc.
* Tue Aug 21 2007 hvogel@suse.de
- Update to version from OFED 1.2.5
* Mon Aug 13 2007 crrodriguez@suse.de
- fix build
* Wed Jul 04 2007 hvogel@suse.de
- Add GPL COPYING file [#289519]
* Tue Jul 03 2007 hvogel@suse.de
- Initial Package, Version 1.0