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