Add upstream patch to fix AppData validation

This commit is contained in:
David King 2014-10-28 07:51:22 +00:00
parent b2a8c01ece
commit 9e457e4d11
2 changed files with 35 additions and 1 deletions

View File

@ -0,0 +1,31 @@
From 899e87136384eac691fdaa0c17c26339d2a3a692 Mon Sep 17 00:00:00 2001
From: David King <davidk@gnome.org>
Date: Tue, 28 Oct 2014 07:36:16 +0000
Subject: [PATCH] Add name and summary elements to AppData
Pacify appstream-util validate.
---
data/org.gnome.Logs.appdata.xml.in | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/data/org.gnome.Logs.appdata.xml.in b/data/org.gnome.Logs.appdata.xml.in
index 9e08323..3857ca8 100644
--- a/data/org.gnome.Logs.appdata.xml.in
+++ b/data/org.gnome.Logs.appdata.xml.in
@@ -4,10 +4,9 @@
<id type="desktop">org.gnome.Logs.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
-<!-- Both taken from desktop file.
- <name>Logs</name>
- <summary>View detailed event logs for the system</summary>
--->
+<!-- Name and summary taken from the desktop file. -->
+ <_name>Logs</_name>
+ <_summary>View detailed event logs for the system</_summary>
<description>
<_p>Logs shows events from the systemd journal, and sorts them into
categories, such as hardware and applications.</_p>
--
2.1.0

View File

@ -7,6 +7,8 @@ Group: Applications/System
License: GPLv3+
URL: https://wiki.gnome.org/Apps/Logs
Source0: https://download.gnome.org/sources/%{name}/3.15/%{name}-%{version}.tar.xz
# From upstream git, to fix make check.
Patch0: gnome-logs-3.15.1-add-missing-appdata-elements.patch
BuildRequires: desktop-file-utils
BuildRequires: docbook-dtds
@ -24,6 +26,7 @@ A log viewer for the systemd journal.
%prep
%setup -q
%patch0 -p1
%build
@ -71,7 +74,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Mon Oct 27 2014 David King <amigadave@amigadave.com> - 3.15.1-1
* Tue Oct 28 2014 David King <amigadave@amigadave.com> - 3.15.1-1
- Update to 3.15.1
* Wed Oct 15 2014 David King <amigadave@amigadave.com> - 3.14.1-2