]> git.pld-linux.org Git - packages/bing.git/blob - bing.spec
- release 2: use new %doc.
[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:        2
6 License:        BSD
7 Group:          Networking/Utilities
8 Source0:        http://www.fibrespeed.net/~mbabcock/mirrors/bing/%{name}-%{version}.tar.bz2
9 Patch0:         %{name}.patch
10 URL:            http://web.cnam.fr/reseau/bing.html
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Bing determines the real (raw, as opposed to available or average)
15 throughput on a link by measuring ICMP echo requests roundtrip times
16 for different packet sizes for each end of the link.
17
18 %description -l pl
19 Bing oblicza aktualn± (w przeciwieñstwie do np. ¶redniej)
20 przepustowow¶æ ³±cza mierz±c czasy powrotu odpowiedzi na komunikaty
21 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.082046 seconds and 4 git commands to generate.