]> git.pld-linux.org Git - packages/gftp.git/blob - gftp.spec
- updated to 2.0.11 (bugfixes)
[packages/gftp.git] / gftp.spec
1 Summary:        Multithreaded FTP client for X Window
2 Summary(es):    Cliente FTP multithreaded para el X Windows
3 Summary(pl):    Wielow±tkowy klient FTP dla X Window
4 Summary(pt_BR): Cliente FTP multithreaded para o X Window
5 Name:           gftp
6 Version:        2.0.11
7 Release:        1
8 Epoch:          2
9 License:        GPL
10 Group:          X11/Applications/Networking
11 Group(de):      X11/Applikationen/Netzwerkwesen
12 Group(pl):      X11/Aplikacje/Sieciowe
13 Source0:        http://gftp.seul.org/%{name}-%{version}.tar.gz
14 Patch0:         %{name}-pld.patch
15 Patch1:         %{name}-no_libnsl.patch
16 URL:            http://gftp.seul.org/
17 BuildRequires:  gtk+-devel >= 1.2.3
18 BuildRequires:  autoconf
19 BuildRequires:  automake
20 BuildRequires:  gettext-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _prefix         /usr/X11R6
24 %define         _mandir         %{_prefix}/man
25
26 %description
27 gFTP is a multithreaded FTP client for X Windows written using Gtk. It
28 features simultaneous downloads, resuming of interrupted file
29 transfers, file transfer queues, downloading of entire directories,
30 ftp proxy support, remote directory caching, passive and non-passive
31 file transfers, drag-n-drop support, bookmarks menu, stop button, and
32 many more features.
33
34 %description -l es
35 Cliente FTP multithreaded para el X Windows.
36
37 %description -l pl
38 gFTP jest wielow±tkowym klientem FTP dla X Window wykorzystuj±cym
39 bibliotekê gtk+. Pozwala na jednoczesne ¶ci±ganie wielu plików,
40 wznawianie przerwanych transferów, kolejkowanie przesy³anych plików,
41 ¶ci±ganie zawarto¶ci katalogów, mo¿liwo¶æ pracy z wykorzystaniem ftp
42 proxy, ¶ci±gnie plików w trybie passiv i non-passive, drag-n-drop,
43 zarz±dzanie po³±czeniami i wiele innych mo¿liwo¶ci.
44
45 %description -l pt_BR
46 O gftp é um cliente FTP multithreaded para o X Window escrito usando a
47 biblioteca gtk. Permite transferir arquivos simultâneamente, continuar
48 transferências interrompidas, filas para transferências de arquivos e
49 um gerenciador de conexões muito bom e muitas outras características.
50
51 %prep
52 %setup -q
53 %patch0 -p1
54 %patch1 -p1
55
56 %build
57 rm -f missing
58 gettextize --copy --force
59 aclocal
60 autoconf
61 automake -a -c
62 %configure
63 %{__make} 
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install \
69         DESTDIR=$RPM_BUILD_ROOT \
70         Utilitiesdir=%{_applnkdir}/Network/FTP
71
72 gzip -9nf README TODO THANKS docs/USERS-GUIDE ChangeLog
73
74 %find_lang %{name}
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %files -f %{name}.lang
80 %defattr(644,root,root,755)
81 %doc *.gz docs/*.gz
82 %attr(755,root,root) %{_bindir}/*
83 %dir %{_datadir}/gftp
84 %{_datadir}/gftp/*.xpm
85 %{_datadir}/gftp/COPYING
86 %config %{_datadir}/gftp/gftprc
87 %config %{_datadir}/gftp/bookmarks
88
89 %{_pixmapsdir}/gftp.png
90 %{_mandir}/man1/*
91
92 %{_applnkdir}/Network/FTP/gftp.desktop
This page took 0.143202 seconds and 4 git commands to generate.