Hello community, here is the log from the commit of package jag for openSUSE:Factory checked in at 2016-09-25 14:45:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jag (Old) and /work/SRC/openSUSE:Factory/.jag.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jag" Changes: -------- --- /work/SRC/openSUSE:Factory/jag/jag.changes 2015-07-02 22:47:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.jag.new/jag.changes 2016-09-25 14:45:22.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Sep 25 08:18:07 UTC 2016 - [email protected] + +- add appdata.xml for https://en.opensuse.org/openSUSE:AppStore + +------------------------------------------------------------------- New: ---- jag.appdata.xml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jag.spec ++++++ --- /var/tmp/diff_new_pack.AY8zR0/_old 2016-09-25 14:45:23.000000000 +0200 +++ /var/tmp/diff_new_pack.AY8zR0/_new 2016-09-25 14:45:23.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package jag # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ Source1: http://jag.xlabsoft.com/files/%{name}-%{version}-data.zip Source2: %{name}-icons.tar Source3: %{name}.desktop +Source4: %{name}.appdata.xml %if 0%{?suse_version} BuildRequires: update-desktop-files %endif @@ -87,6 +88,9 @@ %suse_update_desktop_file %{name} %endif +# install software gallery metadata +install -Dm 0644 %{S:4} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml + %files %defattr(-,root,root,-) %doc README @@ -94,6 +98,8 @@ %{_datadir}/applications/%{name}.desktop %dir %{_datadir}/%{name} %{_datadir}/icons/hicolor/ +%dir %{_datadir}/appdata/ +%{_datadir}/appdata/%{name}.appdata.xml %files data %defattr(-,root,root,-)
