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

paragn paragn at fedoraproject.org
Sun Feb 10 05:39:05 UTC 2013


commit d609f7dade6695af46d4001a1e013fdb91413606
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Sun Feb 10 11:10:53 2013 +0530

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

 xblast.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/xblast.spec b/xblast.spec
index 32a4e57..935f406 100644
--- a/xblast.spec
+++ b/xblast.spec
@@ -1,6 +1,6 @@
 Name:           xblast
 Version:        2.10.4
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Lay bombs and Blast the other players of the field (SDL version)
 Group:          Amusements/Games
 License:        GPLv2+
@@ -84,7 +84,7 @@ install -m 644 %{name}.man $RPM_BUILD_ROOT%{_mandir}/man6/%{name}.6
 
 # 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 \
   %{SOURCE2}
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
@@ -106,24 +106,25 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %files
-%defattr(-,root,root,-)
 %{_bindir}/%{name}-sdl
 
 %files x11
-%defattr(-,root,root,-)
 %{_bindir}/%{name}-x11
 %{_bindir}/xbsndsrv
 
 %files -f %{name}.lang common
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README NEWS
 %{_bindir}/%{name}
 %{_mandir}/man6/%{name}.6.gz
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
 
 
 %changelog
+* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 2.10.4-13
+- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
+- Cleanup spec as per recently changed packaging guidelines
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.10.4-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list