From 9d5415d8f50a1e2151f94b95bfad643b8d8dd2c0 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Feb 14 2013 21:05:52 +0000 Subject: remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247 --- diff --git a/childsplay.spec b/childsplay.spec index 6c1f820..6dbc2a2 100644 --- a/childsplay.spec +++ b/childsplay.spec @@ -3,7 +3,7 @@ Name: childsplay Version: 1.6 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Suite of educational games for young children Group: Amusements/Games License: GPLv3 @@ -292,9 +292,7 @@ cp -a ocempgui $RPM_BUILD_ROOT%{python_sitedir}/%{realname} # below is the desktop file and icon stuff. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications -desktop-file-install --vendor fedora \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - %{SOURCE1} +desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps install -p -m 644 lib/SPData/menu/default/logo_cp_64x64.png \ @@ -353,7 +351,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{realname}/CPData/SoundmemoryData %{_datadir}/%{realname}/alphabetsounds/en %{python_sitedir}/%{realname} -%{_datadir}/applications/fedora-%{name}.desktop +%{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png %files alphabet_sounds_bg @@ -436,6 +434,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Feb 14 2013 Rahul Sundaram - 1.6-10 +- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247 + * Wed Feb 13 2013 Fedora Release Engineering - 1.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild