]> git.pld-linux.org Git - packages/gftp.git/blob - gftp.spec
- updated to 2.0.9,
[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.9
5 Release:        1
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 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 pl
33 gFTP jest wielow±tkowym klientem FTP dla X Window wykorzystuj±cym
34 bibliotekê gtk+. Pozwala na jednoczesne ¶ci±ganie wielu plików,
35 wznawianie przerwanych transferów, kolejkowanie przesy³anych plików,
36 ¶ci±ganie zawarto¶ci katalogów, mo¿liwo¶æ pracy z wykorzystaniem ftp
37 proxy, ¶ci±gnie plików w trybie passiv i non-passive, drag-n-drop,
38 zarz±dzanie po³±czeniami i wiele innych mo¿liwo¶ci.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43 %patch1 -p1
44
45 %build
46 rm -f missing
47 gettextize --copy --force
48 aclocal
49 autoconf
50 automake -a -c
51 %configure
52 %{__make} 
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT \
59         Utilitiesdir=%{_applnkdir}/Network/FTP
60
61 gzip -9nf README TODO THANKS docs/USERS-GUIDE ChangeLog
62
63 %find_lang %{name}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files -f %{name}.lang
69 %defattr(644,root,root,755)
70 %doc *.gz docs/*.gz
71 %attr(755,root,root) %{_bindir}/*
72 %dir %{_datadir}/gftp
73 %{_datadir}/gftp/*.xpm
74 %{_datadir}/gftp/COPYING
75 %config %{_datadir}/gftp/gftprc
76 %config %{_datadir}/gftp/bookmarks
77
78 %{_pixmapsdir}/gftp.png
79 %{_mandir}/man1/*
80
81 %{_applnkdir}/Network/FTP/gftp.desktop
This page took 0.046877 seconds and 4 git commands to generate.