File libnes-rdmav2.spec of Package libnes-rdmav2
#
# spec file for package libnes-rdmav2 (Version 0.5)
#
# 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: libnes-rdmav2
Summary: NetEffect RNIC Userspace Library
Version: 0.5
Release: 3
License: BSD 3-Clause; GPL v2 or later
Group: System/Libraries
Source0: libnes-%{version}.tar.bz2
Url: http://www.openfabrics.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libibverbs-devel
ExcludeArch: s390 s390x
%description
libnes provides a device-specific userspace driver for NetEffect RNICs
for use with the libibverbs library.
Authors:
--------
NetEffect, Inc.
%package devel
License: BSD 3-Clause; GPL v2 or later
Group: System/Libraries
Summary: NetEffect RNIC Userspace Library
Requires: %{name} = %{version} libibverbs-devel
%description devel
libnes provides a device-specific userspace driver for NetEffect RNICs
for use with the libibverbs library.
Authors:
--------
NetEffect, Inc.
%prep
%setup -q -n libnes-%version
%build
%configure
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-, root, root)
%{_libdir}/libnes*.so
%config %{_sysconfdir}/libibverbs.d/nes.driver
%doc AUTHORS COPYING
%files devel
%defattr(-, root, root)
%_libdir/libnes.a
%_libdir/libnes.la
%changelog
* Tue Nov 25 2008 ro@suse.de
- add ExcludeArch for s390 s390x
* Tue Oct 28 2008 jjolly@suse.de
- Updated to version from OFED 1.4 rc3
* Thu Sep 11 2008 jjolly@suse.de
- Package submitted to STABLE
* Mon Mar 17 2008 jjolly@suse.de
- Initial submission of v0.5 libnes from OFED v1.3 GA release