]> git.pld-linux.org Git - packages/bing.git/blob - bing.spec
- spec adapterized and finished.
[packages/bing.git] / bing.spec
1 Summary:        Bing, a point-to-point bandwidth measurement tool (b from Bandwitch)
2 Summary(pl):    Bing, narzêdzie s³u¿±ce mierzeniu przepustowo¶ci ³±czy 
3 Name:           bing
4 Version:        1.0.4
5 Release:        2
6 License:        BSD
7 Group:          Networking/Utilities
8 Group(de):      Netzwerkwesen/Werkzeuge
9 Group(pl):      Sieciowe/Narzêdzia
10 Source0:        http://www.fibrespeed.net/~mbabcock/mirrors/bing/%{name}-%{version}.tar.bz2
11 Patch0:         %{name}.patch
12 URL:            http://web.cnam.fr/reseau/bing.html
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)
22 przepustowow¶æ ³±cza mierz±c czasy powrotu odpowiedzi na komunikaty
23 ICMP.
24
25 %prep 
26 %setup -q
27 %patch -p0 
28
29 %build
30 %{__make}
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 bing.8 $RPM_BUILD_ROOT%{_mandir}/man8
38
39 gzip -9nf README ChangeLog
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz 
47 %attr(755,root,root) %{_bindir}/bing
48 %{_mandir}/man8/bing.8*
This page took 0.058565 seconds and 3 git commands to generate.