diff --git a/.cvsignore b/.cvsignore index a574743..dca9d8b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -deluge-1.1.9.tar.bz2 +deluge-1.2.0_rc1.tar.bz2 diff --git a/deluge-scalable-icon-dir.diff b/deluge-scalable-icon-dir.diff index 6fcf812..fc728fb 100644 --- a/deluge-scalable-icon-dir.diff +++ b/deluge-scalable-icon-dir.diff @@ -1,7 +1,7 @@ diff -up ./setup.py.old ./setup.py ---- ./setup.py.old 2009-03-10 16:50:52.000000000 -0700 -+++ ./setup.py 2009-03-10 16:51:04.000000000 -0700 -@@ -328,7 +328,7 @@ cmdclass = { +--- ./setup.py.old 2009-10-10 23:42:57.942143122 -0700 ++++ ./setup.py 2009-10-10 23:43:20.248144209 -0700 +@@ -367,7 +367,7 @@ cmdclass = { # Data files to be installed to the system _data_files = [ diff --git a/deluge.spec b/deluge.spec index ee5723d..a22f6ef 100644 --- a/deluge.spec +++ b/deluge.spec @@ -2,16 +2,15 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: deluge -Version: 1.1.9 -Release: 3%{?dist} +Version: 1.2.0 +Release: 0.1.rc1%{?dist} Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX Group: Applications/Internet License: GPLv3 with exceptions URL: http://deluge-torrent.org/ -Source0: http://download.deluge-torrent.org/source/%{version}/%{name}-%{version}.tar.bz2 +Source0: http://download.deluge-torrent.org/source/%{version}/%{name}-%{version}_rc1.tar.bz2 -## The scalable icon needs to be installed to the proper place. Patch0: %{name}-scalable-icon-dir.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -20,22 +19,21 @@ BuildArch: noarch BuildRequires: desktop-file-utils BuildRequires: python-devel BuildRequires: python-setuptools -## The build script checks for the libtorrent module and skips compiling the -## in-tarball one if this is found. -BuildRequires: rb_libtorrent-python -Requires: /bin/sh -Requires: dbus-python -Requires: dbus-x11 +Requires: gnome-python2-gnome ## Required for the proper ownership of icon dirs. Requires: hicolor-icon-theme -Requires: pygtk2-libglade +Requires: notify-python Requires: pyOpenSSL +Requires: pygtk2-libglade Requires: python-chardet Requires: python-setuptools +Requires: python-simplejson +Requires: python-twisted-web Requires: pyxdg Requires: rb_libtorrent-python + %description Deluge is a new BitTorrent client, created using Python and GTK+. It is intended to bring a native, full-featured client to Linux GTK+ desktop @@ -57,7 +55,7 @@ display the location of peers in the "Peers" information tab. %prep -%setup -qn "%{name}-%{version}" +%setup -qn "%{name}-%{version}_rc1" %patch0 -p0 -b .fix-scalable-icon-dir @@ -115,8 +113,11 @@ rm -rf %{buildroot} %files -f %{name}.filelist %defattr(-,root,root,-) %doc ChangeLog LICENSE README -%{python_sitelib}/%{name}-%{version}-py?.?.egg-info/ +%{python_sitelib}/%{name}-%{version}_rc1_dev-py2.?.egg-info/ %{_bindir}/%{name} +%{_bindir}/%{name}-console +%{_bindir}/%{name}-gtk +%{_bindir}/%{name}-web %{_bindir}/%{name}d %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/%{name}.* @@ -146,6 +147,10 @@ fi %changelog +* Sun Oct 11 2009 Peter Gordon - 1.2.0-0.1.rc1 +- Update to new upstream release candidate (1.2.0 RC1) +- Adds Twisted dependencies, and drops the D-Bus dependency. + * Fri Jul 24 2009 Fedora Release Engineering - 1.1.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index f4427b2..848995e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -38b9dbf255ed9620760d546dbb757882 deluge-1.1.9.tar.bz2 +e30279677bccbcec370840af405aff84 deluge-1.2.0_rc1.tar.bz2