Correct dependency syntax
[shibboleth/opensaml2.git] / opensaml.spec.in
index 0adc3d0..ceaa57a 100644 (file)
@@ -1,18 +1,18 @@
 Name:          opensaml
 Summary:       Open source SAML library
 Version:       @-VERSION-@
-Release:       1
+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: log4cpp-devel >= 0.3.5
 BuildRequires: xmltooling-devel, cxxtest
+%{?_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
@@ -85,5 +85,11 @@ make check
 %doc _docs/api
 
 %changelog
-* Sun Apr 16 2006  Scott Cantor  <cantor.2@osu.edu>  - 2.0-1
-- First SPEC file for 2.0
+* 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.
+
+* Sun Apr 16 2007  Scott Cantor  <cantor.2@osu.edu>  - 2.0-1
+- First SPEC file for 2.0.