SPECS: nagios-nsca.spec - new style bcond

havner havner at pld-linux.org
Mon Aug 8 15:02:07 CEST 2005


Author: havner                       Date: Mon Aug  8 13:02:07 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new style bcond

---- Files affected:
SPECS:
   nagios-nsca.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/nagios-nsca.spec
diff -u SPECS/nagios-nsca.spec:1.1 SPECS/nagios-nsca.spec:1.2
--- SPECS/nagios-nsca.spec:1.1	Mon Aug  8 14:42:44 2005
+++ SPECS/nagios-nsca.spec	Mon Aug  8 15:02:01 2005
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	mcrypt	# build without mcrypt support
+#
 Summary:	NSCA daemon for Nagios
 Summary(pl):	Demon NSCA dla Nagiosa
 Name:		nagios-nsca
@@ -13,7 +17,7 @@
 URL:		http://www.nagios.org/
 BuildRequires:	autoconf
 BuildRequires:	libltdl-devel
-%{!?_without_mcrypt:BuildRequires:	libmcrypt-devel}
+%{?with_mcrypt:BuildRequires:	libmcrypt-devel}
 PreReq:		nagios
 PreReq:		rc-scripts
 Requires(post,preun):	/sbin/chkconfig
@@ -104,6 +108,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/08/08 13:02:01  havner
+- new style bcond
+
 Revision 1.1  2005/08/08 12:42:44  havner
 - nsca 2.4 for nagios (based on netsaint-nsca.spec - is it to be removed?)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nagios-nsca.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list