From 52dc8aa58a5a54439dddfa3638600adab7ff73fe Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 17 Jul 2009 16:40:00 +0000 Subject: [PATCH] - Patch from Owen Taylor to add gobject- introspection support to clutter (#512260) --- clutter.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/clutter.spec b/clutter.spec index 0dbd4b9..b095acd 100644 --- a/clutter.spec +++ b/clutter.spec @@ -1,6 +1,6 @@ Name: clutter Version: 0.9.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Source software library for creating rich graphical user interfaces Group: Development/Libraries @@ -9,8 +9,11 @@ URL: http://www.clutter-project.org/ Source0: http://www.clutter-project.org/sources/%{name}/0.9/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: gobject-introspection + BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel pkgconfig pango-devel BuildRequires: libXdamage-devel gettext gtk-doc +BuildRequires: gobject-introspection >= 0.6.3 %description Clutter is an open source software library for creating fast, @@ -24,6 +27,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig glib2-devel pango-devel fontconfig-devel gtk2-devel Requires: mesa-libGL-devel +Requires: gobject-introspection-devel %description devel Header files and libraries for building a extension library for the @@ -48,7 +52,7 @@ This package contains documentation for clutter. %setup -q %build -%configure --enable-gtk-doc +%configure --enable-gtk-doc --enable-introspection make %{?_smp_mflags} %install @@ -68,12 +72,14 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_libdir}/*.la %{_libdir}/*.so.0 %{_libdir}/*.so.0.* +%{_libdir}/girepository-1.0/*.typelib %files devel %defattr(-, root, root) %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc +%{_datadir}/gir-1.0/*.gir %files doc %defattr(-, root, root) @@ -84,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 17 2009 Bastien Nocera 0.9.6-2 +- Patch from Owen Taylor to add gobject- + introspection support to clutter (#512260) + * Fri Jul 10 2009 Bastien Nocera 0.9.6-1 - Update to 0.9.6