raphgro pushed to hamster-time-tracker (epel7). "Fix silly desktop-file-validate issue."

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Mar 30 20:59:00 UTC 2015


>From 5707c5d038b65df6778339e668b43d92c6339b22 Mon Sep 17 00:00:00 2001
From: "Ankur Sinha (Ankur Sinha Gmail)" <sanjay.ankur at gmail.com>
Date: Mon, 30 Dec 2013 04:57:09 +1100
Subject: Fix silly desktop-file-validate issue.


diff --git a/hamster-time-tracker.spec b/hamster-time-tracker.spec
index 299dbb5..534b06d 100644
--- a/hamster-time-tracker.spec
+++ b/hamster-time-tracker.spec
@@ -1,6 +1,6 @@
 Name:       hamster-time-tracker
 Version:    1.03.3
-Release:    5%{?dist}
+Release:    6%{?dist}
 Summary:    The Linux time tracker
 
 License:    GPLv3+
@@ -80,7 +80,10 @@ cp %{SOURCE1} %{buildroot}/%{_datadir}/appdata/  -v
 
 %find_lang %{name} --with-gnome
 
-desktop-file-validate %{buildroot}/%{_datadir}/applications/hamster*desktop
+# Fedora 19's build barfs if I mention them all together using a wildcard.
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-overview.desktop
+desktop-file-validate %{buildroot}/%{_datadir}/applications/hamster-windows-service.desktop
 
 %pre
 %gconf_schema_prepare %{name}
@@ -124,6 +127,9 @@ fi
 
 
 %changelog
+* Mon Dec 30 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 1.03.3-6
+- Update desktop-file-validate command for F19
+
 * Sat Dec 28 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 1.03.3-5
 - Add patch for notification fix
 - https://bugzilla.redhat.com/show_bug.cgi?id=1046991
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/hamster-time-tracker.git/commit/?h=epel7&id=5707c5d038b65df6778339e668b43d92c6339b22


More information about the scm-commits mailing list