- Update to 0.6.2.
- Enable tests.
This commit is contained in:
parent
0f705fe1a5
commit
55734d5d58
@ -1 +1 @@
|
||||
json-glib-0.6.0.tar.gz
|
||||
json-glib-0.6.2.tar.gz
|
||||
|
@ -1,5 +1,7 @@
|
||||
%define glib_ver 2.15
|
||||
|
||||
Name: json-glib
|
||||
Version: 0.6.0
|
||||
Version: 0.6.2
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: glib2-devel >= 2.15
|
||||
BuildRequires: glib2-devel >= %{glib_ver}
|
||||
|
||||
|
||||
%description
|
||||
@ -21,7 +23,7 @@ for the JavaScript Object Notation (JSON) format.
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: glib2-devel >= 2.15
|
||||
Requires: glib2-devel >= %{glib_ver}
|
||||
Requires: gtk-doc
|
||||
Requires: pkgconfig
|
||||
|
||||
@ -52,7 +54,7 @@ cp -a doc/reference/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
|
||||
|
||||
|
||||
%check
|
||||
#make check
|
||||
make check
|
||||
|
||||
|
||||
%clean
|
||||
@ -80,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%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
|
||||
- Update 0.6.0.
|
||||
- Disable tests for now.
|
||||
|
Loading…
Reference in New Issue
Block a user