[qemu-launcher] clog

Toshio くらとみ toshio at fedoraproject.org
Sat Feb 23 07:27:47 UTC 2013


commit a5639a89df385e452107f28bed1b7932be3d00db
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Fri Feb 22 23:27:38 2013 -0800

    clog

 qemu-launcher.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/qemu-launcher.spec b/qemu-launcher.spec
index fc647fb..22cba83 100644
--- a/qemu-launcher.spec
+++ b/qemu-launcher.spec
@@ -1,6 +1,6 @@
 Name:      qemu-launcher
 Version:   1.7.4
-Release:   10%{?dist}
+Release:   11%{?dist}
 Summary:   A graphical front-end to Qemu virtual machines
 
 Group:     Applications/Emulators
@@ -43,7 +43,11 @@ rm -rf %{buildroot}
 make install                                 \
   PREFIX=%{_prefix} DESTDIR=%{buildroot}     \
   DOCSDIR="." #Install docs in cwd, and catch them with %doc below
-desktop-file-install --vendor fedora --delete-original  \
+desktop-file-install \
+%if 0%{?fedora}  && 0%{?fedora} < 19
+  --vendor fedora \
+%endif
+  --delete-original  \
   --dir %{buildroot}/%{_datadir}/applications/          \
   %{buildroot}/%{_datadir}/applications/%{name}.desktop
 %find_lang %{name}
@@ -79,6 +83,9 @@ fi
 
 
 %changelog
+* Fri Feb 22 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 1.7.4-11
+- Remove --vendor from desktop-file-install https://fedorahosted.org/fesco/ticket/1077
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.4-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list