packages: nagios/nagios.spec - update deps for tests, regen libtool for int...
glen
glen at pld-linux.org
Sun Jan 8 02:09:59 CET 2012
Author: glen Date: Sun Jan 8 01:09:59 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- update deps for tests, regen libtool for internal tap
---- Files affected:
packages/nagios:
nagios.spec (1.172 -> 1.173)
---- Diffs:
================================================================
Index: packages/nagios/nagios.spec
diff -u packages/nagios/nagios.spec:1.172 packages/nagios/nagios.spec:1.173
--- packages/nagios/nagios.spec:1.172 Sun Jan 8 01:22:29 2012
+++ packages/nagios/nagios.spec Sun Jan 8 02:09:53 2012
@@ -42,13 +42,17 @@
URL: http://www.nagios.org/
BuildRequires: autoconf
BuildRequires: automake
+BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: sed >= 4.0
%if %{with gd}
BuildRequires: gd-devel
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
%endif
-BuildRequires: rpmbuild(macros) >= 1.268
-BuildRequires: sed >= 4.0
+%if %{with tests}
+BuildRequires: perl-HTML-Lint
+BuildRequires: perl-Test-WWW-Mechanize-CGI
+%endif
Requires(post,preun): /sbin/chkconfig
Requires: %{name}-common = %{version}-%{release}
Requires: rc-scripts
@@ -266,10 +270,19 @@
# s,/usr/local/%{name}/var/archives/,/var/log/%{name}/archives/,
#' html/docs/configmain.html
+#rm t/611cgistatus-hosturgencies.t
+
%build
cp -f /usr/share/automake/config.sub .
%{__aclocal}
%{__autoconf}
+%if %{with tests}
+cd tap
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+cd ..
+%endif
%configure \
CFLAGS="%{rpmcflags} %{rpmcppflags}" \
--bindir=%{_sbindir} \
@@ -559,6 +572,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.173 2012/01/08 01:09:53 glen
+- update deps for tests, regen libtool for internal tap
+
Revision 1.172 2012/01/08 00:22:29 glen
- make checkresults dir writable by nagcmd group, for nrdp to work
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios/nagios.spec?r1=1.172&r2=1.173&f=u
More information about the pld-cvs-commit
mailing list