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

paragn paragn at fedoraproject.org
Sat Feb 9 16:49:36 UTC 2013


commit d84eb06edc958d3dbbe3c77aa88d4a712fa9d7be
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Sat Feb 9 22:21:28 2013 +0530

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

 whysynth-dssi.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/whysynth-dssi.spec b/whysynth-dssi.spec
index 789fbf4..fae4b2f 100644
--- a/whysynth-dssi.spec
+++ b/whysynth-dssi.spec
@@ -1,7 +1,7 @@
 Summary:      DSSI software synthesizer plugin
 Name:         whysynth-dssi
 Version:      20120729
-Release:      1%{?dist}
+Release:      2%{?dist}
 URL:          http://www.smbolton.com/whysynth.html
 Source0:      http://www.smbolton.com/whysynth/whysynth-%{version}.tar.bz2
 Source2:      whysynth.desktop
@@ -39,7 +39,7 @@ ln -s jack-dssi-host whysynth
 popd
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
-desktop-file-install --vendor fedora              \
+desktop-file-install           \
   --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
   %{SOURCE2}
 
@@ -64,10 +64,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_bindir}/whysynth
 %{_libdir}/dssi/*
 %exclude %{_libdir}/dssi/whysynth.la
-%{_datadir}/applications/*whysynth.desktop
+%{_datadir}/applications/whysynth.desktop
 %{_datadir}/icons/hicolor/32x32/apps/whysynth.png
 
 %changelog
+* Sat Feb 09 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 20120729-2
+- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
+
 * Sat Aug 25 2012 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 20120729-1
 - Update to 20120729
 


More information about the scm-commits mailing list