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

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


commit 70ed5ef08eaedc54ba0e65df5f0025d03128149f
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sat Feb 9 17:05:03 2013 +0900

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

 ebview.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ebview.spec b/ebview.spec
index f53b88a..7e67cf9 100644
--- a/ebview.spec
+++ b/ebview.spec
@@ -1,6 +1,6 @@
 Name:		ebview
 Version:	0.3.6.2
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	EPWING CD-ROM dictionary viewer
 
 Group:		Applications/Text      
@@ -80,7 +80,9 @@ iconv -f ISO-8859-1 -t UTF-8 doc/en/index.html > doc/en/index.html.tmp && \
 
 desktop-file-install \
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
+%if 0%{?fedora} < 19
 	--vendor fedora \
+%endif
 	%{SOURCE1}
 %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/pixmaps
 %{__install} -cpm 644 pixmaps/%{name}.xpm \
@@ -106,6 +108,9 @@ desktop-file-install \
 %{_datadir}/pixmaps/%{name}.xpm
 
 %changelog
+* Sat Feb  9 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.3.6.2-9
+- F-19: kill vendorization of desktop file (fpc#247)
+
 * Sat Jan 12 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.3.6.2-8
 - Remove explicit font requires
 


More information about the scm-commits mailing list