From 895b36fa372e42da690d281f99224cbc613af1f7 Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Mon, 1 Dec 2003 02:38:13 +0000 Subject: add THANKS to %doc git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@780 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/nagios-plugins.spec.in b/nagios-plugins.spec.in index 2431f35..0fafb00 100644 --- a/nagios-plugins.spec.in +++ b/nagios-plugins.spec.in @@ -21,6 +21,7 @@ BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix}/lib/nagios/plugins Packager: Karl DeBisschop Vendor: Nagios Plugin Development Group +Provides: nagios-plugins %if %custom Obsoletes: nagios-plugins nagios-plugins-extras %else @@ -30,6 +31,13 @@ AutoReqProv: no Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System +#BuildRequires: nagios-devel +#BuildRequires: postgresql-devel, openssl-devel, bind-devel, openldap-devel, mysql-devel +#BuildRequires: perl(Net::SNMP), %{?rh73:, ucd-snmp-devel} %{?rh80:, net-snmp-devel} %{?rh90:, net-snmp-devel} +#BuildRequires: fping, bind-utils, ntp, samba-client, openssh-clients, radiusclient-devel +#BuildRequires: qstat + +#Requires: perl, perl(Net::SNMP), openssl %description @@ -62,6 +70,8 @@ This package contains plugins which use additional libraries or system calls that are not installed on all systems. As a result, most users will need to install the '--nodeps' option when invoking `rpm` +#Requires: fping, openldap, mysql, postgresql-libs + %prep %setup -q -n %{source} @@ -75,7 +85,7 @@ CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \ --sysconfdir=%{_sysconfdir}/nagios \ --datadir=%{_datadir} \ --with-cgiurl=/nagios/cgi-bin -make +make %install @@ -90,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %config(missingok,noreplace) /etc/nagios/command.cfg -%doc CODING COPYING FAQ INSTALL LEGAL README REQUIREMENTS SUPPORT +%doc CODING COPYING FAQ INSTALL LEGAL README REQUIREMENTS SUPPORT THANKS %doc ChangeLog command.cfg %defattr(775,root,root) %dir %{_exec_prefix}/lib/nagios/plugins -- cgit v0.10-9-g596f