[quicksynergy] clog

Toshio くらとみ toshio at fedoraproject.org
Sat Feb 23 08:14:43 UTC 2013


commit 87d715f93d8f244e9fdc541b059b3fe593931535
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Sat Feb 23 00:14:34 2013 -0800

    clog

 quicksynergy.spec |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/quicksynergy.spec b/quicksynergy.spec
index 7db0b48..b861409 100644
--- a/quicksynergy.spec
+++ b/quicksynergy.spec
@@ -1,6 +1,6 @@
 Name:		quicksynergy
 Version:	0.8.1
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	Share keyboard and mouse between computers
 
 Group:		Applications/System
@@ -37,7 +37,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
 install -m 644 src/logo/qslogo.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
 
-desktop-file-install --vendor="fedora"	\
+desktop-file-install \
+%if 0%{?fedora} && 0%{?fedora} < 19
+	--vendor="fedora"	\
+%endif
 	--dir=${RPM_BUILD_ROOT}%{_datadir}/applications	\
 	%{SOURCE1}
 
@@ -52,9 +55,16 @@ rm -rf $RPM_BUILD_ROOT
 %doc ChangeLog COPYING AUTHORS README
 %{_bindir}/quicksynergy
 %{_datadir}/pixmaps/qslogo.png
+%if 0%{?fedora} && 0%{?fedora} < 19
 %{_datadir}/applications/fedora-quicksynergy.desktop
+%else
+%{_datadir}/applications/quicksynergy.desktop
+%endif
 
 %changelog
+* Sat Feb 23 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.8.1-9
+- 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> - 0.8.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list