Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 1b430f273e18aa9455c434a8429c455e > files > 3

rds-tools-1.4-2.el5.src.rpm

Name:		rds-tools
Summary:	RDS support tools 
Version:	1.4
Release:	2%{?dist}
License:	GPLv2+ or BSD
Group:		Applications/System
URL:		http://oss.oracle.com/projects/rds/
# As per the rds site above, the RDS user space tools are distributed through
# the OpenFabrics Enterprise Distribution (OFED).  In order to get the
# current rds-tools tarball, you need to download the current OFED distribution,
# unpack it, install the rds-tools src rpm, then grab the tarball from your
# rpm SOURCES directory.  The OFED distribution can be downloaded from:
# http://www.openfabrics.org/downloads/OFED/
Source:		rds-tools-%{version}-1.tar.gz
Patch0:		rds-tools-1.4-debug.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch:	s390 s390x

%description
Various tools for support of the RDS (Reliable Datagram Socket) API.  RDS
is specific to InfiniBand and iWARP networks and does not work on non-RDMA
hardware.

%prep
%setup -q -n rds-tools-%{version}-1
%patch0 -p1 -b .debug

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
chmod 0755 %{buildroot}%{_bindir}/*

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README docs examples stap
%{_bindir}/*
%{_mandir}/*/*
%{_includedir}/*

%changelog
* Tue Jul 21 2009 Doug Ledford <dledford@redhat.com> - 1.4-2
- Enable debug output during build so debuginfo package isn't empty
- Resolves: bz500627

* Sat Apr 18 2009 Doug Ledford <dledford@redhat.com> - 1.4-1.el5
- Initial version for Red Hat Enterprise Linux 5
- Related: bz459652