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

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Feb 9 12:28:50 UTC 2013


commit 33c441c417d0c02f2fef1ecb2761b926cb8e5c1a
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Sat Feb 9 21:28:42 2013 +0900

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

 tzclock.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/tzclock.spec b/tzclock.spec
index 8cd432f..57a07fb 100644
--- a/tzclock.spec
+++ b/tzclock.spec
@@ -1,6 +1,6 @@
 Name:		tzclock
 Version:	3.0.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	GTK+ graphical Clock displaying the time around the world
 
 Group:		Amusements/Graphics
@@ -37,7 +37,9 @@ sed -i.suffix \
 
 desktop-file-install \
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
+%if 0%{?fedora} < 19
 	--vendor fedora \
+%endif
 	--delete-original \
 	$RPM_BUILD_ROOT%{_datadir}/applications/TzClock.desktop
 
@@ -75,6 +77,9 @@ exit 0
 %{_mandir}/man1/*
 
 %changelog
+* Sat Feb  9 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 3.0.2-2
+- F-19: kill vendorization of desktop file (fpc#247)
+
 * Thu Nov 15 2012 Mamoru TASAKA <mtasaka at fedoraproject.org> - 3.0.2-1
 - 3.0.2
 


More information about the scm-commits mailing list