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

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Feb 9 08:02:15 UTC 2013


commit e3f31e00faf2a77a4efbcf89689dcaf44f4b2957
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sat Feb 9 17:02:06 2013 +0900

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

 comix.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/comix.spec b/comix.spec
index abcc761..2f8086b 100644
--- a/comix.spec
+++ b/comix.spec
@@ -7,7 +7,7 @@
 %undefine		alphatag	
 %define		comix4		1
 
-%define		fedorarel	6
+%define		fedorarel	7
 
 Name:		comix
 Version:	%{mainver}
@@ -105,7 +105,9 @@ export PATH=$(pwd)/TMPBIN:${PATH}
 	install
 
 desktop-file-install \
+%if 0%{?fedora} < 19
 	--vendor fedora \
+%endif
 	--delete-original \
 	--remove-category Application \
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
@@ -179,6 +181,9 @@ exit 0
 
 
 %changelog
+* Sat Feb  9 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 4.0.4-7
+- F-19: kill vendorization of desktop file (fpc#247)
+
 * Tue Jan 15 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 4.0.4-6
 - Don't import Image directly and import PIL instead for
   F-19 Pillow conversion


More information about the scm-commits mailing list