SPECS: devhelp.spec, easytag.spec - run %update_desktop_database_p...

megabajt megabajt at pld-linux.org
Sun Mar 11 13:14:53 CET 2007


Author: megabajt                     Date: Sun Mar 11 12:14:53 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- run %update_desktop_database_post{,un}

---- Files affected:
SPECS:
   devhelp.spec (1.69 -> 1.70) , easytag.spec (1.58 -> 1.59) 

---- Diffs:

================================================================
Index: SPECS/devhelp.spec
diff -u SPECS/devhelp.spec:1.69 SPECS/devhelp.spec:1.70
--- SPECS/devhelp.spec:1.69	Mon Feb 26 17:06:33 2007
+++ SPECS/devhelp.spec	Sun Mar 11 13:14:48 2007
@@ -27,6 +27,7 @@
 BuildRequires:	rpmbuild(macros) >= 1.311
 BuildRequires:	zlib-devel
 Requires(post,preun):	GConf2 >= 2.16.0
+Requires(post,postun):	desktop-file-utils
 Requires(post,postun):	gtk+2
 Requires(post,postun):	hicolor-icon-theme
 Requires:	%{name}-libs = %{version}-%{release}
@@ -124,12 +125,14 @@
 
 %post
 %gconf_schema_install devhelp.schemas
+%update_desktop_database_post
 %update_icon_cache hicolor
 
 %preun
 %gconf_schema_uninstall devhelp.schemas
 
 %postun
+%update_desktop_database_postun
 %update_icon_cache hicolor
 
 %post	libs -p /sbin/ldconfig
@@ -171,6 +174,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.70  2007/03/11 12:14:48  megabajt
+- run %update_desktop_database_post{,un}
+
 Revision 1.69  2007/02/26 16:06:33  megabajt
 - use %requires_eq_to (xulrunner can be not installed on builders)
 - release 2

================================================================
Index: SPECS/easytag.spec
diff -u SPECS/easytag.spec:1.58 SPECS/easytag.spec:1.59
--- SPECS/easytag.spec:1.58	Mon Feb 26 17:37:24 2007
+++ SPECS/easytag.spec	Sun Mar 11 13:14:48 2007
@@ -20,6 +20,7 @@
 BuildRequires:	libvorbis-devel >= 1:1.0
 BuildRequires:	mpeg4ip-devel >= 1:1.3
 BuildRequires:	pkgconfig
+Requires(post,postun):	desktop-file-utils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -90,6 +91,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%update_desktop_database_post
+
+%postun
+%update_desktop_database_postun
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc ChangeLog README TODO THANKS USERS-GUIDE
@@ -105,6 +112,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.59  2007/03/11 12:14:48  megabajt
+- run %update_desktop_database_post{,un}
+
 Revision 1.58  2007/02/26 16:37:24  wolf
 - 2.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/devhelp.spec?r1=1.69&r2=1.70&f=u
    http://cvs.pld-linux.org/SPECS/easytag.spec?r1=1.58&r2=1.59&f=u



More information about the pld-cvs-commit mailing list