Author: aredridel Date: Mon Dec 31 01:50:48 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.5.8
---- Files affected: SPECS: deluge.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/deluge.spec diff -u SPECS/deluge.spec:1.7 SPECS/deluge.spec:1.8 --- SPECS/deluge.spec:1.7 Mon Sep 10 02:37:39 2007 +++ SPECS/deluge.spec Mon Dec 31 02:50:42 2007 @@ -2,12 +2,12 @@ Summary: A Python BitTorrent client with support for UPnP and DHT Summary(pl.UTF-8): Klient BitTorrenta napisany w Pythonie ze wspraciem dla UPnP i DHT Name: deluge -Version: 0.5.5 +Version: 0.5.8 Release: 1 License: GPL Group: X11/Applications/Networking Source0: http://download.deluge-torrent.org/tarball/%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 76c1f8110aef4131d2bc83a7da957c6a +# Source0-md5: afcf4fcfa3b688cb8a5cc537eb22a32e #Source1: %{name}-fixed-setup.py Patch0: %{name}-pld.patch Patch1: %{name}-pyc.patch @@ -20,6 +20,7 @@ BuildRequires: rb_libtorrent-devel BuildRequires: rpm-pythonprov Requires: /bin/sh +Requires: hicolor-icon-theme Requires: python-dbus Requires: python-pygtk-glade Requires: python-pyxdg @@ -43,7 +44,7 @@ zza routera praktycznie bez konfiguracji przekierowywania portów. %prep -%setup -q +%setup -q -n %{name}-torrent-%{version} %patch0 -p1 %patch1 -p1 @@ -72,6 +73,12 @@ %clean rm -rf $RPM_BUILD_ROOT +%post +%update_icon_cache hicolor + +%postun +%update_icon_cache hicolor + %files -f %{name}.lang %defattr(644,root,root,755) %doc LICENSE @@ -82,6 +89,18 @@ %{py_sitedir}/%{name}-%{version}-py*.egg-info %{_desktopdir}/%{name}.desktop %{_pixmapsdir}/%{name}.png +%{_iconsdir}/hicolor/128x128/apps/deluge.png +%{_iconsdir}/hicolor/16x16/apps/deluge.png +%{_iconsdir}/hicolor/192x192/apps/deluge.png +%{_iconsdir}/hicolor/22x22/apps/deluge.png +%{_iconsdir}/hicolor/24x24/apps/deluge.png +%{_iconsdir}/hicolor/256x256/apps/deluge.png +%{_iconsdir}/hicolor/32x32/apps/deluge.png +%{_iconsdir}/hicolor/36x36/apps/deluge.png +%{_iconsdir}/hicolor/48x48/apps/deluge.png +%{_iconsdir}/hicolor/64x64/apps/deluge.png +%{_iconsdir}/hicolor/72x72/apps/deluge.png +%{_iconsdir}/hicolor/96x96/apps/deluge.png %{_datadir}/%{name} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -90,6 +109,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2007-12-31 01:50:42 aredridel +- 0.5.8 + Revision 1.7 2007-09-10 00:37:39 aflinta - up to 0.5.5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/deluge.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
