Accepting request 96161 from home:dimstar:branches:GNOME:Factory
Push typelib change branch OBS-URL: https://build.opensuse.org/request/show/96161 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/json-glib?expand=0&rev=38
This commit is contained in:
committed by
Git OBS Bridge
parent
bbe431c59e
commit
3922516e1e
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 20:06:52 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Split typelib file into typelib-1_0-Json-1_0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 07:44:02 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@@ -65,11 +65,29 @@ GValue for ease of development. It also provides integration with the
|
||||
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
|
||||
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.
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.1+
|
||||
Summary: Library for JavaScript Object Notation format - Development Files
|
||||
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
|
||||
@@ -111,6 +129,9 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog COPYING NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files -n typelib-1_0-Json-1_0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/girepository-1.0/Json-1.0.typelib
|
||||
|
||||
%files devel
|
||||
|
Reference in New Issue
Block a user