From: deejay1 Date: Sun, 16 Nov 2003 10:50:14 +0000 (+0000) Subject: - don't need no stinkin' wxWindows to download some files X-Git-Tag: auto/ac/BitTorrent-3_3-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FBitTorrent.git;a=commitdiff_plain;h=255a2487af9ab0350772977ff8d1e0ac6e18676b - don't need no stinkin' wxWindows to download some files (seperated wxWindows GUI) - change file permissions in %%files section, not %%install! - maybe NFY - could seperate curses GUI and .torrent makers/tracker Changed files: BitTorrent.spec -> 1.11 --- diff --git a/BitTorrent.spec b/BitTorrent.spec index 43ff151..b7acd9d 100644 --- a/BitTorrent.spec +++ b/BitTorrent.spec @@ -3,14 +3,13 @@ Summary: BitTorrent - a tool for distributing files Summary(pl): BitTorrent - narzêdzie do rozpowszechniania plików Name: BitTorrent Version: 3.3 -Release: 1 +Release: 2 License: MIT Group: Applications/Communications #Source0Download: http://bitconjurer.org/BitTorrent/download.html Source0: http://bitconjurer.org/BitTorrent/%{name}-%{version}.tar.gz # Source0-md5: 1ecf1fc40b4972470313f9ae728206e8 URL: http://bitconjurer.org/BitTorrent/ -Requires: python-wxPython BuildRequires: python-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -32,6 +31,19 @@ wielu jednoczesnych po pozostaje do¶æ ma³e, poniewa¿ ka¿dy nowy ¶ci±gaj±cy daje nowe mo¿liwo¶ci ¶ci±gania. +%package gui +Summary: GUI for BitTorrent +Summary: Graficzny interfejs u¿ytkownika dla BitTorrenta +Group: X11/Applications +Requires: BitTorrent = %{name}-%{version} +Requires: python-wxPython + +%description gui +wxWindows based GUI for BitTorrent. + +%description gui -l pl +Bazuj±cy na wxWindows graficzny interfejs u¿ytkownika dla BitTorrenta. + %prep %setup -q @@ -43,7 +55,6 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT ./setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix} -chmod a-x $RPM_BUILD_ROOT%{_bindir}/btdownloadlibrary.py %clean rm -rf $RPM_BUILD_ROOT @@ -51,5 +62,17 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc INSTALL.unix.txt LICENSE.txt README.txt credits.txt -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/btcompletedir.py +%attr(755,root,root) %{_bindir}/btdownloadcurses.py +%attr(755,root,root) %{_bindir}/btdownloadheadless.py +%attr(644,root,root) %{_bindir}/btdownloadlibrary.py +%attr(755,root,root) %{_bindir}/btlaunchmany*.py +%attr(755,root,root) %{_bindir}/btmakemetafile.py +%attr(755,root,root) %{_bindir}/btr*.py +%attr(755,root,root) %{_bindir}/btt*.py +%attr(755,root,root) %{_bindir}/btshowmetainfo.py %{py_sitedir}/BitTorrent + +%files gui +%attr(755,root,root) %{_bindir}/btdownloadgui.py +%attr(755,root,root) %{_bindir}/btcompletedirgui.py