diff --git a/libgee.spec b/libgee.spec index 85f18d1..6ae93a0 100644 --- a/libgee.spec +++ b/libgee.spec @@ -1,6 +1,6 @@ Name: libgee Version: 0.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GObject collection library Group: System Environment/Libraries @@ -10,6 +10,7 @@ URL: http://live.gnome.org/Libgee Source0: http://download.gnome.org/sources/libgee/0.5/libgee-%{version}.tar.bz2 BuildRequires: glib2-devel +BuildRequires: gobject-introspection-devel %description libgee is a collection library providing GObject-based interfaces and @@ -80,11 +81,15 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/gee-1.0.pc -#%{_datadir}/gir-1.0/Gee-1.0.gir +%{_libdir}/girepository-1.0/Gee-1.0.typelib +%{_datadir}/gir-1.0/Gee-1.0.gir %{_datadir}/vala/vapi/gee-1.0.vapi %changelog +* Wed Aug 25 2010 Brian Pepple - 0.5.2-2 +- Add BR on gobject-introspection-devel. + * Wed Aug 25 2010 Brian Pepple - 0.5.2-1 - Update to 0.5.2. - Remove buildroot & clean section. No longer needed.