1 Star 0 Fork 12

love_hangzhou/netperf

forked from src-openEuler/netperf 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
netperf.spec 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
%global _version 2.7.0
Name: netperf
Version: 2.7.0
Release: 4
Summary: A Performance benchmark testing tool fro TCP/UDP
License: MIT
URL: http://github.com/HewlettPackard/netperf
Source0: https://github.com/HewlettPackard/netperf/archive/%{name}-%{_version}.tar.gz
BuildRequires:gcc texinfo texinfo-tex
%description
netperf is a collection of many different network performance benchmarking tools
%package_help
%prep
%setup -q
%build
%configure
%{__make} %{_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
%{__rm} -rf %{buildroot}%{_infodir}/dir
%clean
%{__rm} -rf %{buildroot}
%post
%pre
%preun
%files
%defattr(-,root,root,0755)
%doc README AUTHORS COPYING Release_Notes
%{_bindir}/netperf
%{_bindir}/netserver
%{_infodir}/netperf.*
%files help
%doc doc/netperf.{html,pdf,txt,xml}
%doc doc/examples
%{_mandir}/man1/*
%changelog
* Sat Sep 26 2020 hushiyuan <hushiyuan@huawei.com> - 2.7.0-3
* Delete install-info in post and preun
* Wed Apr 8 2020 hushiyuan <hushiyuan@huawie.com> - 2.7.0.-2
- Update package description for some spelling mistake
* Fri Mar 13 2020 hushiyuan <hushiyuan@huawei.com> - 2.7.0-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/love_hangzhou/netperf.git
git@gitee.com:love_hangzhou/netperf.git
love_hangzhou
netperf
netperf
master

搜索帮助