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

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


commit d29ea5e4338d9149aaa6851bf0abfdbe9590d2dd
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Sat Feb 9 21:56:34 2013 +0530

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

 vavoom.spec |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/vavoom.spec b/vavoom.spec
index 0553c16..688b2a3 100644
--- a/vavoom.spec
+++ b/vavoom.spec
@@ -1,6 +1,6 @@
 Name:           vavoom
 Version:        1.33
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Enhanced Doom, Heretic, Hexen and Strife source port
 Source0:        http://downloads.sourceforge.net/vavoom/%{name}-%{version}.tar.bz2
 Source1:        doom.autodlrc
@@ -72,16 +72,16 @@ install -p -m 755 %{SOURCE8} $RPM_BUILD_ROOT%{_bindir}/strife-demo
 
 # 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 \
   %{SOURCE9}
-desktop-file-install --vendor fedora            \
+desktop-file-install             \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   %{SOURCE10}
-desktop-file-install --vendor fedora            \
+desktop-file-install            \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   %{SOURCE11}
-desktop-file-install --vendor fedora            \
+desktop-file-install             \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   %{SOURCE12}
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
@@ -104,10 +104,14 @@ fi
 %doc docs/*.log docs/gnu.txt docs/vavoom.txt
 %{_bindir}/*
 %{_datadir}/%{name}
-%{_datadir}/applications/fedora-*.desktop
+%{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/48x48/apps/*.png
 
 %changelog
+* Sat Feb 09 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 1.33-7
+- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
+- Cleanup spec as per recently changed packaging guidelines
+
 * Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.33-6
 - rebuild due to "jpeg8-ABI" feature drop
 


More information about the scm-commits mailing list