rpms/kid3/devel kid3.spec,1.6,1.7

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu May 19 19:05:17 UTC 2005


Author: scop

Update of /cvs/extras/rpms/kid3/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11969

Modified Files:
	kid3.spec 
Log Message:
Update GTK icon cache at (un)install time.


Index: kid3.spec
===================================================================
RCS file: /cvs/extras/rpms/kid3/devel/kid3.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kid3.spec	6 Apr 2005 22:12:03 -0000	1.6
+++ kid3.spec	19 May 2005 19:05:15 -0000	1.7
@@ -1,13 +1,12 @@
 Name:           kid3
 Version:        0.5
-Release:        3
-
+Release:        4
 Summary:        Efficient ID3 tag editor for KDE
 
 Group:          Applications/Multimedia
 License:        GPL
 URL:            http://kid3.sourceforge.net/
-Source0:        http://download.sourceforge.net/kid3/kid3-0.5.tar.gz
+Source0:        http://download.sourceforge.net/kid3/%{name}-%{version}.tar.gz
 Patch0:         %{name}-desktop.patch
 Patch1:         %{name}-doc.patch
 Patch2:         %{name}-nonlatin1.patch
@@ -55,6 +54,13 @@
 rm -rf $RPM_BUILD_ROOT
 
 
+%post
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor 2>/dev/null || :
+
+%postun
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor 2>/dev/null || :
+
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING LICENSE README
@@ -68,7 +74,10 @@
 
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Thu May 19 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5-4
+- Update GTK icon cache at (un)install time.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.5-3
 - rebuilt
 
 * Sun Dec 19 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.5-2




More information about the fedora-extras-commits mailing list