[glaxium] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Thu Apr 11 14:42:23 UTC 2013


commit 41245d1a4f795d40549871e2f525e38ffec360ac
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Apr 11 09:38:10 2013 -0500

    Drop vendor tag.

 glaxium.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/glaxium.spec b/glaxium.spec
index 530f3b5..0e35cad 100644
--- a/glaxium.spec
+++ b/glaxium.spec
@@ -1,6 +1,6 @@
 Name:           glaxium
 Version:        0.5
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        An OpenGL space shooter
 Group:          Amusements/Games
 License:        GPLv2+
@@ -47,7 +47,7 @@ ln -s opengl-game-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/%{name}-wrapper
 
 # below is the desktop file and icon stuff.
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
-desktop-file-install --vendor fedora            \
+desktop-file-install \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   %{SOURCE1}
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps
@@ -73,11 +73,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_bindir}/%{name}*
 %{_datadir}/%{name}
 %{_mandir}/man6/%{name}.6.gz
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/*%{name}.desktop
 %{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 
 
 %changelog
+* Thu Apr 11 2013 Jon Ciesla <limburgher at gmail.com> - 0.5-16
+- Drop desktop vendor tag.
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list