SPECS: rhythmbox.spec - use %update_icon_cache macro
megabajt
megabajt at pld-linux.org
Tue Oct 10 12:31:08 CEST 2006
Author: megabajt Date: Tue Oct 10 10:31:08 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use %update_icon_cache macro
---- Files affected:
SPECS:
rhythmbox.spec (1.72 -> 1.73)
---- Diffs:
================================================================
Index: SPECS/rhythmbox.spec
diff -u SPECS/rhythmbox.spec:1.72 SPECS/rhythmbox.spec:1.73
--- SPECS/rhythmbox.spec:1.72 Sun Oct 1 20:58:37 2006
+++ SPECS/rhythmbox.spec Tue Oct 10 12:31:02 2006
@@ -7,7 +7,7 @@
Summary(pl): Aplikacja do zarządzania muzyką
Name: rhythmbox
Version: 0.9.6
-Release: 1
+Release: 2
License: GPL v2+
Group: Applications
Source0: http://ftp.gnome.org/pub/gnome/sources/rhythmbox/0.9/%{name}-%{version}.tar.bz2
@@ -45,13 +45,14 @@
BuildRequires: nautilus-cd-burner-devel >= 2.16.0
BuildRequires: pkgconfig
BuildRequires: python-pygtk-devel >= 2.10.1
-BuildRequires: rpmbuild(macros) >= 1.176
+BuildRequires: rpmbuild(macros) >= 1.311
BuildRequires: scrollkeeper
BuildRequires: totem-devel >= 2.16.1
BuildRequires: zlib-devel
%pyrequires_eq python-modules
Requires(post,preun): GConf2 >= 2.14.0
Requires(post,postun): desktop-file-utils
+Requires(post,postun): hicolor-icon-theme
Requires(post,postun): scrollkeeper
Requires: dbus >= 0.93
Requires: gstreamer-audio-effects-base >= 0.10.10
@@ -136,7 +137,7 @@
%gconf_schema_install rhythmbox.schemas
%scrollkeeper_update_post
%update_desktop_database_post
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
+%update_icon_cache hicolor
%banner %{name} -e << EOF
Remember to install appropriate GStreamer plugins for files
you want to play:
@@ -152,7 +153,7 @@
%postun
%scrollkeeper_update_postun
%update_desktop_database_postun
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
+%update_icon_cache hicolor
%files -f rhythmbox.lang
%defattr(644,root,root,755)
@@ -204,6 +205,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.73 2006/10/10 10:31:02 megabajt
+- use %update_icon_cache macro
+
Revision 1.72 2006/10/01 18:58:37 grzegol
- updated to 0.9.6
- removed outdated dbus patch (fixed upstream)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/rhythmbox.spec?r1=1.72&r2=1.73&f=u
More information about the pld-cvs-commit
mailing list