Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 147cfad313fb9121711d935b34a5ae35 > files > 4

iperf-2.0.5-1.mga1.src.rpm

Name:		iperf
Version:	2.0.5
Release:	%mkrel 1
License:	BSD
Group:		Networking/Other
Summary:	Measurement tool for TCP/UDP bandwidth performance
URL:		http://sourceforge.net/projects/iperf

Source:		http://sourceforge.net/projects/iperf/files/%{name}-%{version}.tar.gz
Patch0:		iperf-2.0.5-string_format.patch
Patch1:		iperf-2.0.5-debuginfo.patch

%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 -b .string_format
%patch1 -p1 -b .debuginfo


%build
%configure2_5x
%make

# Convert ChangeLog to utf-8
iconv -f latin1 -t utf8 -o ChangeLog.new ChangeLog && mv -f ChangeLog.new ChangeLog


%install
%makeinstall_std


%files
%doc AUTHORS ChangeLog COPYING README doc/*.gif doc/*.html
%{_bindir}/iperf
%{_mandir}/man1/%{name}.1.*




%changelog

* Thu Jul 28 2011 sander85 <sander85> 2.0.5-1.mga1
+ Revision: 130173
- imported package iperf