[corebird] Backport appdata updates from upstream

Kalev Lember kalev at fedoraproject.org
Fri Aug 1 16:11:39 UTC 2014


commit dd8df24a409334450c8ddc3ed263f91e2dc61e64
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Aug 1 18:10:25 2014 +0200

    Backport appdata updates from upstream
    
    We need <summary> for this to show up in gnome-software.

 ...pdate-org.baedert.corebird.appdata.xml.in.patch |   29 ++++++++++++++++++++
 corebird.spec                                      |    7 ++++-
 2 files changed, 35 insertions(+), 1 deletions(-)
---
diff --git a/0001-Update-org.baedert.corebird.appdata.xml.in.patch b/0001-Update-org.baedert.corebird.appdata.xml.in.patch
new file mode 100644
index 0000000..d304950
--- /dev/null
+++ b/0001-Update-org.baedert.corebird.appdata.xml.in.patch
@@ -0,0 +1,29 @@
+From 0546dae565b02472fe29c67a1039db9eaf4dc2c7 Mon Sep 17 00:00:00 2001
+From: Ryan Lerch <ryanlerch at users.noreply.github.com>
+Date: Fri, 1 Aug 2014 10:48:45 -0400
+Subject: [PATCH] Update org.baedert.corebird.appdata.xml.in
+
+Updated the licence tag to metadata licence (appdata xml spec change), and added a summary
+---
+ data/org.baedert.corebird.appdata.xml.in | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/data/org.baedert.corebird.appdata.xml.in b/data/org.baedert.corebird.appdata.xml.in
+index 4fccba7..fdfc84a 100644
+--- a/data/corebird.appdata.xml.in
++++ b/data/corebird.appdata.xml.in
+@@ -2,8 +2,9 @@
+ <!-- Copyright 2013 Ryan Lerch <ryanlerch at fedoraproject.org> -->
+ <application>
+  <id type="desktop">org.baedert.corebird.desktop</id>
+- <licence>CC0</licence>
+- <description>
++ <summary>twitter client</summary>
++	<metadata_license>CC0-1.0</metadata_license> 
++	<description>
+   <_p>
+    Corebird is a native GTK+ twitter client that provides vital features such as Direct Messages (DMs), tweet notifications, conversation views.
+   </_p>
+-- 
+2.0.3
+
diff --git a/corebird.spec b/corebird.spec
index 8f0f57f..35eefbf 100644
--- a/corebird.spec
+++ b/corebird.spec
@@ -1,11 +1,12 @@
 Name:           corebird
 Version:        0.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Native GTK Twitter client
 License:        GPLv3+
 URL:            http://corebird.baedert.org/
 Source0:        https://github.com/baedert/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
 Patch0:         0001-Fix-the-build-with-Werror-format-security.patch
+Patch1:         0001-Update-org.baedert.corebird.appdata.xml.in.patch
 BuildRequires:        autoconf
 BuildRequires:        automake
 BuildRequires:        intltool
@@ -32,6 +33,7 @@ Native GTK Twitter client for the Linux desktop.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 NOCONFIGURE=1 ./autogen.sh
 
 %build
@@ -79,6 +81,9 @@ fi
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Fri Aug 01 2014 Kalev Lember <kalevlember at gmail.com> - 0.8-3
+- Backport appdata updates from upstream
+
 * Thu Jul 31 2014 Kalev Lember <kalevlember at gmail.com> - 0.8-2
 - Correct the appdata file name
 


More information about the scm-commits mailing list