mirror of https://github.com/Icinga/icinga2.git
Updated RPM spec file.
This commit is contained in:
parent
b9af44cd98
commit
979cbdd70c
|
@ -56,7 +56,7 @@ libbase_la_CXXFLAGS = \
|
||||||
|
|
||||||
libbase_la_LDFLAGS = \
|
libbase_la_LDFLAGS = \
|
||||||
-no-undefined \
|
-no-undefined \
|
||||||
-version-info 0:0:0
|
-version-info PACKAGE_VERSION
|
||||||
|
|
||||||
libbase_la_LIBADD = \
|
libbase_la_LIBADD = \
|
||||||
$(LIBLTDL) \
|
$(LIBLTDL) \
|
||||||
|
|
|
@ -81,6 +81,7 @@
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
#include <stdexcept>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
|
@ -17,12 +17,10 @@
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
AC_INIT([icinga], [2.0])
|
AC_INIT([icinga2], [2.0])
|
||||||
AC_LANG(C++)
|
AC_LANG(C++)
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR([config])
|
AC_CONFIG_AUX_DIR([config])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([1.11])
|
AM_INIT_AUTOMAKE([1.11])
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
|
|
||||||
|
@ -63,7 +61,6 @@ AC_COMPILE_IFELSE(
|
||||||
[],
|
[],
|
||||||
[AC_MSG_ERROR([You need the OpenSSL headers and libraries in order to build this application]) ])
|
[AC_MSG_ERROR([You need the OpenSSL headers and libraries in order to build this application]) ])
|
||||||
|
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
compat/Makefile
|
compat/Makefile
|
||||||
|
@ -79,4 +76,5 @@ icinga-app/Makefile
|
||||||
jsonrpc/Makefile
|
jsonrpc/Makefile
|
||||||
mmatch/Makefile
|
mmatch/Makefile
|
||||||
Doxyfile
|
Doxyfile
|
||||||
|
icinga2.spec
|
||||||
])
|
])
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
Summary: network monitoring application
|
Summary: network monitoring application
|
||||||
Name: icinga
|
Name: icinga2
|
||||||
Version: 1.3beta6
|
Version: @VERSION@
|
||||||
Release: 2
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Productivity/Networking/IRC
|
Group: Applications/System
|
||||||
Source: https://github.com/gunnarbeutner/strawberry/
|
Source: https://github.com/gunnarbeutner/strawberry/
|
||||||
URL: http://www.icinga.org/
|
URL: http://www.icinga.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Loading…
Reference in New Issue