commit 773ca686a0bd378efe0a0d3c65498defcfb980cb Author: CentOS Sources Date: Sat Dec 5 12:08:34 2020 +0000 import qperf-0.4.11-1.el8 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c0278d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/v0.4.11.tar.gz diff --git a/.qperf.metadata b/.qperf.metadata new file mode 100644 index 0000000..7a60cec --- /dev/null +++ b/.qperf.metadata @@ -0,0 +1 @@ +6d6502a571dec4ef5754c36d3d6b53e58eed1c31 SOURCES/v0.4.11.tar.gz diff --git a/SPECS/qperf.spec b/SPECS/qperf.spec new file mode 100644 index 0000000..1e0d16c --- /dev/null +++ b/SPECS/qperf.spec @@ -0,0 +1,135 @@ +Name: qperf +Summary: Measure socket and RDMA performance +Version: 0.4.11 +Release: 1%{?dist} +License: GPLv2 or BSD +Group: Networking/Diagnostic +Source: https://github.com/linux-rdma/%{name}/archive/v%{version}.tar.gz +Url: https://github.com/linux-rdma/qperf +BuildRequires: libibverbs-devel >= 1.2.0 +BuildRequires: librdmacm-devel >= 1.0.21 +BuildRequires: perl-interpreter +BuildRequires: autoconf automake +# RDMA is not currently built on 32-bit ARM: #1484155 +ExcludeArch: %{arm} + +%description +Measure socket and RDMA performance. + +%prep +%setup -q + +%build +export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +./autogen.sh +%configure +make %{?_smp_mflags} + +%install +make DESTDIR=%{buildroot} install + +%files +%license COPYING +%_bindir/qperf +%_mandir/man1/qperf.1* + +%changelog +* Thu Jul 19 2018 Jarod Wilson - 0.4.11-1 +- Update to upstream v0.4.11 release + +* Fri Feb 09 2018 Fedora Release Engineering - 0.4.9-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Aug 28 2017 Honggang Li - 0.4.9-12 +- Disable support for ARM32 +- Resolves: bz1484155 + +* Thu Aug 03 2017 Fedora Release Engineering - 0.4.9-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.4.9-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon Feb 20 2017 Michal Schmidt - 0.4.9-9 +- BuildRequire perl +- Resolves: bz1424224 + +* Sat Feb 11 2017 Fedora Release Engineering - 0.4.9-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Mar 30 2016 Honggang Li - 0.4.9-7 +- Minor fixes. +- Rebuild against latest libibverbs and librdmacm + +* Thu Feb 04 2016 Fedora Release Engineering - 0.4.9-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 0.4.9-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sun Aug 17 2014 Fedora Release Engineering - 0.4.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 0.4.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 0.4.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Jul 17 2013 Doug Ledford - 0.4.9-1 +- Update to latest upstream release + +* Mon Feb 18 2013 Peter Robinson 0.4.6-8 +- Build on ARM, modernise spec + +* Thu Feb 14 2013 Fedora Release Engineering - 0.4.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Dec 14 2012 Doug Ledford - 0.4.6-6 +- Fix the fact that qperf was using the wrong PF_RDS define now that RDS + is integrated upstream and its assigned number is no longer temporary + +* Sat Jul 21 2012 Fedora Release Engineering - 0.4.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 06 2012 Doug Ledford - 0.4.6-4 +- Initial import into Fedora + +* Fri Jul 22 2011 Doug Ledford - 0.4.6-3.el6 +- Fix failure to build on i686 +- Resolves: bz724899 + +* Mon Jan 25 2010 Doug Ledford - 0.4.6-2.el6 +- Cleanups for pkgwrangler import +- Related: bz543948 + +* Tue Dec 22 2009 Doug Ledford - 0.4.6-1.el5 +- Update to latest upstream version +- Related: bz518218 + +* Mon Jun 22 2009 Doug Ledford - 0.4.4-3.el5 +- Rebuild against libibverbs that isn't missing the proper ppc wmb() macro +- Related: bz506258 + +* Sun Jun 21 2009 Doug Ledford - 0.4.4-2.el5 +- Build against non-XRC libibverbs +- Update to ofed 1.4.1 final bits +- Related: bz506097, bz506258 + +* Sat Apr 18 2009 Doug Ledford - 0.4.4-1.el5 +- Update to ofed 1.4.1-rc3 version +- Related: bz459652 + +* Thu Sep 18 2008 Doug Ledford - 0.4.1-2 +- Add a build flag to silence some warnings + +* Wed Sep 17 2008 Doug Ledford - 0.4.1-1 +- Update to the qperf tarball found in the OFED-1.4-beta1 tarball +- Resolves: bz451483 + +* Tue Apr 01 2008 Doug Ledford - 0.4.0-1 +- Initial import to Red Hat repo management +- Related: bz428197 + +* Sat Oct 20 2007 - johann@georgex.org +- Initial package