- Enable gobject-introspection support

This commit is contained in:
Peter Robinson 2010-01-27 12:18:33 +00:00
parent 63a6e703a8
commit 2f086965b6

View File

@ -2,7 +2,7 @@
Name: json-glib
Version: 0.10.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for JavaScript Object Notation format
Group: System Environment/Libraries
@ -12,6 +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)
BuildRequires: glib2-devel >= %{glib_ver}
BuildRequires: gobject-introspection
%description
@ -39,7 +40,7 @@ developing applications that use %{name}.
%build
%configure --enable-static=no
make %{?_smp_mflags}
make %{?_smp_mflags} V=1
%install
@ -71,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc COPYING README NEWS
%{_libdir}/lib%{name}*.so.*
%{_libdir}/girepository-1.0/Json-1.0.typelib
%files devel
%defattr(-,root,root,-)
@ -79,9 +80,13 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/%{name}-1.0.pc
%{_includedir}/%{name}-1.0/
%{_datadir}/gtk-doc/html/%{name}/
%{_datadir}/gir-1.0/Json-1.0.gir
%changelog
* Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> - 0.10.0-2
- Enable gobject-introspection support
* Tue Dec 29 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.10.0-1
- Update to 0.10.0.