Accepting request 99086 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/99086 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/json-glib?expand=0&rev=24
This commit is contained in:
commit
72cc74387e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efa6a22711c99208feef3bdcd6692573640ac7635725417024980b80990a2966
|
||||
size 522291
|
3
json-glib-0.14.2.tar.bz2
Normal file
3
json-glib-0.14.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b62cb148ae49d30d8ad807912ba3c7cf189459e2d75233620aae411cf8ea6c04
|
||||
size 523253
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 20:06:52 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Split typelib file into typelib-1_0-Json-1_0 subpackage.
|
||||
- Add typelib-1_0-Json-1_0 Requires to devel subpackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 07:44:02 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.14.2:
|
||||
+ Build fixes for compiling against the latest GLib
|
||||
+ Documentation fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 14:30:19 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -16,13 +16,11 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: json-glib
|
||||
Version: 0.14.0
|
||||
Release: 1
|
||||
Version: 0.14.2
|
||||
Release: 0
|
||||
Summary: Library for JavaScript Object Notation format
|
||||
License: LGPLv2.1+
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://live.gnome.org/JsonGlib
|
||||
Source0: http://download.gnome.org/sources/json-glib/0.14/%{name}-%{version}.tar.bz2
|
||||
@ -45,7 +43,6 @@ GObject classes for direct serialization into, and deserialization from,
|
||||
JSON data streams.
|
||||
|
||||
%package -n libjson-glib-1_0-0
|
||||
License: LGPLv2.1+
|
||||
Summary: Library for JavaScript Object Notation format
|
||||
Group: Development/Libraries/C and C++
|
||||
# To make lang subpackage installable
|
||||
@ -65,11 +62,30 @@ 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 -- Introspection bindings
|
||||
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
|
||||
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 +127,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
|
||||
|
Loading…
Reference in New Issue
Block a user