From a1bb87e35bec5cf96c579092ed164eaf82f2843a Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 15 Feb 2010 16:14:43 +0000 Subject: [PATCH] Fix introspection support --- libgdata.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libgdata.spec b/libgdata.spec index 6f5e83b..078c526 100644 --- a/libgdata.spec +++ b/libgdata.spec @@ -10,6 +10,8 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{ver BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel libsoup-devel libxml2-devel gtk-doc intltool +BuildRequires: gir-repository-devel gobject-introspection-devel +Requires: gobject-introspection %description libgdata is a GLib-based library for accessing online service APIs using the @@ -22,6 +24,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig Requires: gtk-doc +Requires: gobject-introspection-devel %description devel @@ -58,8 +61,9 @@ cd gdata/tests %files -f gdata.lang %defattr(-,root,root,-) -%doc COPYING.LIB NEWS README AUTHORS +%doc COPYING NEWS README AUTHORS %{_libdir}/*.so.* +%{_libdir}/girepository-1.0/GData-0.0.typelib %files devel %defattr(-,root,root,-) @@ -67,10 +71,12 @@ cd gdata/tests %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc %{_datadir}/gtk-doc/html/gdata/ +%{_datadir}/gir-1.0/GData-0.0.gir %changelog * Mon Feb 15 2010 Bastien Nocera 0.6.0-1 - Update to 0.6.0 +- Add introspection support * Sun Nov 22 2009 Bastien Nocera 0.5.1-1 - Update to 0.5.1