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