]> git.pld-linux.org Git - packages/bing.git/blob - bing.spec
8c5e5c6a82b17714d3b9c8efa31c387002633a42
[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.1.3
5 Release:        3
6 License:        BSD
7 Group:          Networking/Utilities
8 Source0:        http://www.fibrespeed.net/~mbabcock/mirrors/bing/%{name}-%{version}.tar.bz2
9 # Source0-md5:  095f8a04f37df2ed5c99328ddc551a09
10 Patch0:         %{name}.patch
11 URL:            http://web.cnam.fr/reseau/bing.html
12 BuildRequires:  groff
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Bing determines the real (raw, as opposed to available or average)
17 throughput on a link by measuring ICMP echo requests roundtrip times
18 for different packet sizes for each end of the link.
19
20 %description -l pl
21 Bing oblicza aktualn± (w przeciwieñstwie do np. ¶redniej) przepustowo¶æ 
22 ³±cza mierz±c czasy powrotu odpowiedzi na komunikaty ICMP.
23
24 %prep
25 %setup -q
26 %patch0 -p0
27
28 %build
29 %{__make} \
30         CFLAGS="%{rpmcflags}" \
31         CC="%{__cc}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
36
37 install bing $RPM_BUILD_ROOT%{_bindir}
38 install unix/bing.8 $RPM_BUILD_ROOT%{_mandir}/man8
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc ChangeLog Readme.*
46 %attr(755,root,root) %{_bindir}/bing
47 %{_mandir}/man8/bing.8*
This page took 0.041333 seconds and 2 git commands to generate.