[soundconverter/f18] Fedora >= 19: Drop ancient "fedora" vendor prefix from desktop file.

Michael Schwendt mschwendt at fedoraproject.org
Sun Feb 10 23:57:31 UTC 2013


commit f71bd6d66eac5fc3690e4723ca0fcca3a0b7ca0b
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Feb 11 00:57:21 2013 +0100

    Fedora >= 19: Drop ancient "fedora" vendor prefix from desktop file.

 soundconverter.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/soundconverter.spec b/soundconverter.spec
index c031d6e..8d6fec4 100644
--- a/soundconverter.spec
+++ b/soundconverter.spec
@@ -2,7 +2,7 @@
 
 Name:           soundconverter
 Version:        2.0.4
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Simple sound converter application for GNOME
 
 Group:          Applications/Multimedia
@@ -84,7 +84,10 @@ install -p soundconverter/batch.py ${RPM_BUILD_ROOT}/usr/lib/%{name}/python/soun
 
 %find_lang %{name}
 
-desktop-file-install --vendor=fedora \
+desktop-file-install \
+%if 0%{?fedora} < 19
+  --vendor=fedora \
+%endif
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   --add-category X-Fedora \
   --add-category X-OutputGeneration \
@@ -120,6 +123,9 @@ update-desktop-database &> /dev/null ||:
 
 
 %changelog
+* Sun Feb 10 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.4-12
+- Fedora >= 19: Drop ancient "fedora" vendor prefix from desktop file.
+
 * Sun Feb 10 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.4-11
 - Pull the TagReader patch, since it's problematic for unknown file types.
 


More information about the scm-commits mailing list