Accepting request 85690 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/85690 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/json-glib?expand=0&rev=22
This commit is contained in:
commit
9ffead96fe
@ -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
3
json-glib-0.14.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:efa6a22711c99208feef3bdcd6692573640ac7635725417024980b80990a2966
|
||||||
|
size 522291
|
@ -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
|
Fri Sep 9 16:20:36 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: json-glib
|
Name: json-glib
|
||||||
Version: 0.13.90
|
Version: 0.14.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Library for JavaScript Object Notation format
|
Summary: Library for JavaScript Object Notation format
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://live.gnome.org/JsonGlib
|
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
|
Source99: baselibs.conf
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -48,6 +48,9 @@ JSON data streams.
|
|||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: Library for JavaScript Object Notation format
|
Summary: Library for JavaScript Object Notation format
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
# To make lang subpackage installable
|
||||||
|
Provides: %{name} = %{version}
|
||||||
|
Recommends: %{name}-lang
|
||||||
|
|
||||||
%description -n libjson-glib-1_0-0
|
%description -n libjson-glib-1_0-0
|
||||||
JSON is a lightweight data-interchange format.It is easy for humans to
|
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
|
This package contains development files needed to develop with the
|
||||||
json-glib library.
|
json-glib library.
|
||||||
|
|
||||||
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -94,6 +98,7 @@ json-glib library.
|
|||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
%__rm %{buildroot}%{_libdir}/*.la
|
%__rm %{buildroot}%{_libdir}/*.la
|
||||||
|
%find_lang %{name}-1.0
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -118,4 +123,6 @@ rm -rf %{buildroot}
|
|||||||
%dir %{_datadir}/gtk-doc/html
|
%dir %{_datadir}/gtk-doc/html
|
||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
|
%files lang -f %{name}-1.0.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user