Name: iperf Version: 2.0.2 Release: 4.2%{?dist} Summary: Measurement tool for TCP/UDP bandwidth performance License: BSD Group: Applications/Internet URL: http://dast.nlanr.net/Projects/Iperf/ Source: http://dast.nlanr.net/Projects/Iperf2.0/%{name}-%{version}.tar.gz Patch0: iperf-2.0.2-debug.patch Patch1: iperf-2.0.2-usleep.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %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 -q %patch0 -p1 %patch1 -p1 %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall -C src INSTALL_DIR="%{buildroot}%{_bindir}" %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root) %doc README doc/*.gif doc/*.html %{_bindir}/iperf %changelog * Tue Dec 4 2008 Mehdi Bozzo-Rey 2.0.2-4.2 - rebuild for OCS5 * Mon Dec 10 2007 Gabriel Somlo 2.0.2-4.1 - rebuild for EL-5 * Sat Oct 27 2007 Gabriel Somlo 2.0.2-4 - replace usleep with sched_yield to avoid hogging CPU (bugzilla #355211) * Mon Jan 29 2007 Gabriel Somlo 2.0.2-3 - patch to prevent removal of debug info by ville.sxytta(at)iki.fi * Fri Sep 08 2006 Gabriel Somlo 2.0.2-2 - rebuilt for FC6MassRebuild * Wed Apr 19 2006 Gabriel Somlo 2.0.2-1 - initial build for fedora extras (based on Dag Wieers SRPM) - fixed license tag: BSD (U. of IL / NCSA), not GPL