X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=opensaml.spec.in;h=32b2dbbee23ac7c175eac33e260ee73397df0827;hp=67c41aec1edf13adf86d77f94618eee330fe3969;hb=refs%2Fheads%2Fmaster;hpb=1e551e2345e295f7c4be7109cb8a9ad6636a7b8d diff --git a/opensaml.spec.in b/opensaml.spec.in index 67c41ae..32b2dbb 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -1,23 +1,23 @@ Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ Release: 1 -Summary: OpenSAML SAML library +Summary: OpenSAML SAML library Group: Development/Libraries/C and C++ -Vendor: Internet2 +Vendor: Shibboleth Consortium License: Apache 2.0 URL: http://www.opensaml.org/ -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root -%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130 -BuildRequires: libXerces-c-devel >= 2.8.0 +%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700 +BuildRequires: xerces-c-devel >= 3.1 %else -BuildRequires: libxerces-c-devel >= 2.8.0 +BuildRequires: libxerces-c-devel >= 3.1 %endif -BuildRequires: libxml-security-c-devel >= 1.4.0 -BuildRequires: libxmltooling-devel >= 1.4 +BuildRequires: libxml-security-c-devel >= 1.7.3 +BuildRequires: libxmltooling-devel >= 1.5.5 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0} -%{!?_with_log4cpp:BuildRequires: liblog4shib-devel} -BuildRequires: gcc-c++ +%{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4} +BuildRequires: gcc-c++, boost-devel >= 1.32.0 %if 0%{?suse_version} > 1000 BuildRequires: pkg-config %endif @@ -67,15 +67,15 @@ Group: Development/Libraries/C and C++ Requires: libsaml8 = %{version}-%{release} Provides: @PACKAGE_NAME@-devel = %{version}-%{release} Obsoletes: @PACKAGE_NAME@-devel < %{version}-%{release} -%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130 -BuildRequires: libXerces-c-devel >= 2.8.0 +%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700 +Requires: xerces-c-devel >= 3.1 %else -BuildRequires: libxerces-c-devel >= 2.8.0 +Requires: libxerces-c-devel >= 3.1 %endif -Requires: libxml-security-c-devel >= 1.4.0 -Requires: libxmltooling-devel >= 1.4 +Requires: libxml-security-c-devel >= 1.7.3 +Requires: libxmltooling-devel >= 1.5.5 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0} -%{!?_with_log4cpp:Requires: liblog4shib-devel} +%{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4} %description -n libsaml-devel OpenSAML is an open source implementation of the OASIS Security Assertion @@ -142,8 +142,17 @@ This package includes XML schemas and related files. %doc %{pkgdocdir} %changelog -* Mon Aug 8 2011 Scott Cantor - 2.5-1 +* Mon Mar 9 2015 Scott Cantor - 2.5.4-1 +- Require Xerces 3.1 even on older platforms +- Switch to bz2 source to avoid future SuSE issues + +* Tue May 13 2014 Ian Young - 2.5.3-1.2 +- Update package dependencies for RHEL/CentOS 7 +- Fixed bogus dates in changelog + +* Wed Dec 14 2011 Scott Cantor - 2.5-1 - Update lib package number. +- Add boost-devel dependency. * Tue Oct 26 2010 Scott Cantor - 2.4-1 - Update version @@ -181,5 +190,5 @@ This package includes XML schemas and related files. * Fri Jul 13 2007 Scott Cantor - 2.0-2 - Second alpha. -* Sun Apr 16 2007 Scott Cantor - 2.0-1 +* Mon Apr 16 2007 Scott Cantor - 2.0-1 - First SPEC file for 2.0.