Accepting request 521555 from home:jengelh:branches:GNOME:Factory
- Trim and ensure neutrality of descriptions. spice up that find call OBS-URL: https://build.opensuse.org/request/show/521555 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=104
This commit is contained in:
parent
22ade53e3c
commit
3b45a55b24
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 5 20:26:36 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Trim and ensure neutrality of descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 4 10:52:58 UTC 2017 - dimstar@opensuse.org
|
Mon Sep 4 10:52:58 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -59,11 +59,11 @@ Requires: gcab
|
|||||||
Requires: gdk-pixbuf-loader-rsvg
|
Requires: gdk-pixbuf-loader-rsvg
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library provides GObjects and helper methods to make it easy to read and write AppStream metadata.
|
This library provides GObjects and helper methods to read and write
|
||||||
It also provides a simple DOM implementation that makes it easy to edit nodes and
|
AppStream metadata. It also provides a DOM implementation to edit
|
||||||
convert to and from the standardized XML representation.
|
nodes and convert to and from the standardized XML representation.
|
||||||
|
|
||||||
What this library allows you to do:
|
This library allows to:
|
||||||
|
|
||||||
* Read and write compressed AppStream XML files
|
* Read and write compressed AppStream XML files
|
||||||
* Add and search for applications in an application store
|
* Add and search for applications in an application store
|
||||||
@ -77,17 +77,9 @@ License: LGPL-2.1+
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libappstream-glib8
|
%description -n libappstream-glib8
|
||||||
This library provides GObjects and helper methods to make it easy to read and write AppStream metadata.
|
This library provides GObjects and helper methods to read and write
|
||||||
It also provides a simple DOM implementation that makes it easy to edit nodes and
|
AppStream metadata. It also provides a DOM implementation to edit
|
||||||
convert to and from the standardized XML representation.
|
nodes and convert to and from the standardized XML representation.
|
||||||
|
|
||||||
What this library allows you to do:
|
|
||||||
|
|
||||||
* Read and write compressed AppStream XML files
|
|
||||||
* Add and search for applications in an application store
|
|
||||||
* Get screenshot image data and release announcements
|
|
||||||
* Easily retrieve the best application data for the current locale
|
|
||||||
* Efficiently interface with more heavy-weight parsers like expat
|
|
||||||
|
|
||||||
%package -n libappstream-builder8
|
%package -n libappstream-builder8
|
||||||
Summary: AppStream Abstraction Library
|
Summary: AppStream Abstraction Library
|
||||||
@ -95,40 +87,32 @@ License: LGPL-2.1+
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libappstream-builder8
|
%description -n libappstream-builder8
|
||||||
This library provides GObjects and helper methods to make it easy to read and write AppStream metadata.
|
This library provides GObjects and helper methods to read and write
|
||||||
It also provides a simple DOM implementation that makes it easy to edit nodes and
|
AppStream metadata. It also provides a DOM implementation to edit
|
||||||
convert to and from the standardized XML representation.
|
nodes and convert to and from the standardized XML representation.
|
||||||
|
|
||||||
What this library allows you to do:
|
|
||||||
|
|
||||||
* Read and write compressed AppStream XML files
|
|
||||||
* Add and search for applications in an application store
|
|
||||||
* Get screenshot image data and release announcements
|
|
||||||
* Easily retrieve the best application data for the current locale
|
|
||||||
* Efficiently interface with more heavy-weight parsers like expat
|
|
||||||
|
|
||||||
%package -n typelib-1_0-AppStreamBuilder-1_0
|
%package -n typelib-1_0-AppStreamBuilder-1_0
|
||||||
Summary: AppStream Abstraction Library -- Introspection bindings
|
Summary: Introspection bindings for the AppStream abstraction library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n typelib-1_0-AppStreamBuilder-1_0
|
%description -n typelib-1_0-AppStreamBuilder-1_0
|
||||||
This library provides GObjects and helper methods to make it easy to read and write AppStream metadata.
|
This library provides GObjects and helper methods to read and write
|
||||||
It also provides a simple DOM implementation that makes it easy to edit nodes and
|
AppStream metadata. It also provides a DOM implementation to edit
|
||||||
convert to and from the standardized XML representation.
|
nodes and convert to and from the standardized XML representation.
|
||||||
|
|
||||||
%package -n typelib-1_0-AppStreamGlib-1_0
|
%package -n typelib-1_0-AppStreamGlib-1_0
|
||||||
Summary: AppStream Abstraction Library -- Introspection bindings
|
Summary: Introspection bindings for the AppStream abstraction library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n typelib-1_0-AppStreamGlib-1_0
|
%description -n typelib-1_0-AppStreamGlib-1_0
|
||||||
This library provides GObjects and helper methods to make it easy to read and write AppStream metadata.
|
This library provides GObjects and helper methods to read and write
|
||||||
It also provides a simple DOM implementation that makes it easy to edit nodes and
|
AppStream metadata. It also provides a DOM implementation to edit
|
||||||
convert to and from the standardized XML representation.
|
nodes and convert to and from the standardized XML representation.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: AppStream Abstraction Library -- Development files
|
Summary: Development files for the AppStream abstraction library
|
||||||
License: LGPL-2.1+ AND GPL-2.0+
|
License: LGPL-2.1+ AND GPL-2.0+
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -143,11 +127,11 @@ Provides: appdata-tools = 0.1.9
|
|||||||
Obsoletes: appdata-tools-lang < 0.1.9
|
Obsoletes: appdata-tools-lang < 0.1.9
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This library provides GObjects and helper methods to make it easy to read and write AppStream metadata.
|
This library provides GObjects and helper methods to read and write
|
||||||
It also provides a simple DOM implementation that makes it easy to edit nodes and
|
AppStream metadata. It also provides a DOM implementation to edit
|
||||||
convert to and from the standardized XML representation.
|
nodes and convert to and from the standardized XML representation.
|
||||||
|
|
||||||
What this library allows you to do:
|
This library allows to:
|
||||||
|
|
||||||
* Read and write compressed AppStream XML files
|
* Read and write compressed AppStream XML files
|
||||||
* Add and search for applications in an application store
|
* Add and search for applications in an application store
|
||||||
@ -158,8 +142,7 @@ What this library allows you to do:
|
|||||||
%package -n openSUSE-appstream-process
|
%package -n openSUSE-appstream-process
|
||||||
Summary: Appstream processor employed by kiwi
|
Summary: Appstream processor employed by kiwi
|
||||||
License: LGPL-2.1+ AND GPL-2.0+
|
License: LGPL-2.1+ AND GPL-2.0+
|
||||||
# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
|
Group: Development/Tools/Building
|
||||||
Group: System
|
|
||||||
Requires: appstream-glib >= %{version}
|
Requires: appstream-glib >= %{version}
|
||||||
Requires: openSUSE-appdata-extra
|
Requires: openSUSE-appdata-extra
|
||||||
|
|
||||||
@ -198,7 +181,7 @@ if make %{?_smp_mflags} check; then
|
|||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo CHECKS failed... dumping log file
|
echo CHECKS failed... dumping log file
|
||||||
find -name test-suite.log -exec cat {} \;
|
find -name test-suite.log -exec cat {} +
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user