SPECS: nagios-grapher.spec - add contrib file, add patch for extin...
wolvverine
wolvverine at pld-linux.org
Sat Oct 28 22:49:29 CEST 2006
Author: wolvverine Date: Sat Oct 28 20:49:29 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add contrib file, add patch for extinfo file
---- Files affected:
SPECS:
nagios-grapher.spec (1.34 -> 1.35)
---- Diffs:
================================================================
Index: SPECS/nagios-grapher.spec
diff -u SPECS/nagios-grapher.spec:1.34 SPECS/nagios-grapher.spec:1.35
--- SPECS/nagios-grapher.spec:1.34 Fri Oct 27 20:49:10 2006
+++ SPECS/nagios-grapher.spec Sat Oct 28 22:49:23 2006
@@ -1,8 +1,6 @@
# $Revision$, $Date$
# TODO
-# - add file in BUILD/.../{contrib,tools}
# - change path for rrd font in ngraph.ncfg
-# - change serviceextinfo file in dir layout
# - bconds for network/pipe
# - service nagios-grapher does not support chkconfig
Summary: Plugins for Nagios to integration with RRDTool
@@ -18,6 +16,7 @@
Patch1: %{name}-install_init.patch
Patch2: %{name}-init.patch
Patch3: %{name}-syntax_error.patch
+Patch4: %{name}-extinfo_file.patch
URL: http://tinyurl.com/ad67c
BuildRequires: rpmbuild(macros) >= 1.228
Requires(post,preun): /sbin/chkconfig
@@ -65,6 +64,7 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
%build
%{__autoconf}
@@ -93,6 +93,10 @@
rm -f $RPM_BUILD_ROOT/usr/lib/nagios/grapher/*.c
install contrib/nagios_grapher.redhat $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
+install contrib/fifo_write/tcp/fifo_write_from_tcp.pl $RPM_BUILD_ROOT%{_plugindir}/
+install contrib/fifo_write/udpsend.pl $RPM_BUILD_ROOT%{_plugindir}/
+install contrib/rrd_commix/*[yl] $RPM_BUILD_ROOT%{_plugindir}/
+cp contrib/rrd_commix/README contrib/rrd_commix/README-rrd_commix
%clean
rm -rf $RPM_BUILD_ROOT
@@ -109,7 +113,7 @@
%files
%defattr(644,root,root,755)
-%doc README doc
+%doc README doc contrib/rrd_commix/README-rrd_commix
%attr(754,root,root) /etc/rc.d/init.d/%{name}
#%%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
%config(noreplace) %verify(not md5 mtime size) %attr(640,root,nagios) %{_sysconfdir}/nagios/ngraph.d/*
@@ -130,6 +134,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.35 2006/10/28 20:49:23 wolvverine
+- add contrib file, add patch for extinfo file
+
Revision 1.34 2006/10/27 18:49:10 wolvverine
- todo
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/nagios-grapher.spec?r1=1.34&r2=1.35&f=u
More information about the pld-cvs-commit
mailing list