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

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


commit 6e0e7595e3a35b4f3ab6a974b056cd3e05a6d55f
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Sun Feb 10 11:01:38 2013 +0530

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

 xpilot-ng.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/xpilot-ng.spec b/xpilot-ng.spec
index 9854c0b..a2c12cc 100644
--- a/xpilot-ng.spec
+++ b/xpilot-ng.spec
@@ -1,10 +1,10 @@
-%define logwatch_root %{_datadir}/logwatch
-%define logwatch_conf %{logwatch_root}/dist.conf
-%define logwatch_scripts %{logwatch_root}/scripts
+%global logwatch_root %{_datadir}/logwatch
+%global logwatch_conf %{logwatch_root}/dist.conf
+%global logwatch_scripts %{logwatch_root}/scripts
 
 Name:           xpilot-ng
 Version:        4.7.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Multiplayer space arcade game
 
 Group:          Amusements/Games
@@ -79,14 +79,14 @@ make %{?_smp_mflags}
 
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
 chmod a+x $RPM_BUILD_ROOT/%{_datadir}/%{name}/mapconvert.py
 
-desktop-file-install --vendor fedora                            \
+desktop-file-install          \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
         %{SOURCE2}
-desktop-file-install --vendor fedora                            \
+desktop-file-install           \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
         %{SOURCE3}
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps/
@@ -195,6 +195,9 @@ fi
 
 
 %changelog
+* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 4.7.3-3
+- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
+
 * Sun Jul 27 2012 Hans de Goede <hdegoede at redhat.com> - 4.7.3-2
 - Move server cmdline config file to /etc/xpilot-ng, where all the other
   config-files are. You can now find it here:


More information about the scm-commits mailing list