Fix introspection support
This commit is contained in:
parent
8c8a821e5a
commit
a1bb87e35b
@ -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 <bnocera@redhat.com> 0.6.0-1
|
||||
- Update to 0.6.0
|
||||
- Add introspection support
|
||||
|
||||
* Sun Nov 22 2009 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
|
||||
- Update to 0.5.1
|
||||
|
Loading…
Reference in New Issue
Block a user