From d02166514b1a0eadb8e3bc83d3b1e9f87c3ab39e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 24 Sep 2009 01:35:41 +0000 Subject: [PATCH] fix build --- devhelp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/devhelp.spec b/devhelp.spec index 1c03d57..de1ffe5 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -30,6 +30,7 @@ BuildRequires: gtk2-devel BuildRequires: WebKit-gtk-devel BuildRequires: GConf2-devel BuildRequires: unique-devel +BuildRequires: autoconf automake libtool %description Devhelp is an API documentation browser for the GNOME desktop. @@ -45,13 +46,16 @@ Requires: pkgconfig Requires: WebKit-gtk-devel %description devel -Devhelp is an API documentation browser for the GNOME desktop. -This package contains a library that can be used for embedding devhelp +Devhelp is an API documentation browser for the GNOME desktop. +This package contains a library that can be used for embedding devhelp into other applications such as IDEs. %prep %setup -q -n devhelp-%{version} +# the configure script in the 2.28.0 tarball is bad +autoreconf -f -i + # force regeneration rm data/devhelp.schemas