[hydrogen] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Tue Feb 12 15:10:14 UTC 2013


commit 452cfdd4eb7f7642f79db37c29a2437523f2aa73
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Feb 12 09:07:21 2013 -0600

    Drop vendor tag.

 hydrogen.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/hydrogen.spec b/hydrogen.spec
index c13b0af..0da9577 100644
--- a/hydrogen.spec
+++ b/hydrogen.spec
@@ -1,7 +1,7 @@
 Summary:      Advanced drum machine for GNU/Linux
 Name:         hydrogen
 Version:      0.9.5.1
-Release:      4%{?dist}
+Release:      5%{?dist}
 URL:          http://www.hydrogen-music.org/
 Source0:      http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Remove the "you are using the development version" warning
@@ -83,7 +83,7 @@ scons install DESTDIR=$RPM_BUILD_ROOT
 
 
 # install hydrogen.desktop properly.
-desktop-file-install --vendor fedora              \
+desktop-file-install \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications   \
   --add-category X-Drumming                       \
   --add-category Midi                             \
@@ -124,7 +124,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc AUTHORS ChangeLog COPYING* README.txt
 %{_bindir}/hydrogen
 %{_datadir}/hydrogen/
-%{_datadir}/applications/fedora-hydrogen.desktop
+%{_datadir}/applications/hydrogen.desktop
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
 
 %files -n ladspa-wasp-plugins
@@ -133,6 +133,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Feb 12 2013 Jon Ciesla <limburgher at gmail.com> - 0.9.5.1-5
+- Drop desktop vendor tag.
+
 * Sun Jul 22 2012 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.9.5.1-4
 - Use pkg-config to detect cflags for liblrdf since raptor header file location changed
 


More information about the scm-commits mailing list