[gcalctool] fix keybindings for calculator

Matthias Clasen mclasen at fedoraproject.org
Mon Oct 24 22:31:29 UTC 2011


commit dfca7d55ec74673a0e911da63c685bec17fa88df
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Oct 24 18:30:38 2011 -0400

    fix keybindings for calculator

 gcalctool.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gcalctool.spec b/gcalctool.spec
index 2024f31..9f3bdb2 100644
--- a/gcalctool.spec
+++ b/gcalctool.spec
@@ -1,6 +1,6 @@
 Name:           gcalctool
 Version:        6.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A desktop calculator
 
 Group:          Applications/System
@@ -40,7 +40,7 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
-desktop-file-install --vendor gnome --delete-original	\
+desktop-file-install --delete-original	\
   --dir $RPM_BUILD_ROOT%{_datadir}/applications		\
   --remove-only-show-in GNOME				\
   --remove-only-show-in XFCE				\
@@ -62,7 +62,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_bindir}/gcalctool
 %{_bindir}/gcalccmd
 %{_bindir}/gnome-calculator
-%{_datadir}/applications/gnome-gcalctool.desktop
+%{_datadir}/applications/gcalctool.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.gcalctool.gschema.xml
 %{_datadir}/gcalctool
 %doc %{_mandir}/man1/gcalctool.1.gz
@@ -70,6 +70,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %changelog
+* Mon Oct 24 2011 Matthias Clasen <mclasen at redhat.com> - 6.2.0-2
+- Drop the vendor prefix from the desktop file (#745367)
+
 * Tue Sep 27 2011 Ray <rstrode at redhat.com> - 6.2.0-1
 - Update to 6.2.0
 


More information about the scm-commits mailing list