]> git.pld-linux.org Git - packages/cftp.git/blobdiff - cftp.spec
- tabs in preamble
[packages/cftp.git] / cftp.spec
index afb8e02962386e09571ef58b577880894bf095b4..c9a85cf019e10db4bc98914dba2d3ef55777455d 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.UTF-8):     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,23 +11,22 @@ 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)
 
-%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,
+%description -l pl.UTF-8
+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
@@ -38,9 +37,9 @@ wsparcie dla IPv6 i inne.
 %patch3 -p1
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 %{__make}
@@ -64,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.096311 seconds and 4 git commands to generate.