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

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


commit 7077eea531b0e161c7e394146e90d2e07281eee8
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sat Feb 9 17:00:03 2013 +0900

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

 cbrpager.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/cbrpager.spec b/cbrpager.spec
index e25fde2..aa9ce02 100644
--- a/cbrpager.spec
+++ b/cbrpager.spec
@@ -1,6 +1,6 @@
 Name:		cbrpager
 Version:	0.9.22
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Simple comic book pager for Linux
 
 Group:		Amusements/Graphics
@@ -54,7 +54,9 @@ EOF
 	INSTALL="%{__install} -c -p"
 
 desktop-file-install \
+%if 0%{?fedora} < 19
 	--vendor fedora \
+%endif
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
 	%{name}.desktop
 
@@ -78,6 +80,9 @@ desktop-file-install \
 
 
 %changelog
+* Sat Feb  9 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.9.22-6
+- F-19: kill vendorization of desktop file (fpc#247)
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.22-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list