X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=opensaml.spec.in;h=aae66366557271f992950aa11b8460835c2607a0;hb=d46f52f440aa8225cc9d3a4608567c54d06d357e;hp=0adc3d0284c3f2c6cb9b67e35ee3470394af6d62;hpb=5262f59d5b476683a193fb19fed29144e0fcddc1;p=shibboleth%2Fcpp-opensaml.git diff --git a/opensaml.spec.in b/opensaml.spec.in index 0adc3d0..aae6636 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -1,7 +1,7 @@ Name: opensaml Summary: Open source SAML library Version: @-VERSION-@ -Release: 1 +Release: 2 Group: System Environment/Libraries Vendor: Internet2 License: Apache 2.0 @@ -11,8 +11,12 @@ 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 +%if %{?_with_log4cpp:1} +BuildRequires: log4cpp-devel >= 0.3.5 +%else +BuildRequires: log4shib-devel +%endif %description OpenSAML is an open source implementation of the OASIS Security Assertion @@ -85,5 +89,8 @@ make check %doc _docs/api %changelog -* Sun Apr 16 2006 Scott Cantor - 2.0-1 -- First SPEC file for 2.0 +* Fri Jul 13 2007 Scott Cantor - 2.0-2 +- Second alpha. + +* Sun Apr 16 2007 Scott Cantor - 2.0-1 +- First SPEC file for 2.0.