rpms/xchm/devel xchm.desktop,1.2,1.3 xchm.spec,1.4,1.5

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sun Sep 24 09:51:42 UTC 2006


Author: pertusus

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

Modified Files:
	xchm.desktop xchm.spec 
Log Message:
* Sun Sep 24 2006 Patrice Dumas <pertusus at free.fr> 1.9-4
- add a MimeType entry in desktop file. Fix #207833



Index: xchm.desktop
===================================================================
RCS file: /cvs/extras/rpms/xchm/devel/xchm.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xchm.desktop	22 Sep 2006 23:13:57 -0000	1.2
+++ xchm.desktop	24 Sep 2006 09:51:42 -0000	1.3
@@ -10,4 +10,5 @@
 Icon=xchm
 Terminal=false
 Type=Application
+MimeType=application/x-chm;
 Categories=Application;Utility;


Index: xchm.spec
===================================================================
RCS file: /cvs/extras/rpms/xchm/devel/xchm.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xchm.spec	22 Sep 2006 23:13:57 -0000	1.4
+++ xchm.spec	24 Sep 2006 09:51:42 -0000	1.5
@@ -1,7 +1,7 @@
 Summary:        A GUI front-end to CHMlib
 Name:           xchm
 Version:        1.9
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        GPL
 Group:          Applications/Publishing
 Source0:        http://download.sf.net/%{name}/%{name}-%{version}.tar.gz
@@ -50,10 +50,12 @@
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+update-desktop-database &> /dev/null ||:
 
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+update-desktop-database &> /dev/null ||:
 
 %files -f %{name}.lang
 %defattr(-, root, root,-)
@@ -64,6 +66,9 @@
 %{_datadir}/applications/*
 
 %changelog
+* Sun Sep 24 2006 Patrice Dumas <pertusus at free.fr> 1.9-4
+- add a MimeType entry in desktop file. Fix #207833
+
 * Sat Sep 23 2006 Patrice Dumas <pertusus at free.fr> 1.9-3
 - install icons in %%{_datadir}/icons/ instead of %%{_datadir}/pixmaps/
   fix #207759




More information about the fedora-extras-commits mailing list