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

paragn paragn at fedoraproject.org
Sun Feb 10 04:19:08 UTC 2013


commit 73933debc4a59a878d7ae76a4dd7a537c5133620
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Sun Feb 10 09:51:00 2013 +0530

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

 xfig.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/xfig.spec b/xfig.spec
index c7fde9d..a25e43f 100644
--- a/xfig.spec
+++ b/xfig.spec
@@ -1,9 +1,9 @@
-%define app_defaults_dir %{_datadir}/X11/app-defaults
+%global app_defaults_dir %{_datadir}/X11/app-defaults
 
 Summary: An X Window System tool for drawing basic vector graphics
 Name: xfig
 Version: 3.2.5
-Release: 35.b%{?dist}
+Release: 36.b%{?dist}
 License: MIT
 Group: Applications/Multimedia
 URL: http://www.xfig.org/
@@ -152,7 +152,7 @@ install -D -p -m 644 %{name}64x64.xpm \
   $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.xpm
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
-desktop-file-install --vendor fedora         \
+desktop-file-install          \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE2}
 
 
@@ -183,11 +183,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/%{name}
 %{_mandir}/*/*
 %{app_defaults_dir}/*
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/??x??/apps/%{name}.xpm
 
 
 %changelog
+* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 3.2.5-36.b
+- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
+
 * Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 3.2.5-35.b
 - rebuild due to "jpeg8-ABI" feature drop
 


More information about the scm-commits mailing list