- Update to 0.6.2.

- Enable tests.
This commit is contained in:
Brian Pepple 2008-05-31 16:34:21 +00:00
parent 0f705fe1a5
commit 55734d5d58
3 changed files with 12 additions and 6 deletions

View File

@ -1 +1 @@
json-glib-0.6.0.tar.gz json-glib-0.6.2.tar.gz

View File

@ -1,5 +1,7 @@
%define glib_ver 2.15
Name: json-glib Name: json-glib
Version: 0.6.0 Version: 0.6.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Library for JavaScript Object Notation format Summary: Library for JavaScript Object Notation format
@ -9,7 +11,7 @@ URL: http://live.gnome.org/JsonGlib
Source0: http://folks.o-hand.com/~ebassi/sources/%{name}-%{version}.tar.gz Source0: http://folks.o-hand.com/~ebassi/sources/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel >= 2.15 BuildRequires: glib2-devel >= %{glib_ver}
%description %description
@ -21,7 +23,7 @@ for the JavaScript Object Notation (JSON) format.
Summary: Development files for %{name} Summary: Development files for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: glib2-devel >= 2.15 Requires: glib2-devel >= %{glib_ver}
Requires: gtk-doc Requires: gtk-doc
Requires: pkgconfig Requires: pkgconfig
@ -52,7 +54,7 @@ cp -a doc/reference/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
%check %check
#make check make check
%clean %clean
@ -80,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Sat May 31 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.6.2-1
- Update to 0.6.2.
- Enable tests.
* Mon May 19 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.6.0-1 * Mon May 19 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.6.0-1
- Update 0.6.0. - Update 0.6.0.
- Disable tests for now. - Disable tests for now.

View File

@ -1 +1 @@
d4fd6b7975aad7ea6795e045aeff40fb json-glib-0.6.0.tar.gz d98f5580035ad0b37fa11896053a57af json-glib-0.6.2.tar.gz