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

paragn paragn at fedoraproject.org
Sun Feb 10 17:33:44 UTC 2013


commit bd4c642cfe50c50221b557c92a2ce92dcc9e78e5
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Sun Feb 10 23:05:34 2013 +0530

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

 xsane.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xsane.spec b/xsane.spec
index 0432a75..69aeca7 100644
--- a/xsane.spec
+++ b/xsane.spec
@@ -15,7 +15,7 @@
 Name: xsane
 Summary: X Window System front-end for the SANE scanner interface
 Version: 0.998
-Release: 15%{?dist}
+Release: 16%{?dist}
 Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
 Source1: xsane-256x256.png
 # distro-specific: use "xdg-open" instead of "netscape" to launch help browser
@@ -163,7 +163,7 @@ install -m 0755 build-with-gimp/src/xsane %{buildroot}%{gimpplugindir}
 
 # install customized desktop file
 rm %{buildroot}%{_datadir}/applications/xsane.desktop
-desktop-file-install --vendor fedora \
+desktop-file-install  \
     --dir %{buildroot}%{_datadir}/applications \
     src/xsane.desktop
 
@@ -202,7 +202,7 @@ fi
 %doc xsane.ACCELKEYS xsane.AUTHOR xsane.BEGINNERS-INFO xsane.BUGS xsane.CHANGES xsane.COPYING xsane.FAQ xsane.LANGUAGES xsane.LOGO xsane.NEWS xsane.ONLINEHELP xsane.PROBLEMS xsane.ROOT xsane.TODO
 %{_bindir}/xsane
 %{_mandir}/man1/*
-%{_datadir}/applications/fedora-xsane.desktop
+%{_datadir}/applications/xsane.desktop
 %{_datadir}/pixmaps/xsane.xpm
 %{iconrootdir}
 
@@ -217,6 +217,9 @@ fi
 %{_datadir}/sane/xsane
 
 %changelog
+* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.998-16
+- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
+
 * Wed Jan 30 2013 Nils Philippsen <nils at redhat.com> - 0.998-15
 - build with -fno-strict-aliasing
 - tidy up desktop file


More information about the scm-commits mailing list