[qalculate-gtk] clog

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


commit be1756ecc5b2e77987cfafa90d217385471f826b
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Fri Feb 22 23:14:45 2013 -0800

    clog

 qalculate-gtk.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/qalculate-gtk.spec b/qalculate-gtk.spec
index d0cb9a5..72f275c 100644
--- a/qalculate-gtk.spec
+++ b/qalculate-gtk.spec
@@ -1,7 +1,7 @@
 Summary:	A multi-purpose desktop calculator for GNU/Linux
 Name:		qalculate-gtk
 Version:	0.9.7
-Release:	6%{?dist}
+Release:	7%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
 URL:		http://qalculate.sourceforge.net/
@@ -33,7 +33,9 @@ rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
 
 desktop-file-install --delete-original			\
+%if 0%{?fedora} && 0%{?fedora} < 19
 	--vendor fedora					\
+%endif
 	--remove-category Application			\
 	--dir %{buildroot}%{_datadir}/applications	\
 	--mode 0644					\
@@ -50,12 +52,19 @@ rm -rf %{buildroot}
 %doc AUTHORS ChangeLog COPYING TODO
 %doc %{_datadir}/gnome/help/qalculate-gtk/
 %{_bindir}/qalculate-gtk
+%if 0${?fedora} && 0%{?fedora} < 19
 %{_datadir}/applications/fedora-qalculate-gtk.desktop
+%else
+%{_datadir}/applications/qalculate-gtk.desktop
+%endif
 %{_datadir}/pixmaps/qalculate.png
 %{_datadir}/omf/qalculate-gtk/
 %{_datadir}/qalculate-gtk/
 
 %changelog
+* Fri Feb 22 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.9.7-7
+- 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.9.7-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list