SPECS: xmlbeansxx.spec - %bcond with gmpxx

pawelz pawelz at pld-linux.org
Sun Aug 3 01:23:48 CEST 2008


Author: pawelz                       Date: Sat Aug  2 23:23:48 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- %bcond with gmpxx

---- Files affected:
SPECS:
   xmlbeansxx.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/xmlbeansxx.spec
diff -u SPECS/xmlbeansxx.spec:1.10 SPECS/xmlbeansxx.spec:1.11
--- SPECS/xmlbeansxx.spec:1.10	Sun Aug  3 01:11:58 2008
+++ SPECS/xmlbeansxx.spec	Sun Aug  3 01:23:43 2008
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 %bcond_with	log4cxx
+%bcond_with	gmpxx
 Summary:	Library used by code generated with xmlbeansxx-generator
 Summary(pl.UTF-8):	Biblioteka wykorzystywana przez kod wygenerowany przez xmlbeansxx-generator
 Name:		xmlbeansxx
@@ -14,7 +15,7 @@
 BuildRequires:	automake
 BuildRequires:	boost-devel >= 1.35.0
 BuildRequires:	cppunit-devel
-BuildRequires:	gmp-c++-devel
+%{?with_gmpxx:BuildRequires:	gmp-c++-devel}
 BuildRequires:	libtool >= 2:1.4d
 %{?with_log4cxx:BuildRequires:	log4cxx-devel >= 0.10.0}
 BuildRequires:	maven
@@ -94,7 +95,8 @@
 %{__autoheader}
 %{__automake}
 %configure \
-  %{!?with_log4cxx:--disable-log4cxx}
+  %{!?with_log4cxx:--disable-log4cxx} \
+  %{!?with_gmpxx:--disable-gmpxx}
 %{__make}
 
 %install
@@ -149,6 +151,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2008/08/02 23:23:43  pawelz
+- %bcond with gmpxx
+
 Revision 1.10  2008/08/02 23:11:58  pawelz
 - call autotools directly
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xmlbeansxx.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list