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