# $Id: iperf.spec 3586 2005-09-18 11:20:35Z dries $ # Authority: dag # Upstream: Summary: Tool for measuring TCP and UDP bandwidth performance Name: iperf Version: 2.0.2 Release: 1.%{mysig} License: GPL Group: Applications/Internet URL: http://dast.nlanr.net/Projects/Iperf/ #Source: http://dast.nlanr.net/Projects/Iperf/iperf-%{version}.tar.gz Packager: Dag Wieers Vendor: Dag Apt Repository, http://dag.wieers.com/apt/ Source: http://dast.nlanr.net/Projects/Iperf2.0/iperf-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gcc-c++, libstdc++-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, datagram loss. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %makeinstall -C src \ INSTALL_DIR="%{buildroot}%{_bindir}" %files %defattr(-, root, root 0755) %doc README doc/*.html doc/*.gif %{_bindir}/iperf %changelog * Wed Apr 05 2006 Milan Kerslager 2.0.2-1.ker.rhel4 - rebuild for RHEL4 (package from Dag's repository) * Sun Sep 18 2005 Dries Verachtert - 2.0.2-1 - 3586/dries - Updated to release 2.0.2. * Fri Nov 19 2004 Dag Wieers - 2.0.1-1 - Updated to release 2.0.1. * Fri Nov 19 2004 Dag Wieers - 1.7.0-1 - Initial package. (using DAR)