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

paragn paragn at fedoraproject.org
Sun Feb 10 02:56:03 UTC 2013


commit 1a08189794e8b120ca024b91b75f9da330a5396e
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Sun Feb 10 08:27:54 2013 +0530

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

 yadex.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/yadex.spec b/yadex.spec
index f0af3a1..752147d 100644
--- a/yadex.spec
+++ b/yadex.spec
@@ -1,6 +1,6 @@
 Name:           yadex
 Version:        1.7.0
-Release:        24%{?dist}
+Release:        25%{?dist}
 Summary:        Doom level editor
 Group:          Amusements/Graphics
 License:        GPLv2+
@@ -83,7 +83,7 @@ iconv --from=ISO-8859-1 --to=UTF-8 docsrc/%{name}.6 > docsrc/%{name}.6.new
 install -p -m644 docsrc/%{name}.6.new %{buildroot}/%{_mandir}/man6/
 
 # .desktop file integration
-desktop-file-install --vendor fedora                            \
+desktop-file-install                             \
         --dir %{buildroot}%{_datadir}/applications         \
         %{SOURCE1}
 mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/
@@ -112,12 +112,15 @@ fi
 %config(noreplace) %{_sysconfdir}/%{name}/%{version}/%{name}.cfg
 %{_datadir}/%{name}
 %{_mandir}/man6/*
-%{_datadir}/applications/*.desktop
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/48x48/apps/yadex.png
 %doc COPYING COPYING.LIB doc/*.html docsrc/*.png
 
 
 %changelog
+* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 1.7.0-25
+- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
+
 * Fri Jan 18 2013 Jaromir Capik <jcapik at redhat.com> - 1.7.0-24
 - Removing bundled boost
 


More information about the scm-commits mailing list