SPECS: nagios-plugins.spec - force openssl ssl implementation, rel 1

glen glen at pld-linux.org
Sun May 21 23:42:26 CEST 2006


Author: glen                         Date: Sun May 21 21:42:26 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- force openssl ssl implementation, rel 1

---- Files affected:
SPECS:
   nagios-plugins.spec (1.49 -> 1.50) 

---- Diffs:

================================================================
Index: SPECS/nagios-plugins.spec
diff -u SPECS/nagios-plugins.spec:1.49 SPECS/nagios-plugins.spec:1.50
--- SPECS/nagios-plugins.spec:1.49	Sun May 21 23:38:49 2006
+++ SPECS/nagios-plugins.spec	Sun May 21 23:42:21 2006
@@ -2,13 +2,12 @@
 # TODO:
 # - package requisites for unifished packages -nsclient and -nwstat
 #   REQUIREMENTS explains the dependencies.
-# - gnutls vs openssl
 %include	/usr/lib/rpm/macros.perl
 Summary:	Host/service/network monitoring program plugins for Nagios
 Summary(pl):	Wtyczki do monitorowania hostów/usług/sieci dla Nagiosa
 Name:		nagios-plugins
 Version:	1.4.3
-Release:	0.2
+Release:	1
 License:	GPL v2
 Group:		Networking
 Source0:	http://dl.sourceforge.net/nagiosplug/%{name}-%{version}.tar.gz
@@ -413,8 +412,9 @@
 %configure \
 	--libexecdir=%{_plugindir} \
 	--with-cgiurl=/nagios/cgi-bin \
-	--with-mysql=%{_prefix} \
-	--with-pgsql=%{_prefix} \
+	--with-mysql=/usr \
+	--with-pgsql=/usr \
+	--with-openssl=/usr \
 	--with-ping-command='/bin/ping -n -U -w %%d -c %%d %%s' \
 	--with-ping6-command='/bin/ping6 -n -U -w %%d -c %%d %%s' \
 	--with-ps-command="/bin/ps axwo 'stat uid ppid vsz rss pcpu comm args'" \
@@ -679,6 +679,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.50  2006/05/21 21:42:21  glen
+- force openssl ssl implementation, rel 1
+
 Revision 1.49  2006/05/21 21:38:49  glen
 - merge 1.4.3 from DEVEL (1.42.2.10)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nagios-plugins.spec?r1=1.49&r2=1.50&f=u



More information about the pld-cvs-commit mailing list