]> git.pld-linux.org Git - packages/cftp.git/blobdiff - cftp.spec
- BR: texinfo
[packages/cftp.git] / cftp.spec
index 727d72593dd10bdb29f2613b1a34eaad7882d923..f3208cfa98e589236bb2360dab67c4e0553f3df0 100644 (file)
--- a/cftp.spec
+++ b/cftp.spec
@@ -1,29 +1,31 @@
-Summary:       Fullscreen ftp client
-Summary(pl):   Pe³noekranowy klient ftp
+Summary:       Fullscreen FTP client
+Summary(pl):   Pe³noekranowy klient FTP
 Name:          cftp
-Version:       0.11.2
-Release:       1
+Version:       0.12
+Release:       2
 License:       GPL
 Group:         Applications/Networking
 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
+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
+poprzez protokó³ FTP. Jego zalety ponad innymi klientami FTP to
 pe³noekranowa reprezentacja drzewa katalogów zdalnego komputera,
 wsparcie dla IPv6 i inne.
 
@@ -31,12 +33,14 @@ wsparcie dla IPv6 i inne.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
-rm -f missing
-aclocal
-autoconf
-automake -a -c -f
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -46,8 +50,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS ChangeLog NEWS THANKS TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -59,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.062899 seconds and 4 git commands to generate.