From 34ccb8539bd6541990f2db375f8499659ab1d205 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Feb 09 2013 16:55:17 +0000 Subject: Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077 - Cleanup spec as per recently changed packaging guidelines --- diff --git a/widelands.spec b/widelands.spec index c320392..68d0462 100644 --- a/widelands.spec +++ b/widelands.spec @@ -4,7 +4,7 @@ Name: widelands Version: 0 -Release: 0.34.%{buildid}%{?dist} +Release: 0.35.%{buildid}%{?dist} Summary: Open source realtime-strategy game Group: Amusements/Games @@ -86,7 +86,7 @@ Exec=widelands Categories=Game;StrategyGame; EOF -desktop-file-install --vendor="fedora" \ +desktop-file-install \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ %{name}.desktop pushd $RPM_BUILD_ROOT @@ -139,16 +139,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.files -%defattr(-,root,root,-) %doc ChangeLog COPYING CREDITS %{_bindir}/%{name} %{_datadir}/icons/hicolor/64x64/apps/%{name}.png -%{_datadir}/applications/fedora-%{name}.desktop +%{_datadir}/applications/%{name}.desktop %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/locale %changelog +* Sat Feb 09 2013 Parag Nemade - 0-0.35.build17 +- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077 +- Cleanup spec as per recently changed packaging guidelines + * Thu Dec 13 2012 Adam Jackson - 0-0.34.build17 - Rebuild for glew 1.9.0