]> git.pld-linux.org Git - packages/BitTorrent.git/commitdiff
- don't need no stinkin' wxWindows to download some files
authordeejay1 <deejay1@pld-linux.org>
Sun, 16 Nov 2003 10:50:14 +0000 (10:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (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

BitTorrent.spec

index 43ff1516200e3f13e7bf3327fb5105cc537a2e33..b7acd9dd991d72fd90c23e9b210594989d169174 100644 (file)
@@ -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
This page took 0.069029 seconds and 4 git commands to generate.