From 78a029de710f49d88c318e85ce55c15437702230 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 16 Aug 2007 17:43:47 +0000 Subject: [PATCH] Correct dependency syntax --- xmltooling.spec.in | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/xmltooling.spec.in b/xmltooling.spec.in index a7f169a..2f1a5a7 100644 --- a/xmltooling.spec.in +++ b/xmltooling.spec.in @@ -1,22 +1,18 @@ Name: xmltooling Summary: Open source XMLTooling 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: openssl-devel log4cpp-devel >= 0.3.5, cxxtest -%if %{?_with_log4cpp:1} -BuildRequires: log4cpp-devel >= 0.3.5 -%else -BuildRequires: log4shib-devel -%endif +BuildRequires: openssl-devel, cxxtest +%{?_with_log4cpp:BuildRequires: log4cpp-devel >= 0.3.5} +%{!?_with_log4cpp:BuildRequires: log4shib-devel} %description The XMLTooling library contains generic XML parsing and processing @@ -95,6 +91,9 @@ make check %doc _docs/api %changelog +* Thu Aug 16 2007 Scott Cantor - 1.0-3 +- First public beta. + * Fri Jul 13 2007 Scott Cantor - 1.0-2 - Second alpha. -- 2.1.4