update to 2.0.9 [release 2.0.9-1mamba;Thu Oct 13 2016]
This commit is contained in:
parent
a8c6d34e41
commit
bff103f3f8
14
iperf.spec
14
iperf.spec
@ -1,5 +1,5 @@
|
|||||||
Name: iperf
|
Name: iperf
|
||||||
Version: 2.0.5
|
Version: 2.0.9
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics.
|
Summary: a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics.
|
||||||
Group: Network/Monitoring
|
Group: Network/Monitoring
|
||||||
@ -7,16 +7,19 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://iperf.sourceforge.net
|
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
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%prep
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -39,6 +42,9 @@ Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various
|
|||||||
%{_mandir}/man1/iperf.1*
|
%{_mandir}/man1/iperf.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 10 2010 Automatic Build System <autodist@mambasoft.it> 2.0.5-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user