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