Added several "BuildRequires" that were needed to make the build process work.
Also added a "sh autogen.sh" to the %build section, otherwise there is no ./configure to execute.
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
BuildRequires: gcc-c++
BuildRequires: libstdc++-devel
BuildRequires: libtool-ltdl-devel
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: libtool
+BuildRequires: help2man
+BuildRequires: flex
+BuildRequires: bison
+
# TODO: figure out how to handle boost on el5
BuildRequires: boost
%setup -q -n %{name}-%{version}
%build
+sh autogen.sh
%configure
make %{?_smp_mflags}