SPECS: nagios-grapher.spec - cleanup
qboosh
qboosh at pld-linux.org
Fri Jun 23 11:22:06 CEST 2006
Author: qboosh Date: Fri Jun 23 09:22:05 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cleanup
---- Files affected:
SPECS:
nagios-grapher.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: SPECS/nagios-grapher.spec
diff -u SPECS/nagios-grapher.spec:1.17 SPECS/nagios-grapher.spec:1.18
--- SPECS/nagios-grapher.spec:1.17 Wed Jun 21 19:40:25 2006
+++ SPECS/nagios-grapher.spec Fri Jun 23 11:22:00 2006
@@ -18,10 +18,10 @@
BuildRequires: rpmbuild(macros) >= 1.228
Requires(post,preun): /sbin/chkconfig
Requires: nagios-cgi
-Requires: rrdtool
+Requires: perl-GD
Requires: perl-XML-Simple
Requires: perl-rrdtool
-Requires: perl-GD
+Requires: rrdtool
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _plugindir %{_libdir}/nagios/grapher
@@ -30,7 +30,7 @@
NagiosGrapher collects the output of NagiosPlugins and generates
graphs.
-- get values from nagios without patching (eg. through
+- get values from Nagios without patching (eg. through
"process-service-perfdata")
- realtime graphing (5 minutes delay at maximum)
- recognizing new hosts/services and automatic graphing of these
@@ -41,7 +41,7 @@
%description -l pl
NagiosGrapher gromadzi wyjście z wtyczek Nagiosa i generuje wykresy.
-- pobieranie wartości z nagiosa bez łatania (np. poprzez
+- pobieranie wartości z Nagiosa bez łatania (np. poprzez
"process-service-perfdata")
- wykresy w czasie rzeczywistym (maksymalne opóźnienie 5 minut)
- rozpoznawanie nowych hostów/usług i automatyczne rysowanie ich
@@ -56,7 +56,6 @@
%patch2 -p1
%patch3 -p1
-
%build
%configure \
--with-web-user=http \
@@ -70,8 +69,8 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/etc/rc.d/init.d/
-install -d $RPM_BUILD_ROOT/%{_var}/log/nagios
+install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
+install -d $RPM_BUILD_ROOT%{_var}/log/nagios
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -113,6 +112,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2006/06/23 09:22:00 qboosh
+- cleanup
+
Revision 1.17 2006/06/21 17:40:25 wolvverine
- remove noarch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/nagios-grapher.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list