rpms/gedit/devel gedit.spec,1.162,1.163

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu Aug 14 02:50:29 UTC 2008


Author: mclasen

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

Modified Files:
	gedit.spec 
Log Message:
fix startup



Index: gedit.spec
===================================================================
RCS file: /cvs/extras/rpms/gedit/devel/gedit.spec,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- gedit.spec	13 Aug 2008 20:30:29 -0000	1.162
+++ gedit.spec	14 Aug 2008 02:49:59 -0000	1.163
@@ -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 @@
 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 @@
 %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 @@
 
 
 %changelog
+* Wed Aug 13 2008 Matthias Clasen <mclasen at redhat.com> - 1:2.23.3-2
+- Finally drop the vendor prefix, since it broke things again
+
 * Wed Aug 13 2008 Matthias Clasen <mclasen at redhat.com> - 1:2.23.3-1
 - Update to 2.23.3
 




More information about the scm-commits mailing list