From 07537436534961c5dbbb0d8c61ac723a2cc72465 Mon Sep 17 00:00:00 2001 From: cantor Date: Mon, 13 Aug 2007 18:50:58 +0000 Subject: [PATCH] Sync up older 1.3 spec file and require opensaml < 2.0 Add --with-odbc option to 2.0 rebuild. Add conditional logging dependency using --with-log4cpp. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@373 de75baf8-a10c-0410-a50a-987c0e22f00f --- xmltooling.spec.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xmltooling.spec.in b/xmltooling.spec.in index 0246862..a7f169a 100644 --- a/xmltooling.spec.in +++ b/xmltooling.spec.in @@ -12,6 +12,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: xerces%{?xercesver}-c-devel >= 2.6.1 BuildRequires: xml-security-c-devel >= 1.3.1 BuildRequires: openssl-devel log4cpp-devel >= 0.3.5, cxxtest +%if %{?_with_log4cpp:1} +BuildRequires: log4cpp-devel >= 0.3.5 +%else +BuildRequires: log4shib-devel +%endif %description The XMLTooling library contains generic XML parsing and processing -- 2.1.4