Blame SPECS/perftest.spec

323822
Name:		perftest
323822
Summary:	IB Performance Tests
323822
Version:	2.0
00a298
Release:	3%{?dist}
323822
License:	GPLv2 or BSD
323822
Group:		Productivity/Networking/Diagnostic
323822
Source:		http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}-0.52.g49ac91c.tar.gz
00a298
Patch0:		perftest-2.0-cflags.patch
323822
Url:		http://www.openfabrics.org
323822
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
323822
BuildRequires:	libibverbs-devel > 1.1.4, librdmacm-devel > 1.0.14
323822
BuildRequires:	libibumad-devel > 1.3.6
00a298
BuildRequires:	autoconf, automake, libtool
323822
Obsoletes:	openib-perftest < 1.3
323822
ExcludeArch:	s390 s390x
323822
323822
%description
323822
Perftest is a collection of simple test programs designed to utilize 
323822
RDMA communications and provide performance numbers over those RDMA
323822
connections.  It does not work on normal TCP/IP networks, only on
323822
RDMA networks.
323822
323822
%prep
323822
%setup -q
00a298
%patch0 -p1 -b .cflags
00a298
autoreconf --force --install
323822
323822
%build
323822
%configure
00a298
make V=1 CFLAGS="-D_GNU_SOURCE ${CFLAGS}" %{?_smp_mflags}
323822
323822
%install
323822
rm -rf %{buildroot}
323822
for file in ib_{atomic,read,send,write}_{lat,bw}; do
323822
	install -D -m 0755 $file %{buildroot}%{_bindir}/$file
323822
done
323822
323822
%files
323822
%defattr(-, root, root)
323822
%doc README COPYING
323822
%_bindir/*
323822
323822
%changelog
00a298
* Thu Jan 23 2014 Doug Ledford <dledford@redhat.com> - 2.0-3
00a298
- Fix for rpmdiff found issues
00a298
- Related: bz1017321
00a298
00a298
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.0-2
00a298
- Mass rebuild 2013-12-27
00a298
323822
* Wed Jul 17 2013 Doug Ledford <dledford@redhat.com> - 2.0-1
323822
- Update to latest upstream version
323822
323822
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-4
323822
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
323822
323822
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-3
323822
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
323822
323822
* Fri Jan 06 2012 Doug Ledford <dledford@redhat.com> - 1.3.0-2
323822
- Update to latest upstream release
323822
- Initial import into Fedora
323822
- Remove runme from docs section (review item)
323822
- Improve description of package (review item)
323822
323822
* Fri Jul 22 2011 Doug Ledford <dledford@redhat.com> - 1.3.0-1
323822
- Update to latest upstream release (1.2.3 -> 1.3.0)
323822
- Strip rocee related code out of upstream update
323822
- Add a buildrequires on libibumad because upstream needs it now
323822
- Fix lack of build on i686
323822
- Related: bz725016
323822
- Resolves: bz724896
323822
323822
* Mon Jan 25 2010 Doug Ledford <dledford@redhat.com> - 1.2.3-3.el6
323822
- More minor pkgwrangler cleanups
323822
- Related: bz543948
323822
323822
* Mon Jan 25 2010 Doug Ledford <dledford@redhat.com> - 1.2.3-2.el6
323822
- Fixes for pkgwrangler review
323822
- Related: bz543948
323822
323822
* Tue Dec 22 2009 Doug Ledford <dledford@redhat.com> - 1.2.3-1.el5
323822
- Update to latest upstream version
323822
- Related: bz518218
323822
323822
* Mon Jun 22 2009 Doug Ledford <dledford@redhat.com> - 1.2-14.el5
323822
- Rebuild against libibverbs that isn't missing the proper ppc wmb() macro
323822
- Related: bz506258
323822
323822
* Sun Jun 21 2009 Doug Ledford <dledford@redhat.com> - 1.2-13.el5
323822
- Update to ofed 1.4.1 final bits
323822
- Rebuild against non-XRC libibverbs
323822
- Related: bz506097, bz506258
323822
323822
* Sat Apr 18 2009 Doug Ledford <dledford@redhat.com> - 1.2-12.el5
323822
- Update to ofed 1.4.1-rc3 version
323822
- Remove dead patch
323822
- Related: bz459652
323822
323822
* Wed Sep 17 2008 Doug Ledford <dledford@redhat.com> - 1.2-11
323822
- Upstream has updated the tarball without updating the version, so we
323822
  grabbed the one from the OFED-1.3.2-20080728.0355 tarball
323822
- Resolves: bz451481
323822
323822
* Wed Apr 09 2008 Doug Ledford <dledford@redhat.com> - 1.2-10
323822
- Fix the fact that the itc clock on ia64 may be a multiple of the cpu clock
323822
- Resolves: bz433659
323822
323822
* Tue Apr 01 2008 Doug Ledford <dledford@redhat.com> - 1.2-9
323822
- Update to OFED 1.3 final bits
323822
- Related: bz428197
323822
323822
* Sun Jan 27 2008 Doug Ledford <dledford@redhat.com> - 1.2-8
323822
- Split out to separate package (used to be part of openib package)
323822
- Related: bz428197
323822