[cairo-clock] remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247

Rahul Sundaram sundaram at fedoraproject.org
Thu Feb 14 08:08:40 UTC 2013


commit e596ff6d45446973126ab361dbfa4a3b34706397
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Thu Feb 14 03:08:33 2013 -0500

    remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247

 cairo-clock.spec |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/cairo-clock.spec b/cairo-clock.spec
index 09d5e1f..98a8cf9 100644
--- a/cairo-clock.spec
+++ b/cairo-clock.spec
@@ -1,7 +1,7 @@
 Summary:	Cairo-rendered on-screen clock 
 Name:		cairo-clock
 Version:	0.3.4
-Release:	11%{?dist}
+Release:	12%{?dist}
 URL:		http://macslow.thepimp.net/?page_id=23
 Source0:	http://macslow.thepimp.net/projects/%{name}/%{name}-%{version}.tar.gz
 Patch0:		cairo-clock-0.3.4-fix-ldflags.patch
@@ -30,13 +30,10 @@ make %{?_smp_mflags}
 %install
 make install INSTALL="install -p"  DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
-desktop-file-install					\
-	--vendor fedora					\
-	--add-category X-Fedora				\
-	--dir $RPM_BUILD_ROOT%{_datadir}/applications	\
-	desktop/%{name}.desktop
-%find_lang %{name}
+desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+       desktop/%{name}.desktop
 
+%find_lang %{name}
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -44,12 +41,15 @@ desktop-file-install					\
 %files -f %{name}.lang
 %doc AUTHORS COPYING NEWS README TODO
 %{_bindir}/%{name}
-%{_datadir}/applications/*
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}
 %{_mandir}/man1/%{name}.1.gz
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Thu Feb 14 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.3.4-12
+- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.4-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list