Correct dependency syntax
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Thu, 16 Aug 2007 17:45:11 +0000 (17:45 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Thu, 16 Aug 2007 17:45:11 +0000 (17:45 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@295 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

opensaml.spec.in

index aae6636..ceaa57a 100644 (file)
@@ -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  <cantor.2@osu.edu>  - 2.0-3
+- First public beta.
+
 * Fri Jul 13 2007  Scott Cantor  <cantor.2@osu.edu>  - 2.0-2
 - Second alpha.