From 7c2968310298751a353720a6a2c02de65354f03e Mon Sep 17 00:00:00 2001 From: radek Date: Sun, 12 Oct 2003 17:06:13 +0000 Subject: [PATCH] - new Changed files: ftpcube.spec -> 1.1 --- ftpcube.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 ftpcube.spec diff --git a/ftpcube.spec b/ftpcube.spec new file mode 100644 index 0000000..1575a49 --- /dev/null +++ b/ftpcube.spec @@ -0,0 +1,48 @@ +Summary: Multithreaded FTP client for X Window +Name: ftpcube +Version: 0.4.3 +Release: 1 +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-md5: 574d207377a24caf6315866d52326672 +URL: http://ftpcube.sourceforge.net/ +BuildRequires: python +Requires: python-wxPython +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 +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. + +%prep +%setup -q -n %{name}-%{version} + +%build +python setup.py build + +%install +rm -rf $RPM_BUILD_ROOT + +python setup.py install \ + --optimize=2 \ + --prefix=%{_prefix} \ + --install-scripts=%{_bindir} \ + --root=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README TODO CHANGELOG +%attr(755,root,root) %{_bindir}/* +%{py_sitedir}/libftpcube/ -- 2.43.0