--- embedaddon/iperf/iperf3.spec.in 2016/10/18 13:28:17 1.1 +++ embedaddon/iperf/iperf3.spec.in 2023/09/27 11:14:54 1.1.1.3 @@ -3,20 +3,21 @@ Version: @VERSION@ Release: 1%{?dist} Summary: Measurement tool for TCP/UDP bandwidth performance -Group: Applications/Internet -License: BSD -URL: http://github.com/esnet/iperf -Source0: http://stats.es.net/software/iperf-%{version}.tar.gz +Group: Applications/Internet +License: BSD +URL: https://github.com/esnet/iperf +Source0: https://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -%if 0%{?el5} -BuildRequires: e2fsprogs-devel -%endif +BuildRequires: autoconf +BuildRequires: gcc +BuildRequires: openssl-devel %description -Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of -various parameters and UDP characteristics. Iperf reports bandwidth, delay -jitter, data-gram loss. +iperf3 is a tool for active measurements of the maximum achievable +bandwidth between two IP hosts. It supports tuning of various +parameters related to timing, protocols, and buffers. For each test, +it reports the throughput, loss, and other parameters. %package devel Summary: Development files for %{name} @@ -43,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%%doc README.md INSTALL LICENSE RELEASE_NOTES +%%doc README.md INSTALL LICENSE RELNOTES.md %{_mandir}/man1/iperf3.1.gz %{_mandir}/man3/libiperf.3.gz %{_bindir}/iperf3 @@ -56,48 +57,3 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libiperf.la %{_libdir}/*.so %{_libdir}/*.so.* - -%changelog -* Fri Aug 29 2014 Aaron Brown 3.0.7-1 -- Update to 3.0.7 - -* Tue Jul 29 2014 Aaron Brown 3.0.6-1 -- Update to 3.0.6 - -* Mon Jun 16 2014 Aaron Brown 3.0.5-1 -- Update to 3.0.5 - -* Wed Apr 2 2014 Susant Sahani 3.0.3-2 -- Moved static library to devel section only . - -* Sun Mar 30 2014 Susant Sahani 3.0.3-1 -- Update to 3.0.3 and added devel rpm support - -* Tue Mar 11 2014 Susant Sahani 3.0.2-1 -- Update to 3.0.2 - -* Tue Jan 14 2014 Susant Sahani 3.0.1-1 -- Update to 3.0.1 - -* Fri Oct 25 2013 Steven Roberts 3.0-1 -- Update to 3.0 - -* Sat May 04 2013 Kevin Fenzi 3.0-0.4.b5 -- Update to 3.0b5 - -* Thu Feb 14 2013 Fedora Release Engineering - 3.0-0.3.b4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Thu Jul 19 2012 Fedora Release Engineering - 3.0-0.2.b4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jan 13 2012 Fedora Release Engineering - 3.0-0.1.b4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Apr 06 2011 G.Balaji 3.0b4-2 -- Changed the Spec name, removed static libs generation and devel -- package. - -* Sat Mar 26 2011 G.Balaji 3.0b4-1 -- Initial Version -