2009-07-10 04:41:06 +02:00
|
|
|
#
|
2011-04-21 10:36:30 +02:00
|
|
|
# spec file for package json-glib
|
2009-07-10 04:41:06 +02:00
|
|
|
#
|
2016-03-02 11:27:58 +01:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2009-07-10 04:41:06 +02:00
|
|
|
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-09-07 17:35:08 +02:00
|
|
|
|
2009-07-10 04:41:06 +02:00
|
|
|
Name: json-glib
|
2016-03-23 16:25:06 +01:00
|
|
|
Version: 1.2.0
|
2011-12-21 05:25:15 +01:00
|
|
|
Release: 0
|
2009-07-31 19:56:01 +02:00
|
|
|
Summary: Library for JavaScript Object Notation format
|
2011-12-21 05:25:15 +01:00
|
|
|
License: LGPL-2.1+
|
2009-07-10 04:41:06 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Url: http://live.gnome.org/JsonGlib
|
2016-03-23 16:25:06 +01:00
|
|
|
Source0: http://download.gnome.org/sources/json-glib/1.2/%{name}-%{version}.tar.xz
|
2011-07-28 00:07:39 +02:00
|
|
|
Source99: baselibs.conf
|
2016-03-02 11:27:58 +01:00
|
|
|
BuildRequires: glib2-devel >= 2.46
|
2009-12-30 00:22:41 +01:00
|
|
|
BuildRequires: gobject-introspection-devel
|
2013-03-14 00:11:29 +01:00
|
|
|
BuildRequires: translation-update-upstream
|
2009-07-10 04:41:06 +02:00
|
|
|
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.
|
|
|
|
|
|
|
|
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 -n libjson-glib-1_0-0
|
|
|
|
Summary: Library for JavaScript Object Notation format
|
|
|
|
Group: Development/Libraries/C and C++
|
2011-09-21 17:23:20 +02:00
|
|
|
# To make lang subpackage installable
|
|
|
|
Provides: %{name} = %{version}
|
|
|
|
Recommends: %{name}-lang
|
2009-07-10 04:41:06 +02:00
|
|
|
|
|
|
|
%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-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.
|
|
|
|
|
2011-12-12 16:58:54 +01:00
|
|
|
%package -n typelib-1_0-Json-1_0
|
2011-12-21 05:25:15 +01:00
|
|
|
Summary: Library for JavaScript Object Notation format -- Introspection bindings
|
2011-12-12 16:58:54 +01:00
|
|
|
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.
|
|
|
|
|
2011-12-21 05:25:15 +01:00
|
|
|
This package provides the GObject Introspection bindings for JSON-GLib.
|
|
|
|
|
2009-07-10 04:41:06 +02:00
|
|
|
%package devel
|
|
|
|
Summary: Library for JavaScript Object Notation format - Development Files
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libjson-glib-1_0-0 = %{version}
|
2011-12-12 16:58:54 +01:00
|
|
|
Requires: typelib-1_0-Json-1_0 = %{version}
|
2009-07-10 04:41:06 +02:00
|
|
|
|
|
|
|
%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.
|
|
|
|
|
2011-09-21 17:23:20 +02:00
|
|
|
%lang_package
|
2009-07-10 04:41:06 +02:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2013-03-14 00:11:29 +01:00
|
|
|
translation-update-upstream
|
2009-07-10 04:41:06 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%__make %{?jobs:-j%jobs}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
|
|
|
%__rm %{buildroot}%{_libdir}/*.la
|
2011-09-21 17:23:20 +02:00
|
|
|
%find_lang %{name}-1.0
|
2009-07-10 04:41:06 +02:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post -n libjson-glib-1_0-0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libjson-glib-1_0-0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n libjson-glib-1_0-0
|
|
|
|
%defattr(-,root,root)
|
2012-09-07 17:35:08 +02:00
|
|
|
%doc ChangeLog COPYING NEWS
|
2009-07-10 04:41:06 +02:00
|
|
|
%{_libdir}/*.so.*
|
2011-12-12 16:58:54 +01:00
|
|
|
|
|
|
|
%files -n typelib-1_0-Json-1_0
|
|
|
|
%defattr(-,root,root)
|
2010-09-24 00:14:59 +02:00
|
|
|
%{_libdir}/girepository-1.0/Json-1.0.typelib
|
2009-07-10 04:41:06 +02:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2014-04-03 22:46:19 +02:00
|
|
|
# Those could potentially be split in a -tools package, but are never used by non-devs.
|
|
|
|
%{_bindir}/json-glib-format
|
|
|
|
%{_bindir}/json-glib-validate
|
2009-07-10 04:41:06 +02:00
|
|
|
%{_includedir}/%{name}-1.0
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2010-09-24 00:14:59 +02:00
|
|
|
%{_datadir}/gir-1.0/*.gir
|
2009-07-10 04:41:06 +02:00
|
|
|
%dir %{_datadir}/gtk-doc
|
|
|
|
%dir %{_datadir}/gtk-doc/html
|
|
|
|
%{_datadir}/gtk-doc/html/%{name}
|
|
|
|
|
2011-09-21 17:23:20 +02:00
|
|
|
%files lang -f %{name}-1.0.lang
|
|
|
|
|
2009-07-10 04:41:06 +02:00
|
|
|
%changelog
|