]> git.pld-linux.org Git - packages/bing.git/blame - bing.spec
- converted to UTF-8
[packages/bing.git] / bing.spec
CommitLineData
40fcbf25 1Summary: Bing, a point-to-point bandwidth measurement tool (b from Bandwith)
a747b79a 2Summary(pl.UTF-8): Bing, narzędzie służące mierzeniu przepustowości łączy
1e276a8b 3Name: bing
95231aa3 4Version: 1.1.3
87bdb9fe 5Release: 3
1e276a8b 6License: BSD
433572bd 7Group: Networking/Utilities
15b1eb16 8Source0: http://www.fibrespeed.net/~mbabcock/mirrors/bing/%{name}-%{version}.tar.bz2
f722b6dc 9# Source0-md5: 095f8a04f37df2ed5c99328ddc551a09
15b1eb16 10Patch0: %{name}.patch
11URL: http://web.cnam.fr/reseau/bing.html
c117d57e 12BuildRequires: groff
1e276a8b 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1e276a8b 14
15%description
16Bing determines the real (raw, as opposed to available or average)
17throughput on a link by measuring ICMP echo requests roundtrip times
18for different packet sizes for each end of the link.
19
a747b79a
JR
20%description -l pl.UTF-8
21Bing oblicza aktualną (w przeciwieństwie do np. średniej) przepustowość
22łącza mierząc czasy powrotu odpowiedzi na komunikaty ICMP.
1e276a8b 23
c4f23b88 24%prep
15b1eb16 25%setup -q
66cbea98 26%patch0 -p0
1e276a8b 27
28%build
01316dd0 29%{__make} \
30 CFLAGS="%{rpmcflags}" \
31 CC="%{__cc}"
1e276a8b 32
33%install
15b1eb16 34rm -rf $RPM_BUILD_ROOT
433572bd 35install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
36
37install bing $RPM_BUILD_ROOT%{_bindir}
95231aa3 38install unix/bing.8 $RPM_BUILD_ROOT%{_mandir}/man8
433572bd 39
433572bd 40%clean
41rm -rf $RPM_BUILD_ROOT
1e276a8b 42
43%files
15b1eb16 44%defattr(644,root,root,755)
58bfaa5a 45%doc ChangeLog Readme.*
15b1eb16 46%attr(755,root,root) %{_bindir}/bing
433572bd 47%{_mandir}/man8/bing.8*
This page took 0.032467 seconds and 4 git commands to generate.