fix build

This commit is contained in:
Matthias Clasen 2009-09-24 01:35:41 +00:00
parent 08124487c7
commit d02166514b

View File

@ -30,6 +30,7 @@ BuildRequires: gtk2-devel
BuildRequires: WebKit-gtk-devel BuildRequires: WebKit-gtk-devel
BuildRequires: GConf2-devel BuildRequires: GConf2-devel
BuildRequires: unique-devel BuildRequires: unique-devel
BuildRequires: autoconf automake libtool
%description %description
Devhelp is an API documentation browser for the GNOME desktop. Devhelp is an API documentation browser for the GNOME desktop.
@ -45,13 +46,16 @@ Requires: pkgconfig
Requires: WebKit-gtk-devel Requires: WebKit-gtk-devel
%description devel %description devel
Devhelp is an API documentation browser for the GNOME desktop. Devhelp is an API documentation browser for the GNOME desktop.
This package contains a library that can be used for embedding devhelp This package contains a library that can be used for embedding devhelp
into other applications such as IDEs. into other applications such as IDEs.
%prep %prep
%setup -q -n devhelp-%{version} %setup -q -n devhelp-%{version}
# the configure script in the 2.28.0 tarball is bad
autoreconf -f -i
# force regeneration # force regeneration
rm data/devhelp.schemas rm data/devhelp.schemas