]> git.pld-linux.org Git - packages/bing.git/blob - bing.spec
a77beb42a63184d9897105a5e093f3cd1b22396b
[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:        1
6 License:        BSD
7 Group:          Net/Utilities
8 Group(pl):      Sieæ/Narzêdzia
9 Source:         bing-1.0.4.tar.bz2
10 Patch:          bing.patch
11
12 #URL:           http://??? email:pb@fasterix.freenix.fr
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14 #Buildarch:     noarch
15
16 %description
17 Bing determines the real (raw, as opposed to available or average)
18 throughput on a link by measuring ICMP echo requests roundtrip times
19 for different packet sizes for each end of the link.
20
21 %description -l pl
22 Bing oblicza aktualn± (w przeciwieñstwie do np. ¶redniej) przepustowow¶æ
23 ³±cza mierz±c czasy powrotu odpowiedzi na komunikaty ICMP.
24
25 %prep 
26 rm -rf %{buildroot}
27 %setup 
28 %patch -p0 
29
30 %build
31 make
32
33 %install
34 install -d %{buildroot}/usr/bin/
35 install bing %{buildroot}/usr/bin/bing
36 gzip -9nf README bing.8 bing.ps ChangeLog
37 install bing.8.gz %{_mandir}/man8
38
39 %files
40 %defattr(755,bin,bin,755)
41 /usr/bin/bing
42 %doc {README,ChangeLog,bing.ps}.gz 
43 %{_mandir}/man8/bing.8.gz
This page took 0.179465 seconds and 2 git commands to generate.