]> git.pld-linux.org Git - packages/ftpcube.git/blob - ftpcube.spec
- tabs in preamble
[packages/ftpcube.git] / ftpcube.spec
1 Summary:        Multithreaded FTP client for X Window System
2 Summary(pl.UTF-8):      Wielowątkowy klient FTP dla systemu X Window
3 Name:           ftpcube
4 Version:        0.4.3
5 Release:        5
6 License:        Artistic for code, GPL v2 for icons
7 Group:          X11/Applications/Networking
8 Source0:        http://dl.sourceforge.net/ftpcube/%{name}-%{version}.tar.gz
9 # Source0-md5:  574d207377a24caf6315866d52326672
10 Source1:        %{name}.desktop
11 URL:            http://ftpcube.sourceforge.net/
12 BuildRequires:  python
13 %pyrequires_eq  python-libs
14 Requires:       python-wxPython
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 FtpCube is a multi-platform, graphical FTP client written in Python,
19 using the wxPython graphical tookit. FtpCube's interface is based on
20 LeechFTP by Jan Debis but its codebase has been developed from scratch
21 and includes functionality that surpasses the original LeechFTP.
22
23 FtpCube aims to provide a high quality user interface, as well as a
24 rich feature set. The FtpCube project was born out of my search to
25 find a good, capable unix FTP client that offered an intuitive and
26 sexy UI. Plus, I liked the idea of having an FTP client written in
27 Python. So, voila FtpCube.
28
29 %description -l pl.UTF-8
30 FtpCube to wieloplatformowy, graficzny klient FTP napisany w Pythonie,
31 używający biblioteki graficznej wxPython. Interfejs FtpCube jest
32 oparty na LeechFTP Jana Debisa, ale kod został stworzony od początku i
33 zawiera funkcjonalność przewyższającą oryginał.
34
35 FtpCube ma zapewnić wysokiej jakości interfejs użytkownika, a także
36 bogaty zbiór możliwości. Projekt FtpCube narodził się z poszukiwań
37 dobrego, uniksowego klienta FTP o dużych możliwościach, oferującego
38 intuicyjny i seksowny interfejs. Autorowi spodobała się idea klienta
39 FTP napisanego w Pythonie. Tak więc, voila FtpCube.
40
41 %prep
42 %setup -q
43
44 %build
45 python setup.py build
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 python setup.py install \
51         --optimize=2 \
52         --prefix=%{_prefix} \
53         --install-scripts=%{_bindir} \
54         --root=$RPM_BUILD_ROOT
55
56 install -D %{name}.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.xpm
57 install -D %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc README TODO CHANGELOG
65 %attr(755,root,root) %{_bindir}/*
66 %{py_sitescriptdir}/libftpcube
67 %{_desktopdir}/*.desktop
68 %{_pixmapsdir}/*
This page took 0.064185 seconds and 3 git commands to generate.