From fe9e5f936dae2f52fba1ed32416f1b2bc4db38d9 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 13 Aug 2007 18:50:59 +0000 Subject: [PATCH] Multi-line svn commit, see body. 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. --- opensaml.spec.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/opensaml.spec.in b/opensaml.spec.in index 8db2ad8..aae6636 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -11,8 +11,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: xerces%{?xercesver}-c-devel >= 2.6.1 BuildRequires: xml-security-c-devel >= 1.3.1 -BuildRequires: log4cpp-devel >= 0.3.5 BuildRequires: xmltooling-devel, cxxtest +%if %{?_with_log4cpp:1} +BuildRequires: log4cpp-devel >= 0.3.5 +%else +BuildRequires: log4shib-devel +%endif %description OpenSAML is an open source implementation of the OASIS Security Assertion -- 2.1.4