SPECS: logging-log4j.spec - no misleading default bconds
qboosh
qboosh at pld-linux.org
Thu Jan 3 15:21:20 CET 2008
Author: qboosh Date: Thu Jan 3 14:21:20 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- no misleading default bconds
---- Files affected:
SPECS:
logging-log4j.spec (1.41 -> 1.42)
---- Diffs:
================================================================
Index: SPECS/logging-log4j.spec
diff -u SPECS/logging-log4j.spec:1.41 SPECS/logging-log4j.spec:1.42
--- SPECS/logging-log4j.spec:1.41 Mon Dec 31 17:31:27 2007
+++ SPECS/logging-log4j.spec Thu Jan 3 15:21:15 2008
@@ -8,12 +8,12 @@
#
# Conditional build:
%bcond_without dist # build components which can't be distributed
-%bcond_without jms # JMS interface (org.apache.log4j.or.jms)
-%bcond_without jmx # JMX interface (org.apache.log4j.jmx)
-
-%if %{with dist}
-%undefine with_jms
-%undefine with_jmx
+%bcond_with jms # JMS interface (org.apache.log4j.or.jms)
+%bcond_with jmx # JMX interface (org.apache.log4j.jmx)
+#
+%if %{without dist}
+%define with_jms 1
+%define with_jmx 1
%endif
#
%include /usr/lib/rpm/macros.java
@@ -127,6 +127,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.42 2008-01-03 14:21:15 qboosh
+- no misleading default bconds
+
Revision 1.41 2007-12-31 16:31:27 glen
- add dist bcond
- do not include apidocs in -doc
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/logging-log4j.spec?r1=1.41&r2=1.42&f=u
More information about the pld-cvs-commit
mailing list