Fix AppData reference to desktop file

This commit is contained in:
David King 2014-06-30 11:46:12 +01:00
parent 5506b8db3f
commit 238d0302d9
2 changed files with 34 additions and 1 deletions

View File

@ -0,0 +1,28 @@
From aad367a4661b7b15c4d8a69de6d314ea173efd52 Mon Sep 17 00:00:00 2001
From: David King <davidk@gnome.org>
Date: Mon, 30 Jun 2014 11:31:08 +0100
Subject: [PATCH] Match desktop file name in AppData
Update the AppData reference to the desktop file, as it was not changed
when the desktop file was renamed.
---
data/org.gnome.Logs.appdata.xml.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/org.gnome.Logs.appdata.xml.in b/data/org.gnome.Logs.appdata.xml.in
index f085894..2922115 100644
--- a/data/org.gnome.Logs.appdata.xml.in
+++ b/data/org.gnome.Logs.appdata.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2013 David King <davidk@gnome.org> -->
+<!-- Copyright 2013, 2014 David King <davidk@gnome.org> -->
<application>
- <id type="desktop">gnome-logs.desktop</id>
+ <id type="desktop">org.gnome.Logs.desktop</id>
<licence>CC0</licence>
<!-- Both taken from desktop file.
<name>Logs</name>
--
2.0.0

View File

@ -1,12 +1,13 @@
Name: gnome-logs
Version: 3.13.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Log viewer for the systemd journal
Group: Applications/System
License: GPLv3+
URL: https://wiki.gnome.org/Apps/Logs
Source0: https://download.gnome.org/sources/%{name}/3.13/%{name}-%{version}.tar.xz
Patch0: gnome-logs-3.13.3-fix-appdata-desktop.patch
BuildRequires: appdata-tools
BuildRequires: desktop-file-utils
@ -24,6 +25,7 @@ A log viewer for the systemd journal.
%prep
%setup -q
%patch0 -p1
%build
@ -66,6 +68,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Mon Jun 30 2014 David King <amigadave@amigadave.com> - 3.13.3-2
- Fix AppData reference to desktop file
* Mon Jun 23 2014 David King <amigadave@amigadave.com> - 3.13.3-1
- Update to 3.13.3