Updated RPM spec file.

This commit is contained in:
Gunnar Beutner 2012-05-26 23:12:46 +02:00
parent b9af44cd98
commit 979cbdd70c
4 changed files with 8 additions and 9 deletions

View File

@ -56,7 +56,7 @@ libbase_la_CXXFLAGS = \
libbase_la_LDFLAGS = \
-no-undefined \
-version-info 0:0:0
-version-info PACKAGE_VERSION
libbase_la_LIBADD = \
$(LIBLTDL) \

View File

@ -81,6 +81,7 @@
#include <string>
#include <exception>
#include <stdexcept>
#include <sstream>
#include <vector>
#include <set>

View File

@ -17,12 +17,10 @@
* 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_CONFIG_AUX_DIR([config])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11])
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_OUTPUT([
Makefile
compat/Makefile
@ -79,4 +76,5 @@ icinga-app/Makefile
jsonrpc/Makefile
mmatch/Makefile
Doxyfile
icinga2.spec
])

View File

@ -1,9 +1,9 @@
Summary: network monitoring application
Name: icinga
Version: 1.3beta6
Release: 2
Name: icinga2
Version: @VERSION@
Release: 1%{?dist}
License: GPL
Group: Productivity/Networking/IRC
Group: Applications/System
Source: https://github.com/gunnarbeutner/strawberry/
URL: http://www.icinga.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build