]> git.pld-linux.org Git - packages/bing.git/blob - bing.spec
- release 3 for Ac (2 is for Ra)
[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)
21 przepustowow¶æ ³±cza mierz±c czasy powrotu odpowiedzi na komunikaty
22 ICMP.
23
24 %prep
25 %setup -q
26 %patch -p0
27
28 %build
29 %{__make} CFLAGS="%{rpmcflags}" CC=%{__cc}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
34
35 install bing $RPM_BUILD_ROOT%{_bindir}
36 install unix/bing.8 $RPM_BUILD_ROOT%{_mandir}/man8
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ChangeLog Readme.*
44 %attr(755,root,root) %{_bindir}/bing
45 %{_mandir}/man8/bing.8*
This page took 0.067643 seconds and 3 git commands to generate.