]> git.pld-linux.org Git - packages/clink.git/commitdiff
- some cosmetics, clink-1_0-1
authorkloczek <kloczek@pld-linux.org>
Wed, 3 Jan 2001 16:28:57 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- s/Internet/network/
- added missing cvs keyword in %changelog.

Changed files:
    clink.spec -> 1.2

clink.spec

index b9afa168dd264e492b66b1371eb2d23403887d7b..2497a44a53bb9c5ea8e8c938d78fbd7f8b5af01a 100644 (file)
@@ -1,5 +1,5 @@
-Summary:       Clink estimates the latency and bandwidth of Internet links.
-Summary(pl):   Clink okre¶la przybli¿one opó¼nienie i pasmo ³±cz Internetu.
+Summary:       Clink estimates the latency and bandwidth of network links
+Summary(pl):   Clink okre¶la przybli¿one opó¼nienie i pasmo po³aczenia sieciowego
 Name:          clink
 Version:       1.0
 Release:       1
@@ -12,16 +12,16 @@ 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.
+clink (Characterize Links) is a utility that estimates the latency and
+bandwidth of network 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
+clink (Characterize Links) jest narzêdziem, które okre¶la opó¼nienie i
+pasmo (przepustowo¶æ) ³±cz w sieci przy u¿yciu pakietów UDP wysy³anych
+z pojedynczego ¼ród³a.
 
 %prep
 %setup -q -n %{name}.%{version}
@@ -32,9 +32,11 @@ z pojedynczego 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
+
 install clink $RPM_BUILD_ROOT%{_bindir}/clink
 
-mv clink.doc clink.txt
+mv -f clink.doc clink.txt
+
 gzip -9nf clink.txt
        
 %clean
@@ -42,6 +44,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc clink.txt.gz
-
+%doc *.gz
 %attr(755,root,root) %{_bindir}/clink
This page took 0.098045 seconds and 4 git commands to generate.