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