diff --git a/README.md b/README.md index f2513fa..cc00dcb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # iperf +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. + diff --git a/iperf.spec b/iperf.spec new file mode 100644 index 0000000..a4c07a3 --- /dev/null +++ b/iperf.spec @@ -0,0 +1,52 @@ +Name: iperf +Version: 2.0.5 +Release: 1mamba +Summary: a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics. +Group: Network/Monitoring +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://iperf.sourceforge.net +Source: http://mesh.dl.sourceforge.net/sourceforge/iperf/iperf-%{version}.tar.gz +License: GPL +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 +%configure +%make + +%install +%makeinstall +#make install < 2.0.5-1mamba +- automatic update by autodist + +* Wed Dec 10 2008 Silvan Calarco 2.0.4-1mamba +- update to 2.0.4 + +* Wed Jul 11 2007 Silvan Calarco 2.0.2-1mamba +- update to 2.0.2 + +* Thu Apr 29 2004 Silvan Calarco 1.7.0-1qilnx +- first build