]> git.pld-linux.org Git - packages/netperf.git/blob - netperf.spec
- typo: netserv -> netserver
[packages/netperf.git] / netperf.spec
1 Summary:        Performance testing tool for TCP/UDP
2 Summary(pt_BR): Ferramenta para testes de performance de rede TCP/UDP
3 Summary(es):    Mide la Velocidad de la Conecion entre dos maquinas.
4 Name:           netperf
5 Version:        2.3
6 Release:        0.1
7 License:        Freely Distributable
8 Group:          Networking
9 Source0:        ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/%{name}-%{version}.tar.gz
10 # Source0-md5:  df61b8db5e38d58cdf81748635614d33
11 Patch0:         %{name}-makefile.patch
12 URL:            http://www.netperf.org/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Netperf is a tool for measure TCP/UDP speeds
17
18 %description -l pt_BR
19 Ferramenta para medir a velocidade de transferĂȘncias TCP/UDP
20
21 %description -l es
22 El netperf mide la velocidad en que la tarjeta de red responde.
23
24 %prep
25 %setup -q
26 %patch0 -p1
27
28 %build
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34
35 install netperf $RPM_BUILD_ROOT%{_bindir}
36 install netserver $RPM_BUILD_ROOT%{_bindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ACKNWLDGMNTS COPYRIGHT README Release_Notes
44 %attr(755,root,root) %{_bindir}/netperf
45 %attr(755,root,root) %{_bindir}/netserver
This page took 0.071639 seconds and 3 git commands to generate.