From e6b9e24db581d5fda9c6a5484e632b60c10bc0cb Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Feb 25 2013 01:46:52 +0000 Subject: Remove vendor prefix from desktop file --- diff --git a/hedgewars.spec b/hedgewars.spec index a887459..5f125db 100644 --- a/hedgewars.spec +++ b/hedgewars.spec @@ -1,6 +1,6 @@ Name: hedgewars Version: 0.9.18 -Release: 4%{?dist} +Release: 5%{?dist} Summary: 2D tankbattle game with the tanks replaced by hedgehogs Group: Amusements/Games License: GPL+ @@ -78,7 +78,7 @@ ln -s ../../../fonts/wqy-zenhei/wqy-zenhei.ttc \ # 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 @@ -107,7 +107,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_bindir}/%{name} %{_bindir}/hwengine %{_datadir}/%{name} -%{_datadir}/applications/fedora-%{name}.desktop +%{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_datadir}/icons/hicolor/512x512/apps/%{name}.png @@ -116,6 +116,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Feb 24 2013 Bruno Wolff III - 0.9.18-5 +- Remove vendor prefix from desktop file + * Thu Feb 14 2013 Fedora Release Engineering - 0.9.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild