rpms/revelation/devel revelation.spec,1.8,1.9

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Fri May 6 17:14:13 UTC 2005


Author: thl

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

Modified Files:
	revelation.spec 
Log Message:
Update the GTK+ theme icon cache on (un)install


Index: revelation.spec
===================================================================
RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- revelation.spec	2 Apr 2005 11:32:55 -0000	1.8
+++ revelation.spec	6 May 2005 17:14:11 -0000	1.9
@@ -4,7 +4,7 @@
 Summary:	Password manager for GNOME 2
 Name:		revelation
 Version:	0.4.3
-Release:	2
+Release:	3
 License:	GPL
 Group:		Applications/Productivity
 Source:		ftp://oss.codepoet.no/revelation/revelation-0.4.3.tar.bz2
@@ -26,9 +26,9 @@
 BuildRequires:	cracklib
 BuildRequires:	words
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n)
-Requires(post):		GConf2 shared-mime-info desktop-file-utils
-Requires(preun):	GConf2
-Requires(postun):	shared-mime-info desktop-file-utils
+Requires(post):         GConf2 shared-mime-info desktop-file-utils
+Requires(preun):        GConf2
+Requires(postun):       shared-mime-info desktop-file-utils
 
 %description
 Revelation is a password manager. It organizes accounts in
@@ -60,6 +60,7 @@
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
 update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor || :
 
 
 %preun
@@ -69,6 +70,7 @@
 %postun
 update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor || :
 
 
 %clean
@@ -101,6 +103,9 @@
 %ghost %{python_sitelib}/revelation/datahandler/*.pyo
 
 %changelog
+* Fri May 06 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0.4.3-3
+- Update the GTK+ theme icon cache on (un)install
+
 * Sat Apr 02 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0:0.4.3-2
 - Devel rebuild
 




More information about the fedora-extras-commits mailing list