Accepting request 523295 from home:jengelh:branches:GNOME:Factory

- Trim descriptions a little. Update summaries.

OBS-URL: https://build.opensuse.org/request/show/523295
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/json-glib?expand=0&rev=66
This commit is contained in:
Dominique Leuenberger 2017-09-11 16:31:35 +00:00 committed by Git OBS Bridge
parent 94a947ac34
commit 9ec5aed8af
2 changed files with 9 additions and 23 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 11 15:52:44 UTC 2017 - jengelh@inai.de
- Trim descriptions a little. Update summaries.
-------------------------------------------------------------------
Tue Jul 18 10:20:33 UTC 2017 - zaitor@opensuse.org

View File

@ -35,9 +35,6 @@ BuildRequires: translation-update-upstream
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
JSON is a lightweight data-interchange format.It is easy for humans to
read and write. It is easy for machines to parse and generate.
JSON-GLib provides a parser and a generator GObject classes and various
wrappers for the complex data types employed by JSON, such as arrays
and objects.
@ -55,8 +52,8 @@ Provides: %{name} = %{version}
Recommends: %{name}-lang
%description -n libjson-glib-1_0-0
JSON is a lightweight data-interchange format.It is easy for humans to
read and write. It is easy for machines to parse and generate.
JSON is a lightweight data-interchange format. It is comparatively
easy for humans to read and write, and for machines to parse and generate.
JSON-GLib provides a parser and a generator GObject classes and various
wrappers for the complex data types employed by JSON, such as arrays
@ -68,43 +65,27 @@ GObject classes for direct serialization into, and deserialization from,
JSON data streams.
%package -n typelib-1_0-Json-1_0
Summary: Library for JavaScript Object Notation format -- Introspection bindings
Summary: Introspection bindings for libjson-glib
Group: System/Libraries
%description -n typelib-1_0-Json-1_0
JSON is a lightweight data-interchange format.It is easy for humans to
read and write. It is easy for machines to parse and generate.
JSON-GLib provides a parser and a generator GObject classes and various
wrappers for the complex data types employed by JSON, such as arrays
and objects.
JSON-GLib uses GLib native data types and the generic value container
GValue for ease of development. It also provides integration with the
GObject classes for direct serialization into, and deserialization from,
JSON data streams.
This package provides the GObject Introspection bindings for JSON-GLib.
%package devel
Summary: Library for JavaScript Object Notation format - Development Files
Summary: Development files for libjson-glib
Group: Development/Libraries/C and C++
Requires: libjson-glib-1_0-0 = %{version}
Requires: typelib-1_0-Json-1_0 = %{version}
%description devel
JSON is a lightweight data-interchange format.It is easy for humans to
read and write. It is easy for machines to parse and generate.
JSON-GLib provides a parser and a generator GObject classes and various
wrappers for the complex data types employed by JSON, such as arrays
and objects.
JSON-GLib uses GLib native data types and the generic value container
GValue for ease of development. It also provides integration with the
GObject classes for direct serialization into, and deserialization from,
JSON data streams.
This package contains development files needed to develop with the
json-glib library.