From 3d33e5074085b8352c9cdd477c2f42ae2504fd4a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 14 Aug 2008 02:49:59 +0000 Subject: [PATCH] fix startup --- gedit.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gedit.spec b/gedit.spec index c731991..f361f95 100644 --- a/gedit.spec +++ b/gedit.spec @@ -18,7 +18,7 @@ Summary: gEdit is a small but powerful text editor for GNOME Name: gedit Version: 2.23.3 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: GPLv2+ and GFDL Group: Applications/Editors @@ -119,8 +119,8 @@ 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 \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ +desktop-file-install --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/* ## clean up all the static libs for plugins (workaround for no -module) @@ -173,7 +173,7 @@ fi %defattr(-, root, root) %doc README COPYING AUTHORS %{_datadir}/gedit-2 -%{_datadir}/applications/gnome-gedit.desktop +%{_datadir}/applications/gedit.desktop %{_mandir}/man1/* %{_libdir}/gedit-2 %{_libexecdir}/gedit-2 @@ -189,6 +189,9 @@ fi %changelog +* Wed Aug 13 2008 Matthias Clasen - 1:2.23.3-2 +- Finally drop the vendor prefix, since it broke things again + * Wed Aug 13 2008 Matthias Clasen - 1:2.23.3-1 - Update to 2.23.3