]> git.pld-linux.org Git - packages/ftpcube.git/commitdiff
- pl, cleanups; standalone icons go to _pixmapsdir, not _iconsdir
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 15 Oct 2003 20:09:26 +0000 (20:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ftpcube.spec -> 1.3

ftpcube.spec

index 8e832ebea6c4e2e5423ac7c6657351451bf69a82..025b7d7af4fe7d034f5af360eb8968ffcaa3fb7d 100644 (file)
@@ -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
 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/
 # 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,
 
 %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.
 
 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
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
 python setup.py build
 
 %build
 python setup.py build
@@ -34,12 +47,12 @@ python setup.py build
 rm -rf $RPM_BUILD_ROOT
 
 python setup.py install \
 rm -rf $RPM_BUILD_ROOT
 
 python setup.py install \
-        --optimize=2 \
+       --optimize=2 \
        --prefix=%{_prefix} \
        --install-scripts=%{_bindir} \
        --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
 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}/*
 %defattr(644,root,root,755)
 %doc README TODO CHANGELOG
 %attr(755,root,root) %{_bindir}/*
-%{py_sitedir}/libftpcube/
+%{py_sitedir}/libftpcube
 %{_desktopdir}/*
 %{_desktopdir}/*
-%{_iconsdir}/*
+%{_pixmapsdir}/*
This page took 0.084475 seconds and 4 git commands to generate.