diff --git a/clutter.spec b/clutter.spec index 3673573..db9c175 100644 --- a/clutter.spec +++ b/clutter.spec @@ -19,6 +19,9 @@ BuildRequires: libXdamage-devel gettext gtk-doc BuildRequires: gobject-introspection-devel >= 0.6.3 BuildRequires: gir-repository-devel +Patch0: clutter-fix-dolt-check.patch +BuildRequires: automake autoconf libtool + %description Clutter is an open source software library for creating fast, visually rich graphical user interfaces. The most obvious example @@ -56,6 +59,8 @@ This package contains documentation for clutter. %setup -q %build +aclocal -Ibuild/autotools +autoreconf %configure --enable-gtk-doc --enable-introspection make # FIXME parallel make is disabled for now