]> git.pld-linux.org Git - packages/bing.git/blob - bing.spec
- release 4.
[packages/bing.git] / bing.spec
1 Summary:        Bing, a point-to-point bandwidth measurement tool (b from Bandwith)
2 Summary(pl):    Bing, narzêdzie s³u¿±ce mierzeniu przepustowo¶ci ³±czy 
3 Name:           bing
4 Version:        1.0.4
5 Release:        4
6 License:        BSD
7 Group:          Networking/Utilities
8 Group(de):      Netzwerkwesen/Werkzeuge
9 Group(es):      Red/Utilitarios
10 Group(pl):      Sieciowe/Narzêdzia
11 Group(pt_BR):   Rede/Utilitários
12 Source0:        http://www.fibrespeed.net/~mbabcock/mirrors/bing/%{name}-%{version}.tar.bz2
13 Patch0:         %{name}.patch
14 URL:            http://web.cnam.fr/reseau/bing.html
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Bing determines the real (raw, as opposed to available or average)
19 throughput on a link by measuring ICMP echo requests roundtrip times
20 for different packet sizes for each end of the link.
21
22 %description -l pl
23 Bing oblicza aktualn± (w przeciwieñstwie do np. ¶redniej)
24 przepustowow¶æ ³±cza mierz±c czasy powrotu odpowiedzi na komunikaty
25 ICMP.
26
27 %prep 
28 %setup -q
29 %patch -p0 
30
31 %build
32 %{__make} CFLAGS="%{rpmcflags}" CC=%{__cc}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
37
38 install bing $RPM_BUILD_ROOT%{_bindir}
39 install bing.8 $RPM_BUILD_ROOT%{_mandir}/man8
40
41 gzip -9nf README ChangeLog
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc *.gz 
49 %attr(755,root,root) %{_bindir}/bing
50 %{_mandir}/man8/bing.8*
This page took 0.030467 seconds and 3 git commands to generate.