rpms/devhelp/devel devhelp.spec,1.116,1.117

Matthias Clasen mclasen at fedoraproject.org
Thu Sep 24 01:35:41 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/devhelp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14164

Modified Files:
	devhelp.spec 
Log Message:
fix build



Index: devhelp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/devhelp/devel/devhelp.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -p -r1.116 -r1.117
--- devhelp.spec	22 Sep 2009 03:09:58 -0000	1.116
+++ devhelp.spec	24 Sep 2009 01:35:41 -0000	1.117
@@ -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
 




More information about the fedora-extras-commits mailing list