[catfish] F-19: kill vendorization of desktop file (fpc#247)

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Feb 9 07:57:47 UTC 2013


commit 0be4d47a2d6c3ab74fbc913b1c4cc1c829f0e84d
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sat Feb 9 16:57:42 2013 +0900

    F-19: kill vendorization of desktop file (fpc#247)

 catfish.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/catfish.spec b/catfish.spec
index f095a92..f163417 100644
--- a/catfish.spec
+++ b/catfish.spec
@@ -2,12 +2,12 @@
 %define		mainver		0.4.0.2
 %undefine		betaver		
 
-%define		fedoraver	1
+%define		fedoraver	2
 
 
 Name:		catfish
 Version:	%{mainver}
-Release:	%{?betaver:0.}%{fedoraver}%{?betaver:.%betaver}%{?dist}.1
+Release:	%{?betaver:0.}%{fedoraver}%{?betaver:.%betaver}%{?dist}
 Summary:	A handy file search tool
 
 Group:		Applications/File
@@ -102,7 +102,9 @@ This is a metapackage to install all engines supported by %{name}.
 
 desktop-file-install \
 	--delete-original \
+%if 0%{?fedora} < 19
 	--vendor fedora \
+%endif
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
 	$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
@@ -145,6 +147,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 
 %changelog
+* Sat Feb  9 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.4.0.2-2
+- F-19: kill vendorization of desktop file (fpc#247)
+
 * Fri Oct 05 2012 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0.2-1
 - Update to 0.4.02 (GTK3 port)
 - Require pygobject3 instead of pygtk2-libglade


More information about the scm-commits mailing list