From e52ad4587085962fcaeac8c5bee289de3b00eabb Mon Sep 17 00:00:00 2001 From: cantor Date: Thu, 16 Aug 2007 17:45:11 +0000 Subject: [PATCH] Correct dependency syntax git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@295 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- opensaml.spec.in | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/opensaml.spec.in b/opensaml.spec.in index aae6636..ceaa57a 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -1,22 +1,18 @@ Name: opensaml Summary: Open source SAML library Version: @-VERSION-@ -Release: 2 +Release: 3 Group: System Environment/Libraries Vendor: Internet2 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.6.1 BuildRequires: xml-security-c-devel >= 1.3.1 BuildRequires: xmltooling-devel, cxxtest -%if %{?_with_log4cpp:1} -BuildRequires: log4cpp-devel >= 0.3.5 -%else -BuildRequires: log4shib-devel -%endif +%{?_with_log4cpp:BuildRequires: log4cpp-devel >= 0.3.5} +%{!?_with_log4cpp:BuildRequires: log4shib-devel} %description OpenSAML is an open source implementation of the OASIS Security Assertion @@ -89,6 +85,9 @@ make check %doc _docs/api %changelog +* Thu Aug 16 2007 Scott Cantor - 2.0-3 +- First public beta. + * Fri Jul 13 2007 Scott Cantor - 2.0-2 - Second alpha. -- 2.1.4