]> git.pld-linux.org Git - packages/clink.git/blob - clink.spec
5e58664da886b96143d460f59d98fdf9d8338487
[packages/clink.git] / clink.spec
1 Summary:        Clink estimates the latency and bandwidth of network links
2 Summary(pl.UTF-8):      Clink określa przybliżone opóźnienie i pasmo połączenia sieciowego
3 Name:           clink
4 Version:        1.0
5 Release:        5
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://allendowney.com/research/clink/%{name}.%{version}.tar.gz
9 # Source0-md5:  9bfb957d7733e434a5e902dccad89c56
10 Patch0:         ftp://ftp.6bone.pl/pub/ipv6/set-glibc-2.1.new/%{name}.1.0a.diff
11 URL:            http://allendowney.com/research/clink/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 clink (Characterize Links) is a utility that estimates the latency and
16 bandwidth of network links by sending UDP packets from a single source
17 and measuring round-trip times. The basic mechanism is similar to ping
18 and traceroute, except that clink generally has to send many more
19 packets.
20
21 %description -l pl.UTF-8
22 clink (Characterize Links) jest narzędziem, które określa opóźnienie i
23 pasmo (przepustowość) łącz w sieci przy użyciu pakietów UDP wysyłanych
24 z pojedynczego źródła.
25
26 %prep
27 %setup -q -n %{name}.%{version}
28 %patch0 -p1
29 %build
30
31 %{__make} CFLAGS="%{rpmcflags} -D_GNU_SOURCE"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36
37 install clink $RPM_BUILD_ROOT%{_bindir}/clink
38
39 mv -f clink.doc clink.txt
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc clink.txt
47 %attr(755,root,root) %{_bindir}/clink
This page took 0.056237 seconds and 2 git commands to generate.