[deluge] New upstream release http://dev.deluge-torrent.org/wiki/ReleaseNotes/1.3.3 Drop defattr Add build re

Rahul Sundaram sundaram at fedoraproject.org
Mon Aug 15 12:40:15 UTC 2011


commit fe206f47629274f061508959ee7ed4348db6aef6
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Mon Aug 15 18:09:41 2011 +0530

    New upstream release
    http://dev.deluge-torrent.org/wiki/ReleaseNotes/1.3.3
    Drop defattr
    Add build requires on intltool

 .gitignore                         |    1 +
 deluge-desktop-categories-p2p.diff |   11 -----------
 deluge.spec                        |   21 ++++++++++-----------
 sources                            |    2 +-
 4 files changed, 12 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cbb373a..94449e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /deluge-1.3.2.tar.lzma
+/deluge-1.3.3.tar.lzma
diff --git a/deluge.spec b/deluge.spec
index 7169559..2be5922 100644
--- a/deluge.spec
+++ b/deluge.spec
@@ -1,5 +1,5 @@
 Name:           deluge
-Version:        1.3.2
+Version:        1.3.3
 Release:        1%{?dist}
 Summary:        A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
 Group:          Applications/Internet
@@ -14,6 +14,7 @@ BuildArch:     noarch
 BuildRequires: desktop-file-utils
 BuildRequires: python-devel
 BuildRequires: python-setuptools
+BuildRequires: intltool
 
 ## add Requires to make into Meta package
 Requires: %{name}-common = %{version}-%{release}
@@ -113,7 +114,6 @@ Files for the Deluge daemon
 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}
@@ -167,10 +167,8 @@ 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
 
 %files
-%defattr(-,root,root,-)
 
 %files common -f %{name}.lang
-%defattr(-,root,root,-)
 %doc ChangeLog LICENSE README
 %{python_sitelib}/%{name}-%{version}-py?.?.egg-info/
 
@@ -188,7 +186,6 @@ rm -f ${buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/.build_data
 %dir %{python_sitelib}/%{name}/i18n/*/LC_MESSAGES
 
 %files images
-%defattr(-,root,root,-)
 # only pixmaps dir is in data so I own it all
 %{python_sitelib}/%{name}/data
 # if someone decides to only install images
@@ -197,7 +194,6 @@ rm -f ${buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/.build_data
 %{_datadir}/pixmaps/%{name}.*
 
 %files gtk
-%defattr(-,root,root,-)
 %{_bindir}/%{name}
 %{_bindir}/%{name}-gtk
 %{_datadir}/applications/fedora-%{name}.desktop
@@ -206,19 +202,16 @@ rm -f ${buildroot}%{python_sitelib}/%{name}/ui/web/js/deluge-all/.build_data
 %{_mandir}/man?/%{name}.1*
 
 %files console
-%defattr(-,root,root,-)
 %{_bindir}/%{name}-console
 %{python_sitelib}/%{name}/ui/console
 %{_mandir}/man?/%{name}-console*
 
 %files web
-%defattr(-,root,root,-)
 %{_bindir}/%{name}-web
 %{python_sitelib}/%{name}/ui/web
 %{_mandir}/man?/%{name}-web*
 
 %files daemon
-%defattr(-,root,root,-)
 %{_bindir}/%{name}d
 %{_initddir}/%{name}-daemon
 %attr(-,%{name}, %{name})/var/lib/%{name}/
@@ -265,11 +258,17 @@ fi
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %changelog
+* Mon Aug 15 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 1.3.3-1
+- New upstream release
+- http://dev.deluge-torrent.org/wiki/ReleaseNotes/1.3.3
+- Drop defattr
+- Add build requires on intltool
+
 * Mon May 30 2011 Justin Noah <justinnoah at gmail.com> - 1.3.2-1
 - Update to latest upstream release
 - http://dev.deluge-torrent.org/wiki/ReleaseNotes/1.3.2
-- Dropped unnecessary patch concerning deluge.dektop categories
-- Remove hidden files created by webui buid and compression
+- Dropped unnecessary patch concerning deluge.desktop categories
+- Remove hidden files created by webui build and compression
 
 * Mon Mar 28 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 1.3.1-5
 - Add init script for the deluge daemon. Resolves rhbz#537387
diff --git a/sources b/sources
index 213d3dc..0109cb8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29ba9eb9ca43568911abcdf9ada09b77  deluge-1.3.2.tar.lzma
+2a364f259d1c5de47bc5258ee8e987c9  deluge-1.3.3.tar.lzma


More information about the scm-commits mailing list