SPECS (DEVEL_XFT): emacs.spec - update_desktop_database_post must ...
qrczak
qrczak at pld-linux.org
Thu Apr 3 15:36:36 CEST 2008
Author: qrczak Date: Thu Apr 3 13:36:36 2008 GMT
Module: SPECS Tag: DEVEL_XFT
---- Log message:
- update_desktop_database_post must be before update_icon_cache
(rpm macros missing whitespace?).
---- Files affected:
SPECS:
emacs.spec (1.68.4.18.2.11 -> 1.68.4.18.2.12)
---- Diffs:
================================================================
Index: SPECS/emacs.spec
diff -u SPECS/emacs.spec:1.68.4.18.2.11 SPECS/emacs.spec:1.68.4.18.2.12
--- SPECS/emacs.spec:1.68.4.18.2.11 Thu Apr 3 12:23:07 2008
+++ SPECS/emacs.spec Thu Apr 3 15:36:31 2008
@@ -529,13 +529,13 @@
%post
[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
-%update_icon_cache hicolor
%update_desktop_database_post
+%update_icon_cache hicolor
%postun
[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
-%update_icon_cache hicolor
%update_desktop_database_postun
+%update_icon_cache hicolor
%triggerin nox -- emacs-X11
if [ -L %{_bindir}/emacs ]; then
@@ -841,6 +841,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.68.4.18.2.12 2008-04-03 13:36:31 qrczak
+- update_desktop_database_post must be before update_icon_cache
+ (rpm macros missing whitespace?).
+
Revision 1.68.4.18.2.11 2008-04-03 10:23:07 qrczak
- emacs-<gui> is installed even for the default gui, with emacs as
a symlink to it, so emacs-<gui>.desktop works.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/emacs.spec?r1=1.68.4.18.2.11&r2=1.68.4.18.2.12&f=u
More information about the pld-cvs-commit
mailing list