]> git.pld-linux.org Git - packages/bing.git/blob - bing.spec
- cosmetics
[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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Bing determines the real (raw, as opposed to available or average)
16 throughput on a link by measuring ICMP echo requests roundtrip times
17 for different packet sizes for each end of the link.
18
19 %description -l pl
20 Bing oblicza aktualn± (w przeciwieñstwie do np. ¶redniej) przepustowo¶æ 
21 ³±cza mierz±c czasy powrotu odpowiedzi na komunikaty ICMP.
22
23 %prep
24 %setup -q
25 %patch -p0
26
27 %build
28 %{__make} \
29         CFLAGS="%{rpmcflags}" \
30         CC="%{__cc}"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
35
36 install bing $RPM_BUILD_ROOT%{_bindir}
37 install unix/bing.8 $RPM_BUILD_ROOT%{_mandir}/man8
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc ChangeLog Readme.*
45 %attr(755,root,root) %{_bindir}/bing
46 %{_mandir}/man8/bing.8*
This page took 0.073715 seconds and 3 git commands to generate.