]> git.pld-linux.org Git - packages/bing.git/blob - bing.spec
- typo / formatting / etc.
[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} CFLAGS="%{rpmcflags}" CC=%{__cc}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
33
34 install bing $RPM_BUILD_ROOT%{_bindir}
35 install unix/bing.8 $RPM_BUILD_ROOT%{_mandir}/man8
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc ChangeLog Readme.*
43 %attr(755,root,root) %{_bindir}/bing
44 %{_mandir}/man8/bing.8*
This page took 0.113368 seconds and 3 git commands to generate.