[methane] Remove the --vendor flag for desktop-file-install

Toshio くらとみ toshio at fedoraproject.org
Thu Feb 14 09:16:50 UTC 2013


commit 65cc9d02fc4b82994d598fa51b4410de03791ee9
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Thu Feb 14 01:16:41 2013 -0800

    Remove the --vendor flag for desktop-file-install

 methane.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/methane.spec b/methane.spec
index e824788..edf942d 100644
--- a/methane.spec
+++ b/methane.spec
@@ -1,6 +1,6 @@
 Name:           methane
 Version:        1.5.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Super Methane Brothers
 Group:          Amusements/Games
 License:        GPLv2+
@@ -44,10 +44,10 @@ touch $RPM_BUILD_ROOT%{_var}/games/%{name}.scores
 
 # 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}
-desktop-file-install --vendor fedora            \
+desktop-file-install                            \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   %{name}-help.desktop
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps
@@ -73,13 +73,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %attr(2755,root,games) %{_bindir}/%{name}
 %{_bindir}/%{name}-wrapper
 %{_datadir}/%{name}
-%{_datadir}/applications/fedora-%{name}.desktop
-%{_datadir}/applications/fedora-%{name}-help.desktop
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/%{name}-help.desktop
 %{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 %verify(not md5 size mtime) %config(noreplace) %attr(664,root,games) %{_var}/games/%{name}.scores
 
 
 %changelog
+* Thu Feb 14 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 1.5.1-7
+- Remove the --vendor flag for desktop-file-install
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list