SPECS: tora.spec - oracle bcond

baggins baggins at pld-linux.org
Tue Apr 25 23:55:13 CEST 2006


Author: baggins                      Date: Tue Apr 25 21:55:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- oracle bcond

---- Files affected:
SPECS:
   tora.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/tora.spec
diff -u SPECS/tora.spec:1.18 SPECS/tora.spec:1.19
--- SPECS/tora.spec:1.18	Tue Apr 25 23:53:29 2006
+++ SPECS/tora.spec	Tue Apr 25 23:55:08 2006
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# Conditional build:
+%bcond_with	oracle		# build with oracle support
 Summary:	GUI for managing SQL databases
 Summary(pl):	GUI do zarządzania SQLowymi bazami danych
 Name:		tora
@@ -30,7 +32,7 @@
 
 %build
 %configure \
-	--with-oracle
+	%{?with_oracle:--with-oracle}%{?without_oracle:--without-oracle}
 
 %{__make}
 
@@ -61,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2006/04/25 21:55:08  baggins
+- oracle bcond
+
 Revision 1.18  2006/04/25 21:53:29  baggins
 - normal configure
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tora.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list