[gemdropx] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Wed Apr 10 14:34:09 UTC 2013


commit ff19ee54e3fd6c1f0ab84fd7387628be2f10e7b9
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Apr 10 09:30:24 2013 -0500

    Drop vendor tag.

 gemdropx.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gemdropx.spec b/gemdropx.spec
index 4c5162e..9dab837 100644
--- a/gemdropx.spec
+++ b/gemdropx.spec
@@ -1,6 +1,6 @@
 Name:           gemdropx
 Version:        0.9
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Falling blocks puzzlegame
 Group:          Amusements/Games
 License:        GPL+
@@ -37,7 +37,7 @@ cp -a data/sounds $RPM_BUILD_ROOT%{_datadir}/%{name}
  
 # 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/32x32/apps
 convert data/images/%{name}-icon.xpm \
@@ -66,11 +66,14 @@ fi
 %doc README*.txt COPYING.txt AUTHORS.txt CHANGES.txt TODO.txt
 %{_bindir}/%{name}
 %{_datadir}/%{name}
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 
 
 %changelog
+* Wed Apr 10 2013 Jon Ciesla <limburgher at gmail.com> - 0.9-11
+- Drop desktop vendor tag.
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list