]> git.pld-linux.org Git - packages/bing.git/blob - bing.spec
-cosmetics {__make}, not gziping man,
[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:          Net/Utilities
8 Group(pl):      Sieæ/Narzêdzia
9 Source0:        http://www.fibrespeed.net/~mbabcock/mirrors/bing/%{name}-%{version}.tar.bz2
10 Patch0:         %{name}.patch
11 URL:            http://web.cnam.fr/reseau/bing.html
12
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 rm -rf %{RPM_BUILD_ROOT}
27 %setup -q
28 %patch -p0 
29
30 %build
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d %{RPM_BUILD_ROOT}%{_bindir}/
36 install bing %{RPM_BUILD_ROOT}%{_bindir}/bing
37 gzip -9nf README bing.ps ChangeLog
38 install bing.8 %{_mandir}/man8
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/bing
43 %doc {README,ChangeLog,bing.ps}.gz 
44 %{_mandir}/man8/bing.8
This page took 0.062335 seconds and 4 git commands to generate.