]> git.pld-linux.org Git - packages/cftp.git/blobdiff - cftp.spec
- BR: texinfo
[packages/cftp.git] / cftp.spec
index 65dd2e307d4e7a68c359ead37ddc560b9ec91339..f3208cfa98e589236bb2360dab67c4e0553f3df0 100644 (file)
--- a/cftp.spec
+++ b/cftp.spec
@@ -1,8 +1,8 @@
-Summary:       Fullscreen ftp client
-Summary(pl):   Pe³noekranowy klient ftp
+Summary:       Fullscreen FTP client
+Summary(pl):   Pe³noekranowy klient FTP
 Name:          cftp
 Version:       0.12
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Networking
 Source0:       http://ftp.giga.or.at/pub/nih/cftp/%{name}-%{version}.tar.gz
@@ -11,20 +11,21 @@ Patch0:             %{name}-info.patch
 Patch1:                %{name}-no_libnsl.patch
 Patch2:                %{name}-AC_LIBOBJ.patch
 Patch3:                %{name}-ac_better_tgetent_detection.patch
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.53
 BuildRequires: automake
 BuildRequires: readline-devel >= 4.2
+BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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
+poprzez protokó³ FTP. Jego zalety ponad innymi klientami FTP to
 pe³noekranowa reprezentacja drzewa katalogów zdalnego komputera,
 wsparcie dla IPv6 i inne.
 
@@ -36,9 +37,9 @@ wsparcie dla IPv6 i inne.
 %patch3 -p1
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 %{__make}
@@ -62,4 +63,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS THANKS TODO
 %attr(755,root,root) %{_bindir}/*
-%{_infodir}/*info*
+%{_infodir}/*.info*
This page took 0.116918 seconds and 4 git commands to generate.