Dominique Leuenberger 2017-06-30 16:39:13 +00:00 committed by Git OBS Bridge
commit a40c9c6f29
6 changed files with 39 additions and 12 deletions

View File

@ -58,5 +58,5 @@ done
chmod 755 /var/cache/app-info/icons/*
# (Re)create the Xapian database required by the KDE tools
appstreamcli refresh-index
appstreamcli refresh-cache

View File

@ -2,10 +2,11 @@
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/DimStar77/openSUSE-appstream.git</param>
<param name="scm">git</param>
<param name="versionformat">1.0</param>
<param name="versionformat">1.0+git.%cd</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jun 28 11:55:21 UTC 2017 - dimstar@opensuse.org
- Update to version 1.0+git.20150408:
+ Drop the irrelevant LICENSE file from git.
- Update License tag to be MIT (InstallAppdata.sh) AND CC0-1.0 (the
appdata metafiles).
-------------------------------------------------------------------
Mon Jun 26 15:02:47 UTC 2017 - dimstar@opensuse.org
- Provide 'appstream-provider': we might want to implement
different methods of providing AppStream metadata to
applications, and the frontends should not have to care about the
technical details in the background. Software Centers like GNOME
Software and Discover are supposed to use the new symbol.
-------------------------------------------------------------------
Fri Jun 23 12:21:44 UTC 2017 - dimstar@opensuse.org
- Update InstallAppdata.sh: use appstreamcli refresh-cache instead
of refresh-index (boo#1044114).
- Drop GNOME software mention from the description. There are other
frontends out there by now.
-------------------------------------------------------------------
Fri Jul 15 07:25:08 UTC 2016 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libzypp-plugin-appdata
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@ -17,13 +17,13 @@
Name: libzypp-plugin-appdata
Version: 1.0.1
Version: 1.0+git.20150408
Release: 0
Summary: Extend libzypp to handle AppStream metadata
License: MIT
License: MIT AND CC0-1.0
Group: System/Libraries
Url: https://wiki.gnome.org/Design/Apps/Software
Source0: openSUSE-appstream-1.0.tar.xz
Source0: openSUSE-appstream-%{version}.tar.xz
Source2: InstallAppdata.sh
BuildArch: noarch
# appstream-glib >= 0.3.6 is the first to correctly to appstream-util uninstall in /var/cache
@ -34,23 +34,24 @@ Requires: libzypp >= 14.29.4
Requires: AppStream
# The script uses awk to find the right filename for the appdata.xml.gz file
Requires: awk
# This is one way of providing valid appstream metadata to applications (currently the only implemented one)
Provides: appstream-provider
%description
This plugin extends libzypp to install AppStream metadata, as extracted from the
repository metadata, onto the file system in order to be picked up by
software centers.
At this moment, gnome-software is the only known implementation making use of it.
%package -n openSUSE-appdata-extra
Summary: Additional Appstream Metadata
License: CC0-1.0
Group: System
%description -n openSUSE-appdata-extra
This package contains extra appstream metadata to be used by appstream-builder
%prep
%setup -q -n openSUSE-appstream-1.0
%setup -q -n openSUSE-appstream-%{version}
%build

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c01ed1aabdbf22a0ef8ae47c9fd68ed066477bc4acf2393c1ae6c72086ef6da9
size 95152

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25e5c54c4cd19f78e3230eb957c5a2d26b6d62c03279c889dc01b39c762efa03
size 40654984