[sweep] Remove --vendor from desktop-file-install. https://fedorahosted.org/fesco/ticket/1077

Toshio くらとみ toshio at fedoraproject.org
Sun Feb 24 22:20:36 UTC 2013


commit c5e46fe727a643be6a0db7ff1c7489772f7ec15a
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Sun Feb 24 14:20:27 2013 -0800

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

 sweep.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/sweep.spec b/sweep.spec
index 47b41d6..c0949f2 100644
--- a/sweep.spec
+++ b/sweep.spec
@@ -1,6 +1,6 @@
 Name:           sweep
 Version:        0.9.3
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        An audio editor and live playback tool
 Group:          Applications/Multimedia
 License:        GPLv2+
@@ -79,7 +79,9 @@ EOF
 
 rm -f $RPM_BUILD_ROOT%{_datadir}/applications/sweep.desktop
 desktop-file-install \
+%if 0%{?fedora} && 0%{?fedora} < 19
         --vendor fedora \
+%endif
         --add-category Application \
         --add-category AudioVideo \
         --add-category AudioVideoEditing \
@@ -116,6 +118,9 @@ find $RPM_BUILD_ROOT%{_libdir}/sweep -name "*.a" | xargs rm -f
 
 
 %changelog
+* Sun Feb 24 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.9.3-13
+- Remove --vendor from desktop-file-install. https://fedorahosted.org/fesco/ticket/1077
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.3-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list