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

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Feb 9 07:54:38 UTC 2013


commit ab5301c2b2eaf44d60be24fda0864e47caad968b
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sat Feb 9 16:54:26 2013 +0900

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

 alexandria.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/alexandria.spec b/alexandria.spec
index 3305221..ba8252b 100644
--- a/alexandria.spec
+++ b/alexandria.spec
@@ -9,7 +9,7 @@
 %undefine		minorver	
 %undefine		ifpre	
 
-%define		fedorarel	2
+%define		fedorarel	3
 %define		rel		%{?ifpre:0.}%{fedorarel}%{?minorver:.%minorver}
 
 
@@ -173,7 +173,9 @@ rake install_package_staging \
 	RUBYLIBDIR=%{ruby_vendorlibdir}
 
 desktop-file-install \
+%if 0%{?fedora} < 19
 	--vendor fedora \
+%endif
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
 	--delete-original \
 	$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
@@ -247,6 +249,9 @@ exit 0
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 
 %changelog
+* Sat Feb  9 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.6.9-3
+- F-19: kill vendorization of desktop file (fpc#247)
+
 * Sat Oct 27 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.6.9-2
 - Add a feature to remove broken yaml files at startup when requested
   (bug 869556)


More information about the scm-commits mailing list