fix build
This commit is contained in:
parent
08124487c7
commit
d02166514b
@ -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.
|
||||
@ -52,6 +53,9 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user