[xterm] Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077

paragn paragn at fedoraproject.org
Sun Feb 10 04:01:51 UTC 2013


commit e8495852ba65df2f4f4c155e84cba51f92fdaa4b
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Sun Feb 10 09:33:35 2013 +0530

    Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077

 xterm.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xterm.spec b/xterm.spec
index aa7d65c..bbd214c 100644
--- a/xterm.spec
+++ b/xterm.spec
@@ -1,7 +1,7 @@
 Summary: Terminal emulator for the X Window System
 Name: xterm
 Version: 289
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://invisible-island.net/xterm
 License: MIT
 Group: User Interface/X
@@ -61,7 +61,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 cp -fp %{SOURCE1} 16colors.txt
 
-desktop-file-install --vendor=fedora \
+desktop-file-install \
 	--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
 	xterm.desktop
 
@@ -87,7 +87,7 @@ fi
 %{_mandir}/man1/resize.1*
 %{_mandir}/man1/uxterm.1*
 %{_mandir}/man1/xterm.1*
-%{_datadir}/applications/fedora-xterm.desktop
+%{_datadir}/applications/xterm.desktop
 %{_datadir}/icons/hicolor/*/apps/xterm*
 %{_datadir}/pixmaps/*xterm*.xpm
 %{x11_app_defaults_dir}/KOI8RXTerm*
@@ -95,6 +95,9 @@ fi
 %{x11_app_defaults_dir}/XTerm*
 
 %changelog
+* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 289-2
+- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
+
 * Fri Feb 08 2013 Miroslav Lichvar <mlichvar at redhat.com> 289-1
 - update to 289
 


More information about the scm-commits mailing list