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

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Feb 9 12:26:49 UTC 2013


commit e48bbfe2a61261c4ec3087616e97e6eb997b986e
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Sat Feb 9 21:26:15 2013 +0900

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

 tgif.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/tgif.spec b/tgif.spec
index af3528c..4e371ab 100644
--- a/tgif.spec
+++ b/tgif.spec
@@ -1,6 +1,6 @@
 Name:		tgif
 Version:	4.2.5
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	2-D drawing tool
 Group:		Applications/Multimedia
 
@@ -122,7 +122,9 @@ popd
 desktop-file-install \
 	--remove-category 'Application' \
 	--remove-category 'X-Fedora' \
+%if 0%{?fedora} < 19
 	--vendor 'fedora' \
+%endif
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
 	po/ja/tgif.desktop
 
@@ -172,9 +174,12 @@ exit 0
 %{_datadir}/X11/ja/app-defaults/Tgif
 
 %{_datadir}/icons/hicolor/*/apps/%{name}icon.png
-%{_datadir}/applications/*-%{name}.desktop
+%{_datadir}/applications/*%{name}.desktop
 
 %changelog
+* Sat Feb  9 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 4.2.5-4
+- F-19: kill vendorization of desktop file (fpc#247)
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list