]> granicus.if.org Git - icinga2/commitdiff
Update icinga2.spec
authorPall Sigurdsson <palli-github@minor.is>
Wed, 28 Aug 2013 16:14:13 +0000 (16:14 +0000)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 28 Aug 2013 16:24:12 +0000 (18:24 +0200)
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>
icinga2.spec

index ea6e0a37d805dc4bee222cdc55a7f546f1b6d380..c8fb6bbd29005fcfb66739c192c2f55b5edbbb7c 100644 (file)
@@ -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}