devel/bittorrent sources, 1.3, 1.4 .cvsignore, 1.3, 1.4 bittorrent.spec, 1.7, 1.8

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Mar 15 05:48:57 UTC 2005


Author: mschwendt

Update of /cvs/extras/devel/bittorrent
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22894

Modified Files:
	sources .cvsignore bittorrent.spec 
Log Message:
Update by David Hill.


Index: sources
===================================================================
RCS file: /cvs/extras/devel/bittorrent/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Nov 2004 04:05:46 -0000	1.3
+++ sources	15 Mar 2005 05:48:55 -0000	1.4
@@ -1 +1 @@
-84d8cfedeba539db8b497d63e6ecceed  BitTorrent-3.4.1a.zip
+67f449df351b66f408b72b6bd196952f  BitTorrent-4.0.0.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/devel/bittorrent/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Nov 2004 04:05:46 -0000	1.3
+++ .cvsignore	15 Mar 2005 05:48:55 -0000	1.4
@@ -1 +1 @@
-BitTorrent-3.4.1a.zip
+BitTorrent-4.0.0.tar.gz


Index: bittorrent.spec
===================================================================
RCS file: /cvs/extras/devel/bittorrent/bittorrent.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bittorrent.spec	3 Mar 2005 19:46:39 -0000	1.7
+++ bittorrent.spec	15 Mar 2005 05:48:55 -0000	1.8
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           bittorrent
-Version:        3.4.1
-Release:        3.a
+Version:        4.0.0
+Release:        1
 Summary:        BitTorrent swarming network file transfer tool
 
 Group:          Applications/Internet
-License:        MIT
-URL:            http://bitconjurer.org/BitTorrent/
-Source0:        http://dl.sf.net/bittorrent/BitTorrent-3.4.1a.zip
+License:        BitTorrent Open Source License
+URL:            http://www.bittorrent.com/
+Source0:        http://www.bittorrent.com/dl/BitTorrent-4.0.0.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
@@ -27,7 +27,7 @@
 %package        gui
 Summary:        GUI versions of the BitTorrent file transfer tool
 Group:          Applications/Internet
-Requires:       wxPython
+Requires:       pygtk2
 Requires:       %{name} = %{version}-%{release}
 
 %description    gui
@@ -36,7 +36,8 @@
 
 
 %prep
-%setup -q -n BitTorrent-3.4.1a
+%setup -q -n BitTorrent-4.0.0
+sed -i "s/appdir = .*/appdir = '%{name}-%{version}'/" BitTorrent/__init__.py
 
 
 %build
@@ -56,13 +57,11 @@
 %files
 %defattr(-,root,root,-)
 %doc README.txt credits.txt LICENSE.txt
-%{_bindir}/btcompletedir.py
 %{_bindir}/btdownloadcurses.py
 %{_bindir}/btdownloadheadless.py
-%{_bindir}/btdownloadlibrary.py
 %{_bindir}/btlaunchmany.py
 %{_bindir}/btlaunchmanycurses.py
-%{_bindir}/btmakemetafile.py
+%{_bindir}/btmaketorrent.py
 %{_bindir}/btreannounce.py
 %{_bindir}/btrename.py
 %{_bindir}/btshowmetainfo.py
@@ -75,11 +74,15 @@
 
 %files gui
 %defattr(-,root,root)
-%{_bindir}/btcompletedirgui.py
 %{_bindir}/btdownloadgui.py
+%{_bindir}/btmaketorrentgui.py
+%{_datadir}/pixmaps/%{name}-%{version}
 
 
 %changelog
+* Mon Mar 14 2005 David Hill <djh[at]ii.net> - 4.0.0-1
+- update to 4.0.0, no longer requires wxPythonGTK
+
 * Wed Dec 22 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:3.4.1-3.a
 - x86_64: Fix python dependency, replace with python-abi dependency.
 




More information about the fedora-extras-commits mailing list