[seq24] Only remove vendor on F19+

Toshio くらとみ toshio at fedoraproject.org
Tue Feb 26 00:58:12 UTC 2013


commit 3c04477f62e5bf5f41a6ff26bea5b6f5dc954e9c
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Feb 25 16:57:59 2013 -0800

    Only remove vendor on F19+

 seq24.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/seq24.spec b/seq24.spec
index 0a22a69..17ff125 100644
--- a/seq24.spec
+++ b/seq24.spec
@@ -1,7 +1,7 @@
 Summary:      Real-time midi sequencer
 Name:         seq24
 Version:      0.9.3
-Release:      0.3.r131%{?dist}
+Release:      0.4.r131%{?dist}
 License:      GPLv2+
 Group:        Applications/Multimedia
 URL:          http://launchpad.net/%{name}
@@ -40,6 +40,9 @@ install -m 644 %{SOURCE1} \
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
 desktop-file-install \
+%if 0%{?fedora} && 0%{?fedora} < 19
+  --vendor "fedora" \
+%endif
   --dir $RPM_BUILD_ROOT%{_datadir}/applications    \
   %{SOURCE2}
 
@@ -64,6 +67,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/man/man1/%{name}.1.gz
 
 %changelog
+* Mon Feb 25 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.9.3-0.4.r131
+- Only remove vendor on F19+
+
 * Mon Feb 11 2013 Brendan Jones <brendan.jones.it at gmail.com> 0.9.3-0.3.r131
 - Remove vendor from desktop-file-install
 


More information about the scm-commits mailing list