- Require the gobject-introspection-devel package, not the library

This commit is contained in:
Peter Robinson 2010-01-27 12:27:21 +00:00
parent 2f086965b6
commit 87668a3a61

View File

@ -2,7 +2,7 @@
Name: json-glib Name: json-glib
Version: 0.10.0 Version: 0.10.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Library for JavaScript Object Notation format Summary: Library for JavaScript Object Notation format
Group: System Environment/Libraries Group: System Environment/Libraries
@ -12,7 +12,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.8/%{name}-%{version}.t
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}
BuildRequires: gobject-introspection BuildRequires: gobject-introspection-devel
%description %description
@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> - 0.10.0-3
- Require the gobject-introspection-devel package, not the library
* Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> - 0.10.0-2 * Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> - 0.10.0-2
- Enable gobject-introspection support - Enable gobject-introspection support