From: Scott Cantor Date: Wed, 24 Oct 2007 15:53:39 +0000 (+0000) Subject: Require Xerces 2.8.0 and make cxxtest optional. X-Git-Tag: 2.0-beta2~26 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=4eec83056470b1e75cdc7d8bc6f2d8b793278f3f Require Xerces 2.8.0 and make cxxtest optional. --- diff --git a/opensaml.spec.in b/opensaml.spec.in index ca9bb74..449d2f9 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -8,9 +8,8 @@ License: Apache 2.0 URL: http://www.opensaml.org/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: xerces%{?xercesver}-c-devel >= 2.8.0 -BuildRequires: xml-security-c-devel >= 1.4.0 -BuildRequires: xmltooling-devel, cxxtest +BuildRequires: xerces%{?xercesver}-c-devel >= 2.8.0, xml-security-c-devel >= 1.4.0 +BuildRequires: xmltooling-devel %{?_with_log4cpp:BuildRequires: log4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: log4shib-devel}