From 9c4740ed1159ecd5aaf389d5bd1be56055e8ca18 Mon Sep 17 00:00:00 2001 From: Peter Gordon Date: Jul 26 2007 02:36:07 +0000 Subject: Update to 0.5.3 --- diff --git a/.cvsignore b/.cvsignore index 4ab3161..db489e0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -deluge-0.5.2.90.tar.gz +deluge-0.5.3.tar.gz diff --git a/deluge.spec b/deluge.spec index 7e73bd3..a7aeb32 100644 --- a/deluge.spec +++ b/deluge.spec @@ -2,9 +2,9 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: deluge -Version: 0.5.2.90 +Version: 0.5.3 Release: 1%{?dist} -Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX. +Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX Group: Applications/Internet License: GPL URL: http://deluge-torrent.org/ @@ -66,21 +66,18 @@ even from behind a router with virtually zero configuration of port-forwarding. ## FIXME: This should really use %%{?_smp_mflags} or similar for parallel ## compilations; but the build system on this doesn't support such flags at ## this time. -%ifarch x86_64 ppc64 sparc64 - CFLAGS="%{optflags} -DAMD64" %{__python} setup.py build -%else - CFLAGS="%{optflags}" %{__python} setup.py build -%endif +CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} -desktop-file-install --vendor fedora \ +desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ - --copy-name-to-generic-name \ + --copy-name-to-generic-name \ --add-mime-type=application/x-bittorrent \ - --delete-original \ + --delete-original \ + --remove-category=Application \ %{buildroot}%{_datadir}/applications/%{name}.desktop %find_lang %{name} @@ -108,6 +105,11 @@ update-desktop-database &> /dev/null ||: %changelog +* Fri Jul 20 2007 Peter Gordon - 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 - 0.5.2.90-1 - Update to new upstream release candidate (0.5.3 RC1) - Drop stale persistence fix patch (applied upstream): diff --git a/sources b/sources index ec1502d..0f3bb5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c7a27a9551ef3bebabce102ade8a430 deluge-0.5.2.90.tar.gz +382141fdf1c55dc75a183da02d2239fb deluge-0.5.3.tar.gz