update to 2.0.9 [release 2.0.9-1mamba;Thu Oct 13 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 23:56:54 +01:00
parent a8c6d34e41
commit bff103f3f8

View File

@ -1,5 +1,5 @@
Name: iperf
Version: 2.0.5
Version: 2.0.9
Release: 1mamba
Summary: a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics.
Group: Network/Monitoring
@ -7,16 +7,19 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://iperf.sourceforge.net
Source: http://mesh.dl.sourceforge.net/sourceforge/iperf/iperf-%{version}.tar.gz
Source: http://downloads.sourceforge.net/project/iperf2/iperf-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics. Iperf reports bandwidth, delay jitter, datagram loss.
%prep
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%setup -q
%build
@ -39,6 +42,9 @@ Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various
%{_mandir}/man1/iperf.1*
%changelog
* Thu Oct 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.9-1mamba
- update to 2.0.9
* Sat Jul 10 2010 Automatic Build System <autodist@mambasoft.it> 2.0.5-1mamba
- automatic update by autodist