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

paragn paragn at fedoraproject.org
Sun Feb 10 02:52:46 UTC 2013


commit 35a97f5df710c498235da43283e2248d5d794d8f
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Sun Feb 10 08:24:36 2013 +0530

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

 zynaddsubfx.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/zynaddsubfx.spec b/zynaddsubfx.spec
index faef365..1ea4718 100644
--- a/zynaddsubfx.spec
+++ b/zynaddsubfx.spec
@@ -1,7 +1,7 @@
 Summary:        Real-time software synthesizer
 Name:           zynaddsubfx
 Version:        2.4.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 # Source is a collective work, distributed by
 License:        GPLv2 and GPLv2+
 Group:          Applications/Multimedia
@@ -112,7 +112,7 @@ popd
 
 # .desktop file
 mkdir -p %{buildroot}%{_datadir}/applications
-desktop-file-install --vendor fedora \
+desktop-file-install \
    --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
 
 
@@ -139,7 +139,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files
 %{_bindir}/*
-%{_datadir}/applications/*%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/16x16/apps/zynaddsubfx.png
 %{_datadir}/icons/hicolor/32x32/apps/zynaddsubfx.png
 %{_datadir}/icons/hicolor/48x48/apps/zynaddsubfx.png
@@ -153,6 +153,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/dssi/*.so
 
 %changelog
+* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 2.4.3-3
+- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
+
 * Sun Oct 28 2012 Brendan Jones <brendan.jones.it at gmail.com> 2.4.3-2
 - Mov ebanks/examples
 


More information about the scm-commits mailing list