Accepting request 83632 from home:vuntz:branches:GNOME:Factory

Update to 0.14.0

OBS-URL: https://build.opensuse.org/request/show/83632
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/json-glib?expand=0&rev=35
This commit is contained in:
Vincent Untz 2011-09-21 15:23:20 +00:00 committed by Git OBS Bridge
parent c2d778aa53
commit e6adacac5f
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3819532086fd6772a4132a3deba07fa0509fe480ef7fa4e82c7b501dfee5697f
size 520841

3
json-glib-0.14.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efa6a22711c99208feef3bdcd6692573640ac7635725417024980b80990a2966
size 522291

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Sep 19 14:30:19 UTC 2011 - vuntz@opensuse.org
- Update to version 0.14.0:
+ Add translations.
- Create lang subpackage.
- Add json-glib-lang Recommends to libjson-glib-1_0-0, as well as a
json-glib Provides to make the lang subpackage installable.
-------------------------------------------------------------------
Fri Sep 9 16:20:36 UTC 2011 - vuntz@opensuse.org

View File

@ -19,13 +19,13 @@
Name: json-glib
Version: 0.13.90
Version: 0.14.0
Release: 1
Summary: Library for JavaScript Object Notation format
License: LGPLv2.1+
Group: Development/Libraries/C and C++
Url: http://live.gnome.org/JsonGlib
Source0: http://download.gnome.org/sources/json-glib/0.13/%{name}-%{version}.tar.bz2
Source0: http://download.gnome.org/sources/json-glib/0.14/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
BuildRequires: glib2-devel
BuildRequires: gobject-introspection-devel
@ -48,6 +48,9 @@ JSON data streams.
License: LGPLv2.1+
Summary: Library for JavaScript Object Notation format
Group: Development/Libraries/C and C++
# To make lang subpackage installable
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
@ -84,6 +87,7 @@ JSON data streams.
This package contains development files needed to develop with the
json-glib library.
%lang_package
%prep
%setup -q
@ -94,6 +98,7 @@ json-glib library.
%install
%makeinstall
%__rm %{buildroot}%{_libdir}/*.la
%find_lang %{name}-1.0
%clean
rm -rf %{buildroot}
@ -118,4 +123,6 @@ rm -rf %{buildroot}
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/%{name}
%files lang -f %{name}-1.0.lang
%changelog