[widelands] Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077

paragn paragn at fedoraproject.org
Sat Feb 9 16:53:24 UTC 2013


commit 34ccb8539bd6541990f2db375f8499659ab1d205
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Sat Feb 9 22:25:17 2013 +0530

    Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
    
    - Cleanup spec as per recently changed packaging guidelines

 widelands.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
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 <paragn AT fedoraproject DOT org> - 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 <ajax at redhat.com> - 0-0.34.build17
 - Rebuild for glew 1.9.0
 


More information about the scm-commits mailing list