[mtpaint] remove --vendor flag from desktop-file-install https://fedorahosted.org/fesco/ticket/1077

Toshio くらとみ toshio at fedoraproject.org
Thu Feb 14 23:25:52 UTC 2013


commit 8dd6f3cc8221bebc0c14c66026dda7eb8f20b51a
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Thu Feb 14 15:25:44 2013 -0800

    remove --vendor flag from desktop-file-install https://fedorahosted.org/fesco/ticket/1077

 mtpaint.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mtpaint.spec b/mtpaint.spec
index 7f6ed42..0c14926 100644
--- a/mtpaint.spec
+++ b/mtpaint.spec
@@ -3,7 +3,7 @@
 Summary:       Painting program for creating icons and pixel-based artwork
 Name:          mtpaint
 Version:       3.40
-Release:       9%{?dist}
+Release:       10%{?dist}
 License:       GPLv3+
 Group:         Applications/Multimedia
 URL:           http://mtpaint.sourceforge.net/
@@ -76,7 +76,9 @@ export LDFLAGS="%{?__global_ldflags}"
                   BIN_INSTALL=%{buildroot}%{_bindir}
 
 desktop-file-install --delete-original         \
+%if 0%{?fedora} && 0%{?fedora} < 19
     --vendor fedora                            \
+%endif
     --dir %{buildroot}%{_datadir}/applications \
     %{buildroot}%{_datadir}/applications/%{name}.desktop
 %find_lang %{name}
@@ -117,6 +119,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc %{name}_handbook-%{docver}/COPYING %{name}_handbook-%{docver}/docs/*
 
 %changelog
+* Thu Feb 14 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 3.40-10
+- remove --vendor flag from desktop-file-install https://fedorahosted.org/fesco/ticket/1077
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.40-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list