source: projects/specs/trunk/d/deluge/deluge-vl.spec @ 4798

Revision 4798, 26.8 KB checked in by kudoh, 13 years ago (diff)

%{!?python_sitelib: %global python_sitelib %(%{python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name: deluge
Version: 1.3.3
Release: 1%{?_dist_release}
Summary: A GTK+ BitTorrent? client with support for DHT, UPnP, and PEX
Summary(ja): DHT・UPnP・PEX をサポートした GTK+ BitTorrent? クライアント
Group: Applications/Internet?
License: GPLv3 with exceptions
URL:  http://deluge-torrent.org/

Source0:  http://download.deluge-torrent.org/source/%{version}/%{name}-%{version}.tar.lzma
Source1: deluge-daemon-init

## The scalable icon needs to be installed to the proper place.
Patch0: %{name}-scalable-icon-dir.diff
Patch1: 010_new_release_check.patch
Patch10: workaround_build.patch

BuildRoot?: %{_tmppath}/%{name}-%{version}-root
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?: libtorrent-rasterbar-python >= 0.14.9
BuildRequires?: intltool

## add Requires to make into Meta package
Requires: %{name}-common = %{version}-%{release}
Requires: %{name}-gtk = %{version}-%{release}
Requires: %{name}-images = %{version}-%{release}
Requires: %{name}-console = %{version}-%{release}
Requires: %{name}-web = %{version}-%{release}
Requires: %{name}-daemon = %{version}-%{release}

# removal of flags
Provides: deluge-flags = %{version}-%{release}
Obsoletes: deluge-flags < 1.3.1-3

%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
environments such as GNOME and Xfce.

%description -l ja
Deluge は Python と GTK+ を用いて作成された新しい BitTorrent? クライアントです。
GNOME や Xfce のような Linux の GTK+ デスクトップ環境にネイティブかつフル機能の
クライアントを提供することを意図しています。

%package common
Summary: Files common to Deluge sub packages
Summary(ja): Deluge サブパッケージに共通するファイル
Group: Applications/Internet?
License: GPLv3 with exceptions
Requires: python-setuptools
Requires: pyOpenSSL
Requires: python-chardet
Requires: python-simplejson
Requires: pyxdg
Requires: libtorrent-rasterbar-python >= 0.14.9
Requires: python-twisted

%description common
Common files needed by the Deluge bittorrent client sub packages

%package gtk
Summary: The gtk UI to Deluge
Summary(ja): Deluge の gtk ユーザーインターフェイス
Group: Applications/Internet?
License: GPLv3 with exceptions
Requires: %{name}-common = %{version}-%{release}
Requires: %{name}-images = %{version}-%{release}
Requires: %{name}-daemon = %{version}-%{release}
Requires: gnome-python
## Required for the proper ownership of icon dirs.
Requires: hicolor-icon-theme
Requires: notify-python
Requires: pygtk2-libglade

%description gtk
Deluge bittorent client GTK graphical user interface

%package images
Summary: Image files for Deluge
Summary(ja): Deluge の画像ファイル
Group: Applications/Internet?
License: GPLv3 with exceptions

%description images
Data files used by the GTK and web user interface for Deluge bittorent client

%package console
Summary: CLI to Deluge
Summary(ja): Deluge のコマンドラインインターフェイス
Group: Applications/Internet?
License: GPLv3 with exceptions
Requires: %{name}-common = %{version}-%{release}
Requires: %{name}-daemon = %{version}-%{release}

%description console
Deluge bittorent client command line interface

%package web
Summary: Web interface to Deluge
Summary(ja): Deluge の Web インターフェイス
Group: Applications/Internet?
License: GPLv3 with exceptions
Requires: python-mako
Requires: %{name}-common = %{version}-%{release}
Requires: %{name}-images = %{version}-%{release}
Requires: %{name}-daemon = %{version}-%{release}

%description web
Deluge bittorent client web interface

%package daemon
Summary: The Deluge daemon
Summary(ja): Deluge デーモン
Group: Applications/Internet?
License: GPLv3 with exceptions
Requires: %{name}-common = %{version}-%{release}
Requires(pre): shadow-utils
Requires(post): chkconfig
Requires(preun): chkconfig
Requires(preun): initscripts
Requires(postun): initscripts

%description daemon
Files for the Deluge daemon

%prep
%setup -qn "%{name}-%{version}"
%patch0 -p0 -b .fix-scalable-icon-dir
%patch1 -p1
#%patch10 -p1

%build
CFLAGS="%{optflags}" %{python} setup.py build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_initddir}
install -m755 %{SOURCE1} %{buildroot}%{_initddir}/%{name}-daemon
mkdir -p %{buildroot}/var/lib/%{name}

%{python} setup.py install -O1 --skip-build --root %{buildroot}

desktop-file-install --vendor vine \

--dir %{buildroot}%{_datadir}/applications \
--copy-name-to-generic-name \
--add-mime-type=application/x-bittorrent \
--delete-original \
--remove-category=Application \
%{buildroot}%{_datadir}/applications/%{name}.desktop

## NOTE: The lang files should REEEAALLLY be in a standard place such as
## /usr/share/locale or similar. It'd make things so much nicer for
## the packaging. :O
## A bit of sed magic to mark the translation files with %%lang, taken from
## find-lang.sh (part of the rpm-build package) and tweaked somewhat. We
## cannot (unfortunately) call find-lang directly since it's not on a
## "$PREFIX/share/locale/"-ish directory tree.
pushd %{buildroot}

find -type f -o -type l \

| sed '

s:%{buildroot}%{python_sitelib}::

s:\.
s:\(.*/deluge/i18n/\)\([/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:
s:\([%].*\)
s:%lang(C)
/$/d' \

%{name}.lang

## Now we move that list back to our sources, so that '%%files -f' can find it
## properly.
popd && mv %{buildroot}/%{name}.lang .

#fix non exec script errors in two files
for lib in "%{buildroot}%{python_sitelib}/%{name}/ui/web/gen_gettext.py" "%{buildroot}%{python_sitelib}/%{name}/ui/Win32IconImagePlugin.py" ; do

sed '/\/usr\/bin/d' $lib > $lib.new &&
touch -r $lib $lib.new &&
mv $lib.new $lib

done

#Removing unneeded .order files.
rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/.order
rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/add/.order
rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/data/.order
rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/.build
rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/.build_data

%clean
rm -rf %{buildroot}

%files

%files common -f %{name}.lang
%doc ChangeLog? LICENSE README
%{python_sitelib}/%{name}-%{version}-py?.?.egg-info/

%dir %{python_sitelib}/%{name}
%{python_sitelib}/%{name}/*.py*
%{python_sitelib}/%{name}/plugins
%{python_sitelib}/%{name}/core

%dir %{python_sitelib}/%{name}/ui
%{python_sitelib}/%{name}/ui/*.py*

# includes %%name.pot too
%dir %{python_sitelib}/%{name}/i18n
%dir %{python_sitelib}/%{name}/i18n/*
%dir %{python_sitelib}/%{name}/i18n/*/LC_MESSAGES

%files images
# only pixmaps dir is in data so I own it all
%{python_sitelib}/%{name}/data
# if someone decides to only install images
%dir %{python_sitelib}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/pixmaps/%{name}.*

%files gtk
%{_bindir}/%{name}
%{_bindir}/%{name}-gtk
%{_datadir}/applications/vine-%{name}.desktop
%{python_sitelib}/%{name}/ui/gtkui
%{_mandir}/man?/%{name}-gtk*
%{_mandir}/man?/%{name}.1*

%files console
%{_bindir}/%{name}-console
%{python_sitelib}/%{name}/ui/console
%{_mandir}/man?/%{name}-console*

%files web
%{_bindir}/%{name}-web
%{python_sitelib}/%{name}/ui/web
%{_mandir}/man?/%{name}-web*

%files daemon
%{_bindir}/%{name}d
%{_initddir}/%{name}-daemon
%attr(-,%{name}, %{name})/var/lib/%{name}/
%{_mandir}/man?/%{name}d*

%pre daemon

getent group %{name} >/dev/null getent passwd %{name} >/dev/null
groupadd -r %{name}

useradd -r -g %{name} -d /var/lib/%{name} -s /sbin/nologin \

-c "deluge daemon account" %{name}

exit 0

%post daemon
/sbin/chkconfig --add %{name}-daemon

%post gtk

update-desktop-database &> /dev/null
:

%post images

touch --no-create %{_datadir}/icons/hicolor &>/dev/null
:

%preun daemon
if [ $1 = 0 ] ; then

/sbin/service %{name}-daemon stop >/dev/null 2>&1
/sbin/chkconfig --del %{name}-daemon

fi

%postun daemon
if [ "$1" -ge "1" ] ; then

/sbin/service %{name}-daemon condrestart >/dev/null 2>&1
:

fi

%postun gtk

update-desktop-database &> /dev/null
:

%postun images
if [ $1 -eq 0 ] ; then

touch --no-create %{_datadir}/icons/hicolor &>/dev/null

gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null
:

fi

%posttrans images

gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null
:

%changelog

  • Wed Sep 21 2011 Toshiharu Kudoh <toshi.kd2@…> - 1.3.3-1
  • new upstream release
  • splitted -common, -gtk, -images, -console, -web, -daemon packages
    • imported source1 from Fedora develoment
  • changed source archive
  • added BuildRequires?: intltool
  • Sat Dec 25 2010 Toshiharu Kudoh <toshi.kd2@…> - 1.3.1-1
  • new upstream release
  • added patch10 to work around building problem
    • disabled svn access
  • Sun Sep 19 2010 Toshiharu Kudoh <toshi.kd2@…> - 1.3.0-1
  • new upstream release
  • Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@…> - 1.2.3-1
  • new upstream release
  • Thu Mar 18 2010 Toshiharu Kudoh <toshi.kd2@…> - 1.2.1-1
  • new upstream release
  • added Requires: python-mako, notify-python, gnome-python
  • removed Requires: /bin/sh, dbus-python, dbus-x11
  • changed BuildRequires? and Requires: libtorrent-rasterbar-python >= 0.14.9
  • applied new naming policy to spec
  • Tue Feb 9 2010 Toshiharu Kudoh <toshi.kd2@…> - 1.2.0-2
  • rebuilt with python-2.6.4
  • Tue Jan 12 2010 Toshiharu Kudoh <toshi.kd2@…> - 1.2.0-1
  • new upstream release
  • added Patch1 from Debian to disable update
  • added Requires: python-twisted, python-simplejson
  • Mon Sep 21 2009 Toshiharu Kudoh <toshi.kd2@…> - 1.1.9-1
  • initial build for VineSeed
  • Wed Jul 08 2009 Peter Gordon <peter@…> - 1.1.9-2
  • Fixed rb_libtorrent-python dependency, so as not to use the %%min_rblibtorrent_ver macro any more (#510264).
  • Wed Jun 17 2009 Peter Gordon <peter@…> - 1.1.9-1
  • Update to new upstream bug-fix release (1.1.9).
  • Do not hard-code minimum rb_libtorrent version. (We're only building against the system rb_libtorrent for Fedora 11+, which already has the necessary version.)
  • Wed May 27 2009 Peter Gordon <peter@…> - 1.1.8-1
  • Update to new upstream release (1.1.8) for bug-fixes and some translation updates. Adds dependency on chardet for fixing lots of bugs with torrents which are not encoded as UTF-8.
  • Add back the flags, in an optional -flags subpackage as per the new Flags policy (Package_Maintainers_Flags_Policy on the wiki).
  • Add LICENSE and README to installed documentation.
  • Fri May 08 2009 Peter Gordon <peter@…> - 1.1.7-2
  • Rebuild for the Boost 1.39.0 update.
  • Sat May 02 2009 Peter Gordon <peter@…> - 1.1.7-1
  • Update to new upstream bug-fix release (1.1.7).
  • Mon Apr 06 2009 Peter Gordon <peter@…> - 1.1.6-1
  • Update to new upstream bug-fix release (1.1.6)
  • Fix GPL version, add OpenSSL exception to License.
  • Remove libtool, openssl-devel, and boost-devel BuildRequires? (were only necessary when building the in-tarball libtorrent copy).
  • Mon Mar 16 2009 Peter Gordon <peter@…> - 1.1.5-1
  • Update to new upstream bug-fix release (1.1.5)
  • Remove FIXME comment about parallel-compilation. We're not building the in-tarball libtorrent copy anymore, so no compilation (other than the python bytecode) happens and we no longer need to worry about this.
  • Tue Mar 10 2009 Peter Gordon <peter@…> - 1.1.4-2
  • Fix the installed location of the scalable (SVG) icon (#483443). + scalable-icon-dir.diff
  • Mon Mar 09 2009 Peter Gordon <peter@…> - 1.1.4-1
  • Update to new upstream bug-fix release (1.1.4)
  • Sun Feb 15 2009 Peter Gordon <peter@…> - 1.1.3-1
  • Update to new upstream bug-fix release (1.1.3)
  • Sun Feb 01 2009 Peter Gordon <peter@…> - 1.1.2-2
  • Fix scalable icon directory ownership (#483443).
  • Sat Jan 31 2009 Peter Gordon <peter@…> - 1.1.2-1
  • Update to new upstream bug-fix release (1.1.2)
  • Sun Jan 25 2009 Peter Gordon <peter@…> - 1.1.1-1
  • Update to new upstream bug-fix release (1.1.1)
  • Sun Jan 11 2009 Peter Gordon <peter@…> - 1.1.0-1
  • Update to new upstream release (1.1.0 Final - yay!)
  • Drop the get_tracker_host patch (fixed upstream):
    • fix-get_tracker-host-if-no-tracker.patch


  • Fri Jan 09 2009 Peter Gordon <peter@…> - 1.1.0-0.4.rc3
  • Do not package the country flags data.
  • Resolves: #479265 (country flags should not be used in Deluge)
  • Wed Jan 07 2009 Peter Gordon <peter@…> - 1.1.0-0.3.rc3
  • Add patch from upstream SVN to fix an error where torrents are not shown (or possibly shown in "Error" states) due to a bad inet_aton call: + fix-get_tracker-host-if-no-tracker.patch
  • Resolves: #479097 (No torrent shown in menu); thanks to Mamoru Tasaka for the bug report.
  • Fix day of previous %%changelog entry.
  • Tue Jan 06 2009 Peter Gordon <peter@…> - 1.1.0-0.2.rc3
  • Update to new upstream release candidate (1.1.0 RC3)
  • Build against the system rb_libtorrent instead of using the in-tarball copy (requires rb_libtorrent 0.14+), and adjust dependencies accordingly. Drop the hacked setup.py script formerly used to enable this (fixed upstream):
    • fixed-setup.py
  • Make it a noarch package now that it's just python scripts and related data files (translations, images, etc.)
  • Mon Dec 29 2008 Peter Gordon <peter@…> - 1.1.0-0.1.rc2
  • Update to new upstream release candidate (1.1.0 RC2)
  • Thu Dec 18 2008 Petr Machata <pmachata@…> - 1.0.7-2
  • Rebuild for new boost.
  • Tue Dec 16 2008 Peter Gordon <peter@…> - 1.0.7-1
  • Update to new upstream bug-fix release (1.0.7)
  • Remove CC-BY-SA license (the Tango WebUI images have been replaced by upstream).
  • Mon Dec 01 2008 Peter Gordon <peter@…> - 1.0.6-1
  • Update to new upstream release (1.0.6)
  • Adds Tango images to the WebUI data (CC-BY-SA) and some man pages.
  • Properly mark translation files with %%lang.
  • Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@…> - 1.0.5-3
  • Fix locations for Python 2.6
  • Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@…> - 1.0.5-2
  • Rebuild for Python 2.6
  • Thu Nov 13 2008 Peter Gordon <peter@…> - 1.0.5-1
  • Update to new upstream release (1.0.5)
  • Fri Oct 31 2008 Peter Gordon <peter@…> - 1.0.4-1
  • Update to new upstream release (1.0.4).
  • Fri Oct 24 2008 Peter Gordon <peter@…> - 1.0.3-1
  • Update to new upstream release (1.0.3)
  • Sun Oct 12 2008 Peter Gordon <peter@…> - 1.0.2-1
  • Update to new upstream release (1.0.2)
  • Drop multithreaded boost compilation patch (fixed upstream, again).
    • mt-boost-fix.patch


  • Sat Sep 27 2008 Peter Gordon <peter@…> - 1.0.0-1
  • Update to new upstream release (1.0.0 Final)
  • Apply patch from Mamoru Tasaka to build against the multi-threaded Boost libraries once more: + mt-boost-fix.patch
  • Resolves: #464151 (About 1.0.0 build failure)
  • Tue Sep 16 2008 Peter Gordon <peter@…> - 0.9.09-1
  • Update to new upstream release candidate (1.0.0 RC9)
  • Drop mt-boost patch (fixed upstream):
    • use-mt-boost.patch
  • Sun Sep 07 2008 Peter Gordon <peter@…> - 0.9.08-1
  • Update to new upstream release candidate (1.0.0 RC8)
  • Drop state_upgrade script from the documentation. (This is now handled automatically.)
  • Fix version in previous %%changelog entry.
  • Wed Aug 13 2008 Peter Gordon <peter@…> - 0.9.07-1
  • Update to new upstream release candidate (1.0.0 RC7)
  • Drop desktop file icon name hack (fixed upstream).
  • Wed Aug 13 2008 Peter Gordon <peter@…> - 0.9.06-1
  • Update to new upstream release candidate (1.0.0 RC6)
  • Drop desktop file icon name hack (fixed upstream).
  • Fri Aug 01 2008 Peter Gordon <peter@…> - 0.9.04-1
  • Update to new upstream release candidate (1.0.0 RC4)
  • Wed Jul 23 2008 Peter Gordon <peter@…> - 0.9.03-2
  • Add setuptools runtime dependency, to fix "No module named pkg_resources" error messages.
  • Mon Jul 21 2008 Peter Gordon <peter@…> - 0.9.03-1
  • Update to new upstream release candidate (1.0.0 RC3)
  • Re-add the blocklist plugin, at upstream's suggestion. (The rewrite is complete.)
  • Tue Jul 15 2008 Peter Gordon <peter@…> - 0.9.02-1
  • Update to new upstream release candidate (1.0.0 RC2)
  • Force building against the multithreaded Boost libs. + use-mt-boost.patch
  • Remove python-libtorrent Obsoletes. (It's been dead for 3 releases now; and is just clutter.)
  • Remove the blocklist plugin, at upstream's recommendation.
  • Tue Jun 24 2008 Peter Gordon <peter@…> - 0.5.9.3-1
  • Update to new upstream release (0.5.9.3)
  • Fri May 23 2008 Peter Gordon <peter@…> - 0.5.9.1-1
  • Update to new upstream release (0.5.9.1)
  • Fri May 02 2008 Peter Gordon <peter@…> - 0.5.9.0-1
  • Update to new upstream release (0.5.9.0)
  • Drop upstreamed default-preferences patch for disabling new version notifications:
    • default-prefs-no-release-notifications.patch
  • Tue Apr 15 2008 Peter Gordon <peter@…> - 0.5.8.9-1
  • Update to new upstream release (0.5.8.9)
  • Wed Mar 26 2008 Peter Gordon <peter@…> - 0.5.8.7-1
  • Update to new upstream release (0.5.8.7)
  • Mon Mar 17 2008 Peter Gordon <peter@…> - 0.5.8.6-1
  • Update to new upstream release (0.5.8.6)
  • Fri Feb 29 2008 Peter Gordon <peter@…> - 0.5.8.5-1
  • Update to new upstream release (0.5.8.5)
  • Sat Feb 16 2008 Peter Gordon <peter@…> - 0.5.8.4-1
  • Update to new upstream release (0.5.8.4)
  • Rebuild for GCC 4.3
  • Mon Jan 28 2008 Peter Gordon <peter@…> - 0.5.8.3-1
  • Update to new upstream security fix release (0.5.8.3), which includes a fix for a potential remotely-exploitable stack overflow with a malformed bencoded message.
  • Sat Jan 19 2008 Peter Gordon <peter@…> - 0.5.8.1-1
  • Update to new upstream bugfix release (0.5.8.1)
  • Wed Jan 09 2008 Peter Gordon <peter@…> - 0.5.8-3
  • Add runtime dependency on dbus-x11 for the dbus-launch utility. Fixes bug 428106 (Missing BR dbus-x11).
  • Bump release to 3 to maintain a proper F8->F9+ upgrade path.
  • Mon Dec 31 2007 Peter Gordon <peter@…> - 0.5.8-1
  • Update to new upstream release (0.5.8)
  • Merge Mamoru Tasaka's no-release-notification patch into the default-prefs patch.


  • Sat Dec 29 2007 Mamoru Tasaka <mtasaka@…> - 0.5.7.98-1
  • Update to new upstream release candidate (0.5.8 RC2)
  • Mon Dec 24 2007 Mamoru Tasaka <mtasaka@…> - 0.5.7.95-1
  • Update to new upstream release candidate (0.5.8 RC1)
  • Completely suppress updates notification (bug 299601, 426642)
  • Sun Dec 09 2007 Peter Gordon <peter@…> - 0.5.7.1-2
  • Add missing icon cache %%post and %%postun scriptlets.
  • Add missing egg-info to the %%files list.
  • Fri Dec 07 2007 Peter Gordon <peter@…> - 0.5.7.1-1
  • Update to new upstream bug-fix release (0.5.7.1).
  • Sort %%files list (aesthetic-only change).
  • Wed Dec 05 2007 Peter Gordon <peter@…> - 0.5.7-3
  • Fix previous %%changelog Version.
  • Cleanup the installed .desktop file. Fixes bug 413101 (deluge fails to build in rawhide bad .desktop file.)
  • Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 0.5.7-2
  • Rebuild for deps
  • Tue Nov 24 2007 Peter Gordon <peter@…> - 0.5.7-1
  • Update to new upstream release (0.5.7)
  • Sat Nov 24 2007 Peter Gordon <peter@…> - 0.5.6.96-1
  • Update to new upstream release candidate (0.5.7 RC2)
  • Drop plugin error patch (fixed upstream):
    • plugin-not-found-OK.patch
  • Sat Nov 24 2007 Peter Gordon <peter@…> - 0.5.6.95-1
  • Update to new upstream release candidate (0.5.7 RC)
  • Update Source0 url
  • Add upstream patch to prevent dying if plugin in prefs.state is not found on the filesystem: + plugin-not-found-OK.patch
  • Wed Oct 31 2007 Peter Gordon <peter@…> - 0.5.6.2-1
  • Update to new upstream bug-fix release (0.5.6.2)
  • Tue Oct 30 2007 Peter Gordon <peter@…> - 0.5.6.1-1
  • Update to new upstream bug-fix release (0.5.6.1)
  • Drop use-mt-boost build script patch (fixed upstream):
    • use-mt-boost.patch
  • Sat Oct 27 2007 Peter Gordon <peter@…> - 0.5.6-1
  • Update to new upstream release (0.5.6)
  • Wed Oct 17 2007 Peter Gordon <peter@…> - 0.5.5.95-1
  • Update to new upstream release candidate (0.5.6 RC1)
  • Thu Sep 20 2007 Peter Gordon <peter@…> - 0.5.5-2
  • Fix release on previous %%changelog entry.
  • Disable the version update notifications by default: + default-prefs-no-release-notifications.patch (Resolves bug 299601: Deluge alerts of new versions)
  • Wed Sep 12 2007 Peter Gordon <peter@…> - 0.5.5-1
  • Update to new upstream release (0.5.5)
  • Mon Sep 03 2007 Peter Gordon <peter@…> - 0.5.4.1.95-1
  • Update to new upstream release candidate (0.5.5 RC1)
  • Mon Aug 13 2007 Peter Gordon <peter@…> - 0.5.4.1-1
  • Update to new upstream release (0.5.4.1)
  • Build with new binutils to gain BuildID debugging goodness.
  • Mon Aug 06 2007 Peter Gordon <peter@…> - 0.5.4-1
  • Update to new upstream release (0.5.4)
  • Fri Aug 03 2007 Peter Gordon <peter@…> - 0.5.3-2
  • Update License tag (GPLv2+).
  • Rebuild against new Boost libraries, adding a patch to build against the multi-threaded ("*-mt") libraries: + use-mt-boost.patch
  • Wed Jul 25 2007 Peter Gordon <peter@…> - 0.5.3-1
  • Update to new upstream release candidate (0.5.3)
  • Drop %%ifarch invocations for 64-bit builds. The internal setup script now properly determines this and adds the AMD64 compiler definition if necessary.
  • Fri Jul 20 2007 Peter Gordon <peter@…> - 0.5.2.90-1
  • Update to new upstream release candidate (0.5.3 RC1)
  • Drop stale persistence fix patch (applied upstream):
    • fix-persistence-upgrade-rhbz_247927.patch
  • Wed Jul 11 2007 Peter Gordon <peter@…> - 0.5.2-2
  • Add patch to fix the existence of stale persistence files by automatically updating the deluge.deluge module name to deluge.core, or removing them if empty (bug 247927): + fix-persistence-upgrade-rhbz_247927.patch
  • Sun Jul 08 2007 Peter Gordon <peter@…> - 0.5.2-1
  • Update to new upstream release (0.5.2)
  • Update Summary and %%description to reflect new µTorrent-compatible Peer Exchange ("PEX") functionality.
  • Thu Jun 07 2007 Peter Gordon <peter@…> - 0.5.0.90.2-2
  • Update to new upstream release (0.5.1 Beta 2)
  • Sun Apr 08 2007 Peter Gordon <peter@…> - 0.5.0-2
  • Make Deluge the upgrade path of the now-orphaned python-libtorrent package.


  • Mon Mar 12 2007 Peter Gordon <peter@…> - 0.5.0-1
  • Update to new upstream release (0.5.0).
  • Mon Mar 12 2007 Peter Gordon <peter@…> - 0.4.99.2-1
  • Update to new upstream release (0.5 RC2).
  • Drop IndexError? exception-handling fix (applied upstream):
  • Use the system libtool instead of the one from the sources to ensure that no unnecessary RPATH hacks are added to the final build.
  • Wed Mar 07 2007 Peter Gordon <peter@…> - 0.4.99.1-3
  • Add a patch (submitted upstream) to properly catch a thrown IndexError? in state message updates. This should resolve the bug wherein the UI stops updating its details and torrent listing. + delugegtk.py-fix-IndexError?-exception-handling.patch


  • Wed Mar 07 2007 Peter Gordon <peter@…> - 0.4.99.1-2
  • Drop unneeded 64bit-python_long patch; as it seems to cause more trouble than it's worth. Instead, pass -DAMD64 as a compiler flag on 64-bit arches.
    • 64bit-python_long patch (This should fix the bug where, even though torrents are active, they are not shown in the GtkTreeView? listing.)
  • Tue Mar 06 2007 Peter Gordon <peter@…> - 0.4.99.1-1
  • Update to new upstream release (0.5 RC1).
  • Use rewritten setup.py instead of patching it so much, since it's easier to maintain across version upgrades and whatnot: + fixed-setup.py
  • Remove the setup.py patches (no longer needed, since I'm packaging my own):
    • setup.py-dont-store-the-install-dir.patch
    • setup.py-build-against-system-libtorrent.patch
  • Fri Mar 02 2007 Peter Gordon <peter@…> - 0.4.90.3-1
  • Update to new upstream release (0.5 Beta 3).
  • Add patch to fix storing of installation directory: + setup.py-dont-store-the-install-dir.patch

(to be applied after setup.py-build-against-system-libtorrent.patch)

  • Sun Feb 25 2007 Peter Gordon <peter@…> - 0.4.90.2-2
  • Add patch to fix 64-bit python_long type. + 64bit-python_long.patch
  • Sat Feb 24 2007 Peter Gordon <peter@…> - 0.4.90.2-1
  • Update to new upstream release (0.5 Beta 2)
  • Add patch to force building against system copy of rb_libtorrent: + setup.py-build-against-system-libtorrent.patch
  • Remove python-libtorrent and a few other dependencies that are no longer used.
  • Fri Feb 23 2007 Peter Gordon <peter@…> - 0.4.1-6
  • Fix Source0 URL.
  • Wed Feb 21 2007 Peter Gordon <peter@…> - 0.4.1-5
  • Make notify-python dependency conditional (FC6+ only)
  • Strip the unneeded shebang lines from the plugin scripts, since they are not meant to be directly executed.
  • Wed Feb 07 2007 Peter Gordon <peter@…> - 0.4.1-4
  • Update .desktop file: Icon should not have the "-256" size suffix.
  • Add Requires: notify-python
  • Remove strict dependency on python 2.3+, since we're targetting FC5+ only, which has 2.4+.
  • Wed Jan 10 2007 Peter Gordon <peter@…> - 0.4.1-3
  • Use install instead of the cp/find/chmod fiasco of earlier releases for clarity and proper permissions setting.
  • Be more consistent about use of %%{name} and other macros in file naming as well as whitespace between sections.
  • Sun Jan 07 2007 Peter Gordon <peter@…> - 0.4.1-2
  • Bump python-libtorrent dependency to 0.3.0-4, which contains a fix for 64-bit systems.
  • Wed Jan 03 2007 Peter Gordon <peter@…> - 0.4.1-1
  • Initial packaging for Fedora Extras.
Line 
1%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2
3Name:           deluge
4Version:        1.3.3
5Release:        1%{?_dist_release}
6Summary:        A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
7Summary(ja):    DHT・UPnP・PEX をサポートした GTK+ BitTorrent クライアント
8Group:          Applications/Internet
9License:        GPLv3 with exceptions
10URL:            http://deluge-torrent.org/
11
12Source0:        http://download.deluge-torrent.org/source/%{version}/%{name}-%{version}.tar.lzma
13Source1:       deluge-daemon-init
14
15## The scalable icon needs to be installed to the proper place.
16Patch0:         %{name}-scalable-icon-dir.diff
17Patch1:         010_new_release_check.patch
18Patch10:       workaround_build.patch
19
20BuildRoot:      %{_tmppath}/%{name}-%{version}-root
21BuildArch:      noarch
22
23BuildRequires:  desktop-file-utils
24BuildRequires:  python-devel
25BuildRequires:  python-setuptools
26## The build script checks for the libtorrent module and skips compiling the
27## in-tarball one if this is found.
28BuildRequires:  libtorrent-rasterbar-python >= 0.14.9
29BuildRequires:  intltool
30
31## add Requires to make into Meta package
32Requires: %{name}-common = %{version}-%{release}
33Requires: %{name}-gtk = %{version}-%{release}
34Requires: %{name}-images = %{version}-%{release}
35Requires: %{name}-console = %{version}-%{release}
36Requires: %{name}-web = %{version}-%{release}
37Requires: %{name}-daemon = %{version}-%{release}
38
39# removal of flags
40Provides:         deluge-flags = %{version}-%{release}
41Obsoletes:        deluge-flags < 1.3.1-3
42
43%description
44Deluge is a new BitTorrent client, created using Python and GTK+. It is
45intended to bring a native, full-featured client to Linux GTK+ desktop
46environments such as GNOME and Xfce.
47
48%description -l ja
49Deluge は Python と GTK+ を用いて作成された新しい BitTorrent クライアントです。
50GNOME や Xfce のような Linux の GTK+ デスクトップ環境にネイティブかつフル機能の
51クライアントを提供することを意図しています。
52
53
54%package common
55Summary:    Files common to Deluge sub packages
56Summary(ja): Deluge サブパッケージに共通するファイル
57Group:      Applications/Internet
58License:    GPLv3 with exceptions
59Requires:   python-setuptools
60Requires:   pyOpenSSL
61Requires:   python-chardet
62Requires:   python-simplejson
63Requires:   pyxdg
64Requires:   libtorrent-rasterbar-python >= 0.14.9
65Requires:   python-twisted
66
67%description common
68Common files needed by the Deluge bittorrent client sub packages
69
70%package gtk
71Summary:    The gtk UI to Deluge
72Summary(ja): Deluge の gtk ユーザーインターフェイス
73Group:      Applications/Internet
74License:    GPLv3 with exceptions
75Requires:   %{name}-common = %{version}-%{release}
76Requires:   %{name}-images = %{version}-%{release}
77Requires:   %{name}-daemon = %{version}-%{release}
78Requires:   gnome-python
79## Required for the proper ownership of icon dirs.
80Requires:   hicolor-icon-theme
81Requires:   notify-python
82Requires:   pygtk2-libglade
83
84%description gtk
85Deluge bittorent client GTK graphical user interface
86
87%package images
88Summary:    Image files for Deluge
89Summary(ja): Deluge の画像ファイル
90Group:      Applications/Internet
91License:    GPLv3 with exceptions
92
93%description images
94Data files used by the GTK and web user interface for Deluge bittorent client
95
96%package console
97Summary:    CLI to Deluge
98Summary(ja): Deluge のコマンドラインインターフェイス
99Group:      Applications/Internet
100License:    GPLv3 with exceptions
101Requires:   %{name}-common = %{version}-%{release}
102Requires:   %{name}-daemon = %{version}-%{release}
103
104%description console
105Deluge bittorent client command line interface
106
107%package web
108Summary:    Web interface to Deluge
109Summary(ja): Deluge の Web インターフェイス
110Group:      Applications/Internet
111License:    GPLv3 with exceptions
112Requires:   python-mako
113Requires:   %{name}-common = %{version}-%{release}
114Requires:   %{name}-images = %{version}-%{release}
115Requires:   %{name}-daemon = %{version}-%{release}
116
117%description web
118Deluge bittorent client web interface
119
120%package daemon
121Summary:    The Deluge daemon
122Summary(ja): Deluge デーモン
123Group:      Applications/Internet
124License:    GPLv3 with exceptions
125Requires:   %{name}-common = %{version}-%{release}
126Requires(pre): shadow-utils
127Requires(post): chkconfig
128Requires(preun): chkconfig
129Requires(preun): initscripts
130Requires(postun): initscripts
131
132%description daemon
133Files for the Deluge daemon
134
135
136%prep
137%setup -qn "%{name}-%{version}"
138%patch0 -p0 -b .fix-scalable-icon-dir
139%patch1 -p1
140#%patch10 -p1
141
142
143%build
144CFLAGS="%{optflags}" %{__python} setup.py build
145
146%install
147rm -rf %{buildroot}
148mkdir -p %{buildroot}%{_initddir}
149install -m755 %{SOURCE1} %{buildroot}%{_initddir}/%{name}-daemon
150mkdir -p %{buildroot}/var/lib/%{name}
151
152%{__python} setup.py install -O1 --skip-build --root %{buildroot}
153
154desktop-file-install --vendor vine                      \
155        --dir %{buildroot}%{_datadir}/applications      \
156        --copy-name-to-generic-name                     \
157        --add-mime-type=application/x-bittorrent        \
158        --delete-original                               \
159        --remove-category=Application                   \
160        %{buildroot}%{_datadir}/applications/%{name}.desktop
161
162## NOTE: The lang files should REEEAALLLY be in a standard place such as
163##       /usr/share/locale or similar. It'd make things so much nicer for
164##       the packaging. :O
165## A bit of sed magic to mark the translation files with %%lang, taken from
166## find-lang.sh (part of the rpm-build package) and tweaked somewhat. We
167## cannot (unfortunately) call find-lang directly since it's not on a
168## "$PREFIX/share/locale/"-ish directory tree.
169pushd %{buildroot}
170    find -type f -o -type l \
171        | sed '
172            s:%{buildroot}%{python_sitelib}::
173            s:^\.::
174            s:\(.*/deluge/i18n/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:
175            s:^\([^%].*\)::
176            s:%lang(C) ::
177            /^$/d' \
178    > %{name}.lang
179
180## Now we move that list back to our sources, so that '%%files -f' can find it
181## properly.
182popd && mv %{buildroot}/%{name}.lang .
183
184#fix non exec script errors in two files
185for lib in "%{buildroot}%{python_sitelib}/%{name}/ui/web/gen_gettext.py" "%{buildroot}%{python_sitelib}/%{name}/ui/Win32IconImagePlugin.py" ; do
186 sed '/\/usr\/bin/d' $lib > $lib.new &&
187 touch -r $lib $lib.new &&
188 mv $lib.new $lib
189done
190
191#Removing unneeded .order files.
192rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/.order
193rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/add/.order
194rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/data/.order
195rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/.build
196rm -f %{buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/.build_data
197
198%clean
199rm -rf %{buildroot}
200
201
202%files
203
204%files common -f %{name}.lang
205%doc ChangeLog LICENSE README
206%{python_sitelib}/%{name}-%{version}-py?.?.egg-info/
207
208%dir %{python_sitelib}/%{name}
209%{python_sitelib}/%{name}/*.py*
210%{python_sitelib}/%{name}/plugins
211%{python_sitelib}/%{name}/core
212
213%dir %{python_sitelib}/%{name}/ui
214%{python_sitelib}/%{name}/ui/*.py*
215
216# includes %%name.pot too
217%dir %{python_sitelib}/%{name}/i18n
218%dir %{python_sitelib}/%{name}/i18n/*
219%dir %{python_sitelib}/%{name}/i18n/*/LC_MESSAGES
220
221%files images
222# only pixmaps dir is in data so I own it all
223%{python_sitelib}/%{name}/data
224# if someone decides to only install images
225%dir %{python_sitelib}/%{name}
226%{_datadir}/icons/hicolor/*/apps/%{name}.*
227%{_datadir}/pixmaps/%{name}.*
228
229%files gtk
230%{_bindir}/%{name}
231%{_bindir}/%{name}-gtk
232%{_datadir}/applications/vine-%{name}.desktop
233%{python_sitelib}/%{name}/ui/gtkui
234%{_mandir}/man?/%{name}-gtk*
235%{_mandir}/man?/%{name}.1*
236
237%files console
238%{_bindir}/%{name}-console
239%{python_sitelib}/%{name}/ui/console
240%{_mandir}/man?/%{name}-console*
241
242%files web
243%{_bindir}/%{name}-web
244%{python_sitelib}/%{name}/ui/web
245%{_mandir}/man?/%{name}-web*
246
247%files daemon
248%{_bindir}/%{name}d
249%{_initddir}/%{name}-daemon
250%attr(-,%{name}, %{name})/var/lib/%{name}/
251%{_mandir}/man?/%{name}d*
252
253%pre daemon
254getent group %{name} >/dev/null || groupadd -r %{name}
255getent passwd %{name} >/dev/null || \
256useradd -r -g %{name} -d /var/lib/%{name} -s /sbin/nologin \
257        -c "deluge daemon account" %{name}
258exit 0
259
260
261%post daemon
262/sbin/chkconfig --add %{name}-daemon
263
264%post gtk
265update-desktop-database &> /dev/null || :
266
267%post images
268touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
269
270%preun daemon
271if [ $1 = 0 ] ; then
272    /sbin/service %{name}-daemon stop >/dev/null 2>&1
273    /sbin/chkconfig --del %{name}-daemon
274fi
275
276%postun daemon
277if [ "$1" -ge "1" ] ; then
278    /sbin/service %{name}-daemon condrestart >/dev/null 2>&1 || :
279fi
280
281%postun gtk
282update-desktop-database &> /dev/null || :
283
284%postun images
285if [ $1 -eq 0 ] ; then
286    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
287    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
288fi
289
290%posttrans images
291gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
292
293
294%changelog
295* Wed Sep 21 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.3-1
296- new upstream release
297- splitted -common, -gtk, -images, -console, -web, -daemon packages
298  - imported source1 from Fedora develoment
299- changed source archive
300- added BuildRequires: intltool
301
302* Sat Dec 25 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.1-1
303- new upstream release
304- added patch10 to work around building problem
305  - disabled svn access
306
307* Sun Sep 19 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.0-1
308- new upstream release
309
310* Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.3-1
311- new upstream release
312
313* Thu Mar 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.1-1
314- new upstream release
315- added Requires: python-mako, notify-python, gnome-python
316- removed Requires: /bin/sh, dbus-python, dbus-x11
317- changed BuildRequires and Requires: libtorrent-rasterbar-python >= 0.14.9
318- applied new naming policy to spec
319
320* Tue Feb 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.0-2
321- rebuilt with python-2.6.4
322
323* Tue Jan 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.0-1
324- new upstream release
325- added Patch1 from Debian to disable update
326- added Requires: python-twisted, python-simplejson
327
328* Mon Sep 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.9-1
329- initial build for VineSeed
330
331* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-3
332- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
333
334* Wed Jul 08 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.9-2
335- Fixed rb_libtorrent-python dependency, so as not to use the
336  %%min_rblibtorrent_ver macro any more (#510264).
337
338* Wed Jun 17 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.9-1
339- Update to new upstream bug-fix release (1.1.9).
340- Do not hard-code minimum rb_libtorrent version. (We're only building against
341  the system rb_libtorrent for Fedora 11+, which already has the necessary
342  version.)
343
344* Wed May 27 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.8-1
345- Update to new upstream release (1.1.8) for bug-fixes and some translation
346  updates. Adds dependency on chardet for fixing lots of bugs with torrents
347  which are not encoded as UTF-8.
348- Add back the flags, in an optional -flags subpackage as per the new Flags
349  policy (Package_Maintainers_Flags_Policy on the wiki).
350- Add LICENSE and README to installed documentation.
351
352* Fri May 08 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.7-2
353- Rebuild for the Boost 1.39.0 update.
354
355* Sat May 02 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.7-1
356- Update to new upstream bug-fix release (1.1.7).
357
358* Mon Apr 06 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.6-1
359- Update to new upstream bug-fix release (1.1.6)
360- Fix GPL version, add OpenSSL exception to License.
361- Remove libtool, openssl-devel, and boost-devel BuildRequires (were only
362  necessary when building the in-tarball libtorrent copy).
363
364* Mon Mar 16 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.5-1
365- Update to new upstream bug-fix release (1.1.5)
366- Remove FIXME comment about parallel-compilation. We're not building the
367  in-tarball libtorrent copy anymore, so no compilation (other than the python
368  bytecode) happens and we no longer need to worry about this.
369
370* Tue Mar 10 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.4-2
371- Fix the installed location of the scalable (SVG) icon (#483443).
372  + scalable-icon-dir.diff
373
374* Mon Mar 09 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.4-1
375- Update to new upstream bug-fix release (1.1.4)
376
377* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-2
378- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
379
380* Sun Feb 15 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.3-1
381- Update to new upstream bug-fix release (1.1.3)
382
383* Sun Feb 01 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.2-2
384- Fix scalable icon directory ownership (#483443).
385
386* Sat Jan 31 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.2-1
387- Update to new upstream bug-fix release (1.1.2)
388
389* Sun Jan 25 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.1-1
390- Update to new upstream bug-fix release (1.1.1)
391
392* Sun Jan 11 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.0-1
393- Update to new upstream release (1.1.0 Final - yay!)
394- Drop the get_tracker_host patch (fixed upstream):
395  - fix-get_tracker-host-if-no-tracker.patch
396 
397* Fri Jan 09 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.0-0.4.rc3
398- Do not package the country flags data.
399- Resolves: #479265 (country flags should not be used in Deluge)
400
401* Wed Jan 07 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.0-0.3.rc3
402- Add patch from upstream SVN to fix an error where torrents are not shown (or
403  possibly shown in "Error" states) due to a bad inet_aton call:
404  + fix-get_tracker-host-if-no-tracker.patch
405- Resolves: #479097 (No torrent shown in menu); thanks to Mamoru Tasaka for
406  the bug report.
407- Fix day of previous %%changelog entry.
408
409* Tue Jan 06 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.0-0.2.rc3
410- Update to new upstream release candidate (1.1.0 RC3)
411- Build against the system rb_libtorrent instead of using the in-tarball copy
412  (requires rb_libtorrent 0.14+), and adjust dependencies accordingly. Drop
413  the hacked setup.py script formerly used to enable this (fixed upstream):
414  - fixed-setup.py
415- Make it a noarch package now that it's just python scripts and related
416  data files (translations, images, etc.)
417
418* Mon Dec 29 2008 Peter Gordon <peter@thecodergeek.com> - 1.1.0-0.1.rc2
419- Update to new upstream release candidate (1.1.0 RC2)
420
421* Thu Dec 18 2008 Petr Machata <pmachata@redhat.com> - 1.0.7-2
422- Rebuild for new boost.
423
424* Tue Dec 16 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.7-1
425- Update to new upstream bug-fix release (1.0.7)
426- Remove CC-BY-SA license (the Tango WebUI images have been replaced by upstream).
427
428* Mon Dec 01 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.6-1
429- Update to new upstream release (1.0.6)
430- Adds Tango images to the WebUI data (CC-BY-SA) and some man pages.
431- Properly mark translation files with %%lang.
432
433* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0.5-3
434- Fix locations for Python 2.6
435
436* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0.5-2
437- Rebuild for Python 2.6
438
439* Thu Nov 13 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.5-1
440- Update to new upstream release (1.0.5)
441
442* Fri Oct 31 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.4-1
443- Update to new upstream release (1.0.4).
444
445* Fri Oct 24 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.3-1
446- Update to new upstream release (1.0.3)
447
448* Sun Oct 12 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.2-1
449- Update to new upstream release (1.0.2)
450- Drop multithreaded boost compilation patch (fixed upstream, again).
451  - mt-boost-fix.patch
452 
453* Sat Sep 27 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.0-1
454- Update to new upstream release (1.0.0 Final)
455- Apply patch from Mamoru Tasaka to build against the multi-threaded Boost
456  libraries once more:
457  + mt-boost-fix.patch
458- Resolves: #464151 (About 1.0.0 build failure)
459
460* Tue Sep 16 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.09-1
461- Update to new upstream release candidate (1.0.0 RC9)
462- Drop mt-boost patch (fixed upstream):
463  - use-mt-boost.patch
464
465* Sun Sep 07 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.08-1
466- Update to new upstream release candidate (1.0.0 RC8)
467- Drop state_upgrade script from the documentation. (This is now handled
468  automatically.)
469- Fix version in previous %%changelog entry.
470
471* Wed Aug 13 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.07-1
472- Update to new upstream release candidate (1.0.0 RC7)
473- Drop desktop file icon name hack (fixed upstream).
474
475* Wed Aug 13 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.06-1
476- Update to new upstream release candidate (1.0.0 RC6)
477- Drop desktop file icon name hack (fixed upstream).
478
479* Fri Aug 01 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.04-1
480- Update to new upstream release candidate (1.0.0 RC4)
481
482* Wed Jul 23 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.03-2
483- Add setuptools runtime dependency, to fix "No module named pkg_resources"
484  error messages.
485
486* Mon Jul 21 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.03-1
487- Update to new upstream release candidate (1.0.0 RC3)
488- Re-add the blocklist plugin, at upstream's suggestion. (The rewrite is
489  complete.)
490
491* Tue Jul 15 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.02-1
492- Update to new upstream release candidate (1.0.0 RC2)
493- Force building against the multithreaded Boost libs.
494  + use-mt-boost.patch
495- Remove python-libtorrent Obsoletes. (It's been dead for 3 releases now; and
496  is just clutter.)
497- Remove the blocklist plugin, at upstream's recommendation.
498
499* Tue Jun 24 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.9.3-1
500- Update to new upstream release (0.5.9.3)
501
502* Fri May 23 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.9.1-1
503- Update to new upstream release (0.5.9.1)
504
505* Fri May 02 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.9.0-1
506- Update to new upstream release (0.5.9.0)
507- Drop upstreamed default-preferences patch for disabling new version
508  notifications:
509  - default-prefs-no-release-notifications.patch
510
511* Tue Apr 15 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.9-1
512- Update to new upstream release (0.5.8.9)
513
514* Wed Mar 26 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.7-1
515- Update to new upstream release (0.5.8.7)
516
517* Mon Mar 17 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.6-1
518- Update to new upstream release (0.5.8.6)
519
520* Fri Feb 29 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.5-1
521- Update to new upstream release (0.5.8.5)
522
523* Sat Feb 16 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.4-1
524- Update to new upstream release (0.5.8.4)
525- Rebuild for GCC 4.3
526
527* Mon Jan 28 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.3-1
528- Update to new upstream security fix release (0.5.8.3), which includes a fix
529  for a potential remotely-exploitable stack overflow with a malformed
530  bencoded message.
531
532* Sat Jan 19 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.1-1
533- Update to new upstream bugfix release (0.5.8.1)
534
535* Wed Jan 09 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8-3
536- Add runtime dependency on dbus-x11 for the dbus-launch utility. Fixes bug
537  428106 (Missing BR dbus-x11).
538- Bump release to 3 to maintain a proper F8->F9+ upgrade path.
539
540* Mon Dec 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.8-1
541- Update to new upstream release (0.5.8)
542- Merge Mamoru Tasaka's no-release-notification patch into the default-prefs
543  patch.
544 
545* Sat Dec 29 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.7.98-1
546- Update to new upstream release candidate (0.5.8 RC2)
547
548* Mon Dec 24 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.7.95-1
549- Update to new upstream release candidate (0.5.8 RC1)
550- Completely suppress updates notification (bug 299601, 426642)
551
552* Sun Dec 09 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.7.1-2
553- Add missing icon cache %%post and %%postun scriptlets.
554- Add missing egg-info to the %%files list.
555
556* Fri Dec 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.7.1-1
557- Update to new upstream bug-fix release (0.5.7.1).
558- Sort %%files list (aesthetic-only change).
559
560* Wed Dec 05 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.7-3
561- Fix previous %%changelog Version.
562- Cleanup the installed .desktop file. Fixes bug 413101 (deluge fails to build
563  in rawhide  bad .desktop file.)
564
565* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 0.5.7-2
566- Rebuild for deps
567
568* Tue Nov 24 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.7-1
569- Update to new upstream release (0.5.7)
570
571* Sat Nov 24 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6.96-1
572- Update to new upstream release candidate (0.5.7 RC2)
573- Drop plugin error patch (fixed upstream):
574  - plugin-not-found-OK.patch
575
576* Sat Nov 24 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6.95-1
577- Update to new upstream release candidate (0.5.7 RC)
578- Update Source0 url
579- Add upstream patch to prevent dying if plugin in prefs.state is not found on
580  the filesystem:
581  + plugin-not-found-OK.patch
582
583* Wed Oct 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6.2-1
584- Update to new upstream bug-fix release (0.5.6.2)
585
586* Tue Oct 30 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6.1-1
587- Update to new upstream bug-fix release (0.5.6.1)
588- Drop use-mt-boost build script patch (fixed upstream):
589  - use-mt-boost.patch
590
591* Sat Oct 27 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6-1
592- Update to new upstream release (0.5.6)
593
594* Wed Oct 17 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.5.95-1
595- Update to new upstream release candidate (0.5.6 RC1)
596
597* Thu Sep 20 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.5-2
598- Fix release on previous %%changelog entry.
599- Disable the version update notifications by default:
600  + default-prefs-no-release-notifications.patch
601  (Resolves bug 299601: Deluge alerts of new versions)
602
603* Wed Sep 12 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.5-1
604- Update to new upstream release (0.5.5)
605
606* Mon Sep 03 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.4.1.95-1
607- Update to new upstream release candidate (0.5.5 RC1)
608
609* Mon Aug 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.4.1-1
610- Update to new upstream release (0.5.4.1)
611- Build with new binutils to gain BuildID debugging goodness.
612
613* Mon Aug 06 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.4-1
614- Update to new upstream release (0.5.4)
615
616* Fri Aug 03 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.3-2
617- Update License tag (GPLv2+).
618- Rebuild against new Boost libraries, adding a patch to build against the
619  multi-threaded ("*-mt") libraries:
620  + use-mt-boost.patch
621
622* Wed Jul 25 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.3-1
623- Update to new upstream release candidate (0.5.3)
624- Drop %%ifarch invocations for 64-bit builds. The internal setup script now
625  properly determines this and adds the AMD64 compiler definition if necessary.
626
627* Fri Jul 20 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.2.90-1
628- Update to new upstream release candidate (0.5.3 RC1)
629- Drop stale persistence fix patch (applied upstream):
630  - fix-persistence-upgrade-rhbz_247927.patch
631
632* Wed Jul 11 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.2-2
633- Add patch to fix the existence of stale persistence files by automatically
634  updating the deluge.deluge module name to deluge.core, or removing them if
635  empty (bug 247927):
636  + fix-persistence-upgrade-rhbz_247927.patch
637
638* Sun Jul 08 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.2-1
639- Update to new upstream release (0.5.2)
640- Update Summary and %%description to reflect new µTorrent-compatible Peer
641  Exchange ("PEX") functionality.
642
643* Thu Jun 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.0.90.2-2
644- Update to new upstream release (0.5.1 Beta 2)
645
646* Sun Apr 08 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.0-2
647- Make Deluge the upgrade path of the now-orphaned python-libtorrent package.
648 
649* Mon Mar 12 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.0-1
650- Update to new upstream release (0.5.0).
651
652* Mon Mar 12 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.99.2-1
653- Update to new upstream release (0.5 RC2).
654- Drop IndexError exception-handling fix (applied upstream):
655  - delugegtk.py-fix-IndexError-exception-handling.patch
656- Use the system libtool instead of the one from the sources to ensure
657  that no unnecessary RPATH hacks are added to the final build.
658
659* Wed Mar 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.99.1-3
660- Add a patch (submitted upstream) to properly catch a thrown IndexError in
661  state message updates. This should resolve the bug wherein the UI stops
662  updating its details and torrent listing.
663  + delugegtk.py-fix-IndexError-exception-handling.patch
664 
665* Wed Mar 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.99.1-2
666- Drop unneeded 64bit-python_long patch; as it seems to cause more trouble than
667  it's worth. Instead, pass -DAMD64 as a compiler flag on 64-bit arches.
668  - 64bit-python_long patch
669  (This should fix the bug where, even though torrents are active, they are not
670  shown in the GtkTreeView listing.)
671
672* Tue Mar 06 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.99.1-1
673- Update to new upstream release (0.5 RC1).
674- Use rewritten setup.py instead of patching it so much, since it's easier to
675  maintain across version upgrades and whatnot:
676  + fixed-setup.py
677- Remove the setup.py patches (no longer needed, since I'm packaging my own):
678  - setup.py-dont-store-the-install-dir.patch
679  - setup.py-build-against-system-libtorrent.patch
680
681* Fri Mar 02 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.90.3-1
682- Update to new upstream release (0.5 Beta 3).
683- Add patch to fix storing of installation directory:
684  + setup.py-dont-store-the-install-dir.patch
685    (to be applied after setup.py-build-against-system-libtorrent.patch)
686
687* Sun Feb 25 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.90.2-2
688- Add patch to fix 64-bit python_long type.
689  +  64bit-python_long.patch
690
691* Sat Feb 24 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.90.2-1
692- Update to new upstream release (0.5 Beta 2)
693- Add patch to force building against system copy of rb_libtorrent:
694  + setup.py-build-against-system-libtorrent.patch
695- Remove python-libtorrent and a few other dependencies that are no longer
696  used.
697
698* Fri Feb 23 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-6
699- Fix Source0 URL.
700
701* Wed Feb 21 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-5
702- Make notify-python dependency conditional (FC6+ only)
703- Strip the unneeded shebang lines from the plugin scripts, since they are not
704  meant to be directly executed.
705
706* Wed Feb 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-4
707- Update .desktop file: Icon should not have the "-256" size suffix.
708- Add Requires: notify-python
709- Remove strict dependency on python 2.3+, since we're targetting FC5+
710  only, which has 2.4+.
711
712* Wed Jan 10 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-3
713- Use install instead of the cp/find/chmod fiasco of earlier releases for
714  clarity and proper permissions setting.
715- Be more consistent about use of %%{name} and other macros in file naming as
716  well as whitespace between sections.
717
718* Sun Jan 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-2
719- Bump python-libtorrent dependency to 0.3.0-4, which contains a fix for
720  64-bit systems.
721
722* Wed Jan 03 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-1
723- Initial packaging for Fedora Extras.
Note: See TracBrowser for help on using the repository browser.