]> git.pld-linux.org Git - packages/cftp.git/blobdiff - cftp.spec
fixed a small typo
[packages/cftp.git] / cftp.spec
index 23f239ef7911f6034d4a13f30cecc569d9a43f59..727d72593dd10bdb29f2613b1a34eaad7882d923 100644 (file)
--- a/cftp.spec
+++ b/cftp.spec
@@ -1,8 +1,8 @@
 Summary:       Fullscreen ftp client
 Summary(pl):   Pe³noekranowy klient ftp
 Name:          cftp
-Version:       0.10
-Release:       2
+Version:       0.11.2
+Release:       1
 License:       GPL
 Group:         Applications/Networking
 Source0:       http://ftp.giga.or.at/pub/nih/cftp/%{name}-%{version}.tar.gz
@@ -10,22 +10,22 @@ Patch0:             %{name}-info.patch
 Patch1:                %{name}-no_libnsl.patch
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: ncurses-devel >= 5.0
-BuildRequires: readline-devel >= 4.1
+BuildRequires: readline-devel >= 4.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc
 
 %description
 CFTP is used to transfer files from one computer to another via the
-FTP protocol.  It's advantages over most standard ftp clients is its
+FTP protocol. It's advantages over most standard ftp clients is its
 fullscreen representation of the remote directory tree, providing a
 compact overview of the remote server's contents.
 
 %description -l pl
-CFTP jest u¿ywany do przesy³ania plików z jednego komputera na inny poprzez
-protokó³ FTP. Jego zalety ponad innymi klientami ftp to pe³noekranowa
-reprezentacja drzewa katalogów zdalnego komputera, wsparcie dla IPv6 i inne.
+CFTP jest u¿ywany do przesy³ania plików z jednego komputera na inny
+poprzez protokó³ FTP. Jego zalety ponad innymi klientami ftp to
+pe³noekranowa reprezentacja drzewa katalogów zdalnego komputera,
+wsparcie dla IPv6 i inne.
 
 %prep
 %setup -q
@@ -36,14 +36,15 @@ reprezentacja drzewa katalog
 rm -f missing
 aclocal
 autoconf
-automake -a -c
+automake -a -c -f
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf AUTHORS ChangeLog NEWS THANKS TODO
 
This page took 0.107435 seconds and 4 git commands to generate.