From 98ff3f54ae583e1f4ac1258e1e7ebc11de2269ec Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 2 Jan 2001 23:49:44 +0000 Subject: [PATCH] - initial version Changed files: clink.spec -> 1.1 --- clink.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 clink.spec diff --git a/clink.spec b/clink.spec new file mode 100644 index 0000000..b9afa16 --- /dev/null +++ b/clink.spec @@ -0,0 +1,47 @@ +Summary: Clink estimates the latency and bandwidth of Internet links. +Summary(pl): Clink okre¶la przybli¿one opó¼nienie i pasmo ³±cz Internetu. +Name: clink +Version: 1.0 +Release: 1 +License: GPL +Group: Applications/Networking +Group(de): Applikationen/Netzwerkwesen +Group(pl): Aplikacje/Sieciowe +Source0: http://rocky.wellesley.edu/downey/clink/%{name}.%{version}.tar.gz +URL: http://rocky.wellesley.edu/downey/clink/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +clink (Characterize Links) is a utility that estimates the +latency and bandwidth of Internet links by sending UDP packets from a +single source and measuring round-trip times. The basic mechanism is similar +to ping and traceroute, except that clink generally has to send +many more packets. + +%description -l pl +clink (Characterize Links) jest narzêdziem, które okre¶la opó¼nienie i pasmo +(przepustowo¶æ) ³±cz w Internecie przy u¿yciu pakietów UDP wysy³anych +z pojedynczego ¼ród³a + +%prep +%setup -q -n %{name}.%{version} +%build + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install clink $RPM_BUILD_ROOT%{_bindir}/clink + +mv clink.doc clink.txt +gzip -9nf clink.txt + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc clink.txt.gz + +%attr(755,root,root) %{_bindir}/clink -- 2.44.0