Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > 51a6ce79f4db1ee597c71ec32b5a8cc5 > files > 4

iperf-2.0.5-2.mga2.src.rpm

Name:		iperf
Version:	2.0.5
Release:	%mkrel 2
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

* Tue Sep 20 2011 sander85 <sander85> 2.0.5-2.mga2
+ Revision: 145958
- bump release as iperf was added into mga1 updates

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