From: Pall Sigurdsson Date: Wed, 28 Aug 2013 16:14:13 +0000 (+0000) Subject: Update icinga2.spec X-Git-Tag: v0.0.3~672 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f513fd4f228ce94360b810db1a68b03bfa4a326;p=icinga2 Update icinga2.spec 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 --- diff --git a/icinga2.spec b/icinga2.spec index ea6e0a37d..c8fb6bbd2 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -15,6 +15,13 @@ BuildRequires: openssl-devel 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 @@ -28,6 +35,7 @@ Icinga is a general-purpose network monitoring application. %setup -q -n %{name}-%{version} %build +sh autogen.sh %configure make %{?_smp_mflags}