[pychess] Remove vendor prefix from desktop file

Bruno Wolff III bruno at fedoraproject.org
Mon Feb 25 01:52:21 UTC 2013


commit b9f5a7b48894ec57f91e1df10b4db1b672aa6294
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Feb 24 19:52:01 2013 -0600

    Remove vendor prefix from desktop file

 pychess.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pychess.spec b/pychess.spec
index e9b13f9..70dd3aa 100644
--- a/pychess.spec
+++ b/pychess.spec
@@ -4,7 +4,7 @@
 
 Name:           pychess
 Version:        0.10.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Chess game for GNOME
 
 Group:          Amusements/Games
@@ -54,7 +54,7 @@ sed -i '1d' Players/PyChess.py
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
-desktop-file-install --vendor fedora --delete-original  \
+desktop-file-install --delete-original                  \
         --dir $RPM_BUILD_ROOT%{_datadir}/applications   \
         --remove-category Application \
         $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
@@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* Sun Feb 24 2013 Bruno Wolff III <bruno at wolff.to> 0.10.1-4
+- Remove vendor prefix from desktop file
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list