qperf/qperf.spec
starlet-dx 1849b64d25 Upgrade to 0.4.11 for Add support for IPv6 address
(cherry picked from commit b4fbed6d62e0e559809e205991e0fb01bb7bc901)
2024-05-06 15:18:32 +08:00

44 lines
972 B
RPMSpec

Name: qperf
Summary: Measure socket and RDMA performance
Version: 0.4.11
Release: 1
License: GPLv2 or BSD
Url: http://www.openfabrics.org
Source: https://github.com/linux-rdma/qperf/archive/refs/tags/v%{version}.tar.gz
BuildRequires: gcc perl-interpreter librdmacm-devel >= 1.0.21 libibverbs-devel >= 1.2.0
BuildRequires: make automake
ExcludeArch: %{arm}
%description
qperf is a tool used to measure bandwidth and latency about socket and RDMA
%package_help
%prep
%autosetup -p1
%build
./autogen.sh
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure
%make_build
%install
make DESTDIR=${RPM_BUILD_ROOT} install
%files
%{_bindir}/qperf
%license COPYING
%files help
%{_mandir}/man1/qperf.1*
%changelog
* Mon May 06 2024 yaoxin <yao_xin001@hoperun.com> - 0.4.11-1
- Upgrade to 0.4.11 for Add support for IPv6 address
* Mon Nov 15 2019 caomeng<caomeng5@huawei.com> - 0.4.9-15
- Package init