From 07ceb43482b3f2645491ea9b0f0aac536cf07171 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 15 Oct 2003 20:09:26 +0000 Subject: [PATCH] - pl, cleanups; standalone icons go to _pixmapsdir, not _iconsdir Changed files: ftpcube.spec -> 1.3 --- ftpcube.spec | 41 +++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/ftpcube.spec b/ftpcube.spec index 8e832eb..025b7d7 100644 --- a/ftpcube.spec +++ b/ftpcube.spec @@ -1,10 +1,11 @@ -Summary: Multithreaded FTP client for X Window +Summary: Multithreaded FTP client for X Window System +Summary(pl): Wielow±tkowy klient FTP dla systemu X Window Name: ftpcube Version: 0.4.3 Release: 2 License: Artistic for code, GPL v2 for icons Group: X11/Applications/Networking -Source0: http://dl.sourceforge.net/ftpcube/ftpcube-0.4.3.tar.gz +Source0: http://dl.sourceforge.net/ftpcube/%{name}-%{version}.tar.gz # Source0-md5: 574d207377a24caf6315866d52326672 Source1: %{name}.desktop URL: http://ftpcube.sourceforge.net/ @@ -14,18 +15,30 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description FtpCube is a multi-platform, graphical FTP client written in Python, -using the wxPython graphical tookit. FtpCube's interface is based on +using the wxPython graphical tookit. FtpCube's interface is based on LeechFTP by Jan Debis but its codebase has been developed from scratch and includes functionality that surpasses the original LeechFTP. -FtpCube aims to provide a high quality user interface, as well as a rich -feature set. The FtpCube project was born out of my search to find a -good, capable unix FTP client that offered an intuitive and sexy UI. -Plus, I liked the idea of having an FTP client written in Python. So, -voila FtpCube. +FtpCube aims to provide a high quality user interface, as well as a +rich feature set. The FtpCube project was born out of my search to +find a good, capable unix FTP client that offered an intuitive and +sexy UI. Plus, I liked the idea of having an FTP client written in +Python. So, voila FtpCube. + +%description -l pl +FtpCube to wieloplatformowy, graficzny klient FTP napisany w Pythonie, +u¿ywaj±cy biblioteki graficznej wxPython. Interfejs FtpCube jest +oparty na LeechFTP Jana Debisa, ale kod zosta³ stworzony od pocz±tku i +zawiera funkcjonalno¶æ przewy¿szaj±c± orygina³. + +FtpCube ma zapewniæ wysokiej jako¶ci interfejs u¿ytkownika, a tak¿e +bogaty zbiór mo¿liwo¶ci. Projekt FtpCube narodzi³ siê z poszukiwañ +dobrego, uniksowego klienta FTP o du¿ych mo¿liwo¶ciach, oferuj±cego +intuicyjny i seksowny interfejs. Autorowi spodoba³a siê idea klienta +FTP napisanego w Pythonie. Tak wiêc, voila FtpCube. %prep -%setup -q -n %{name}-%{version} +%setup -q %build python setup.py build @@ -34,12 +47,12 @@ python setup.py build rm -rf $RPM_BUILD_ROOT python setup.py install \ - --optimize=2 \ + --optimize=2 \ --prefix=%{_prefix} \ --install-scripts=%{_bindir} \ - --root=$RPM_BUILD_ROOT + --root=$RPM_BUILD_ROOT -install -D %{name}.xpm $RPM_BUILD_ROOT%{_iconsdir}/%{name}.xpm +install -D %{name}.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.xpm install -D %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop %clean @@ -49,6 +62,6 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc README TODO CHANGELOG %attr(755,root,root) %{_bindir}/* -%{py_sitedir}/libftpcube/ +%{py_sitedir}/libftpcube %{_desktopdir}/* -%{_iconsdir}/* +%{_pixmapsdir}/* -- 2.43.0