Author: wolvverine Date: Tue Mar 28 07:17:30 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - add patch- path to headers files
---- Files affected: SPECS: cacti-plugin-npc.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/cacti-plugin-npc.spec diff -u SPECS/cacti-plugin-npc.spec:1.5 SPECS/cacti-plugin-npc.spec:1.6 --- SPECS/cacti-plugin-npc.spec:1.5 Mon Mar 27 05:01:05 2006 +++ SPECS/cacti-plugin-npc.spec Tue Mar 28 09:17:24 2006 @@ -1,6 +1,6 @@ # $Revision$, $Date$ -#TODO -#- Edit the MySQL options on line 143 of /cacti/plugins/npc/neb/inserter.c +# TODO +# - Edit the MySQL options on line 143 of /cacti/plugins/npc/neb/inserter.c %define namesrc npc %include /usr/lib/rpm/macros.perl Summary: Plugin for Cacti - NPC @@ -12,12 +12,15 @@ Group: Applications/WWW Source0: http://www.divagater.com/npc/%{namesrc}-%{version}.tar.gz # Source0-md5: 325f2e49070420346b55b7b4e2994d34 +Patch0: %{name}-path_headers.patch URL: http://www.divagater.com/npc/ BuildRequires: rpm-perlprov BuildRequires: nagios-devel BuildRequires: mysql-devel >= 4.1.0 -Requires: cacti >= 0.8.6h # with plugin-architecture -Requires: nagios >= 2.0b4 ### compiled with --enable-event-broker +Requires: cacti >= 0.8.6h +# with plugin-architecture +Requires: nagios >= 2.0b4 +### compiled with --enable-event-broker BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define webcactipluginroot /usr/share/cacti/plugins/%{namesrc} @@ -32,6 +35,7 @@ %prep %setup -q -n %{namesrc} +%patch0 -p1 %build # copy ./npc/neb/inserter.c and ./npc/neb/makefile to module/ under Nagios source directory and run make. @@ -72,6 +76,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2006/03/28 07:17:24 wolvverine +- add patch- path to headers files + Revision 1.5 2006/03/27 03:01:05 wolvverine - add todo - NFY ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/cacti-plugin-npc.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
