jgu pushed to xpra (master). "Validate and own /usr/share/appdata/xpra.appdata.xml (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 27 15:10:12 UTC 2015


>From faf33293c43d13397f623923be4d38453ab73180 Mon Sep 17 00:00:00 2001
From: Jonathan Underwood <jonathan.underwood at gmail.com>
Date: Mon, 27 Apr 2015 16:09:50 +0100
Subject: Validate and own /usr/share/appdata/xpra.appdata.xml

Add BuildRequires libappstream-glib

diff --git a/xpra.spec b/xpra.spec
index 49e2998..be29eef 100644
--- a/xpra.spec
+++ b/xpra.spec
@@ -22,7 +22,7 @@
 
 Name:           xpra
 Version:        0.14.22
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Remote display server for applications and desktops
 
 License:        GPLv2+ and BSD and LGPLv3+ and MIT
@@ -45,6 +45,7 @@ BuildRequires:  Cython
 BuildRequires:  desktop-file-utils
 BuildRequires:  libvpx-devel
 BuildRequires:  libwebp-devel
+BuildRequires:  libappstream-glib
 %if %{with enc_x264}
 BuildRequires:  x264-devel
 %endif
@@ -153,6 +154,9 @@ done
 find %{buildroot}%{_datadir}/xpra/www/include -name '*.js' \
     -exec chmod 0644 {} \;
 
+appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/xpra.appdata.xml
+
+
 %check
 desktop-file-validate %{buildroot}%{_datadir}/applications/xpra.desktop
 desktop-file-validate %{buildroot}%{_datadir}/applications/xpra_launcher.desktop
@@ -190,10 +194,15 @@ fi
 %{_mandir}/man1/xpra.1.*
 %{_mandir}/man1/xpra_launcher.1.*
 %{_datadir}/xpra
+%{_datadir}/appdata/xpra.appdata.xml
 %doc README COPYING NEWS
 
 
 %changelog
+* Mon Apr 27 2015 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.14.22-2
+- Validate and own /usr/share/appdata/xpra.appdata.xml
+- Add BuildRequires libappstream-glib
+
 * Mon Apr 27 2015 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.14.22-1
 - Update to 0.14.22
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xpra.git/commit/?h=master&id=faf33293c43d13397f623923be4d38453ab73180


More information about the scm-commits mailing list