]> git.pld-linux.org Git - packages/cftp.git/blobdiff - cftp.spec
- tabs in preamble
[packages/cftp.git] / cftp.spec
index d9ae02045737f2f64ffe50e6d9d246897894147b..c9a85cf019e10db4bc98914dba2d3ef55777455d 100644 (file)
--- a/cftp.spec
+++ b/cftp.spec
@@ -1,49 +1,54 @@
-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.10
-Release:       1
+Version:       0.12
+Release:       2
 License:       GPL
 Group:         Applications/Networking
-Group(de):     Applikationen/Netzwerkwesen
-Group(pl):     Aplikacje/Sieciowe
 Source0:       http://ftp.giga.or.at/pub/nih/cftp/%{name}-%{version}.tar.gz
+# Source0-md5: e497c2cf060a6906f48ac99f55bedc8a
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-no_libnsl.patch
-BuildRequires: autoconf
-BuildRequires: ncurses-devel >= 5.0
-BuildRequires: readline-devel >= 4.1
+Patch2:                %{name}-AC_LIBOBJ.patch
+Patch3:                %{name}-ac_better_tgetent_detection.patch
+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, wsparcie dla IPv6 i inne.
+%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
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
-autoconf
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-gzip -9nf AUTHORS ChangeLog NEWS THANKS TODO
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,6 +61,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS THANKS TODO
 %attr(755,root,root) %{_bindir}/*
-%{_infodir}/*info*
+%{_infodir}/*.info*
This page took 0.042389 seconds and 4 git commands to generate.