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

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Feb 9 10:14:24 UTC 2013


commit d1470743161b130003988d1950e04c1efc9d37d9
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Sat Feb 9 19:14:06 2013 +0900

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

 mirage.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mirage.spec b/mirage.spec
index 50a98b2..e2ac205 100644
--- a/mirage.spec
+++ b/mirage.spec
@@ -2,7 +2,7 @@
 
 Name:		mirage
 Version:	0.9.5.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	A fast and simple image viewer
 
 Group:		Amusements/Graphics
@@ -51,7 +51,9 @@ desktop-file-install \
 	--delete-original \
 	--remove-category 'Application' \
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
+%if 0%{?fedora} < 19
 	--vendor fedora \
+%endif
 	$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
 # gettext files
@@ -78,6 +80,9 @@ desktop-file-install \
 %{_datadir}/applications/*%{name}.desktop
 
 %changelog
+* Sat Feb  9 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.9.5.2-4
+- F-19: kill vendorization of desktop file (fpc#247)
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.5.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list