qperf/qperf.spec

44 lines
934 B
RPMSpec
Raw Normal View History

2019-12-14 21:26:24 +08:00
Name: qperf
Summary: Measure socket and RDMA performance
2023-12-18 10:53:44 +08:00
Version: 0.4.11
Release: 1
2019-12-14 21:26:24 +08:00
License: GPLv2 or BSD
Url: http://www.openfabrics.org
2023-12-18 10:53:44 +08:00
Source: https://github.com/linux-rdma/%{name}/archive/refs/tags/v0.4.11.tar.gz
2019-12-14 21:26:24 +08:00
BuildRequires: gcc perl-interpreter librdmacm-devel >= 1.0.21 libibverbs-devel >= 1.2.0
2023-12-18 10:53:44 +08:00
BuildRequires: automake
2019-12-14 21:26:24 +08:00
ExcludeArch: %{arm}
%description
qperf is a tool used to measure bandwidth and latency about socket and RDMA
%package_help
%prep
%autosetup -p1
2023-12-18 10:53:44 +08:00
./autogen.sh
2019-12-14 21:26:24 +08:00
%build
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
2023-12-18 10:53:44 +08:00
* Mon Dec 18 2023 Ge Wang <wang__ge@126.com> - 0.4.11-1
- Update to version 0.4.11
* Mon Nov 15 2019 caomeng<caomeng5@huawei.com> - 0.4.9-15
2019-12-14 21:26:24 +08:00
- Package init