]> git.pld-linux.org Git - SPECS.git/blob - iperf.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / iperf.spec
1 #
2 Summary:        Network performance measurement tool
3 Summary(pl.UTF-8):      Narzędzie do szacowania wydajności sieci
4 Name:           iperf
5 Version:        2.0.13
6 Release:        1
7 License:        BSD-like
8 Group:          Networking/Utilities
9 Source0:        http://downloads.sourceforge.net/iperf2/%{name}-%{version}.tar.gz
10 # Source0-md5:  31ea1c6d5cbf80b16ff3abe4288dad5e
11 Patch0:         %{name}-2.0.5-tcpdual.patch
12 URL:            http://iperf2.sourceforge.net/
13 BuildRequires:  libstdc++-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Iperf is a network performance measurement tool.
18
19 While tools to measure network performance, such as ttcp, exist, most
20 are very old and have confusing options. Iperf was developed as a
21 modern alternative for measuring TCP and UDP bandwidth performance.
22
23 Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning
24 of various parameters and UDP characteristics. Iperf reports
25 bandwidth, delay jitter, datagram loss.
26
27 %description -l pl.UTF-8
28 Iperf to narzędzie do szacowania wydajności sieci.
29
30 O ile narzędzia do określania wydajności sieci, takie jak ttcp,
31 istnieją, to większość z nich jest bardzo stara i ma mylące opcje.
32 Iperf został stworzony jako współczesna alternatywa do szacowania
33 wydajności pasma TCP i UDP.
34
35 Iperf to narzędzie określające maksymalne pasmo TCP, umożliwiające
36 dostrajanie różnych parametrów i charakterystyk UDP. Iperf raportuje
37 pasmo, opóźnienia i straty datagramów.
38
39 %prep
40 %setup -q
41 #%patch0 -p1
42
43 %build
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 %{__make} install DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc README doc/*.html doc/*.gif
57 %attr(755,root,root) %{_bindir}/iperf
58 %{_mandir}/man1/*
This page took 0.484919 seconds and 3 git commands to generate.