Update json-glib to latest stable, 0.12.4

This commit is contained in:
Alex Hudson 2011-05-20 11:18:15 +01:00
parent 3f45c5da17
commit ac0f987dc4
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ json-glib-0.10.4.tar.bz2
/json-glib-0.11.3-0.1.git19b0b87.fc15.src.rpm /json-glib-0.11.3-0.1.git19b0b87.fc15.src.rpm
/json-glib-0.11.3-git19b0b87.tar.bz2 /json-glib-0.11.3-git19b0b87.tar.bz2
/json-glib-0.12.0.tar.bz2 /json-glib-0.12.0.tar.bz2
/json-glib-0.12.4.tar.bz2

View File

@ -1,15 +1,15 @@
%define glib_ver 2.16 %define glib_ver 2.16
Name: json-glib Name: json-glib
Version: 0.12.0 Version: 0.12.4
Release: 2%{?dist} Release: 1%{?dist}
Summary: Library for JavaScript Object Notation format Summary: Library for JavaScript Object Notation format
Group: System Environment/Libraries Group: System Environment/Libraries
License: LGPLv2+ License: LGPLv2+
URL: http://live.gnome.org/JsonGlib URL: http://live.gnome.org/JsonGlib
#VCS: git:git://git.gnome.org/json-glib #VCS: git:git://git.gnome.org/json-glib
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.11/%{name}-%{version}.tar.bz2 Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.12/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel >= %{glib_ver} BuildRequires: glib2-devel >= %{glib_ver}
@ -26,7 +26,6 @@ Summary: Development files for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: glib2-devel >= %{glib_ver} Requires: glib2-devel >= %{glib_ver}
Requires: gtk-doc
Requires: pkgconfig Requires: pkgconfig
@ -80,11 +79,16 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib%{name}*.so %{_libdir}/lib%{name}*.so
%{_libdir}/pkgconfig/%{name}-1.0.pc %{_libdir}/pkgconfig/%{name}-1.0.pc
%{_includedir}/%{name}-1.0/ %{_includedir}/%{name}-1.0/
%{_datadir}/gtk-doc/
%{_datadir}/gtk-doc/html/%{name}/ %{_datadir}/gtk-doc/html/%{name}/
%{_datadir}/gir-1.0/Json-1.0.gir %{_datadir}/gir-1.0/Json-1.0.gir
%changelog %changelog
* Fri May 20 2011 Alex Hudson <fedora@alexhudson.com> - 0.12.4-1
- Build latest stable release, 0.12.4
- Remove gtk-doc dependency - fixes bug #604377
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.0-2 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
ee611ef8d7b6e67a14021b32d66b7d1a json-glib-0.12.0.tar.bz2 347e1714e4a2ce54298969d5ffec7dca json-glib-0.12.4.tar.bz2