5 Star 0 Fork 2

OpenCloudOS Stream/iperf3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
iperf3.spec 2.44 KB
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2025-01-02 14:54 . Upgrade to version 3.18
Summary: Measurement tool for TCP/UDP bandwidth performance
Name: iperf3
Version: 3.18
Release: 1%{?dist}
License: BSD
URL: https://github.com/esnet/iperf
Source0: https://github.com/esnet/iperf/archive/%{version}.tar.gz
BuildRequires: gcc make
BuildRequires: openssl-devel libuuid-devel lksctp-tools-devel
%description
iperf is a tool for active measurements of the maximum achievable bandwidth
on IP networks. It supports tuning of various parameters related to timing,
protocols, and buffers. For each test it reports the measured throughput / bitrate,
loss, and other parameters.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
This package provides libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -n iperf-%{version} -p1
%build
%configure --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make_build
%install
%make_install -C src INSTALL_DIR="%{buildroot}%{_bindir}"
rm -f %{buildroot}%{_libdir}/libiperf.la
%files
%license LICENSE
%doc README.md RELNOTES.md
%{_bindir}/iperf3
%{_libdir}/*.so.*
%{_mandir}/man1/iperf3.1.gz
%{_mandir}/man3/libiperf.3.gz
%files devel
%{_includedir}/iperf_api.h
%{_libdir}/*.so
%changelog
* Thu Jan 02 2025 Upgrade Robot <[email protected]> - 3.18-1
- Upgrade to version 3.18
* Thu Sep 26 2024 OpenCloudOS Release Engineering <[email protected]> - 3.17.1-2
- Rebuilt for clarifying the packages requirement in BaseOS and AppStream
* Thu Sep 19 2024 Miaojun Dong <[email protected]> - 3.17.1-1
- Upgrade to version 3.17.1 (Fix CVE-2024-26306)
* Fri Aug 16 2024 OpenCloudOS Release Engineering <[email protected]> - 3.15-2
- Rebuilt for loongarch release
* Thu Nov 09 2023 Miaojun Dong <[email protected]> - 3.15-1
- Upgrade to version 3.15
- Fix CVE-2023-38403
* Fri Sep 08 2023 OpenCloudOS Release Engineering <[email protected]> - 3.11-4
- Rebuilt for OpenCloudOS Stream 23.09
* Fri Apr 28 2023 OpenCloudOS Release Engineering <[email protected]> - 3.11-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <[email protected]> - 3.11-2
- Rebuilt for OpenCloudOS Stream 23
* Mon Nov 28 2022 cunshunxia <[email protected]> - 3.11-1
- initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/iperf3.git
[email protected]:opencloudos-stream/iperf3.git
opencloudos-stream
iperf3
iperf3
master

搜索帮助