X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=opensaml.spec.in;h=3a72b926459546eb94859700d2b73789991041cd;hp=b7c3d27de7abeaaf73671d39d379f06373d9e654;hb=db44995ea6c326dcb51387a888da823c5d86c866;hpb=873dacd434185e8fe082f035dfa1806abc0f63e3 diff --git a/opensaml.spec.in b/opensaml.spec.in index b7c3d27..3a72b92 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -6,12 +6,12 @@ Group: Development/Libraries/C and C++ 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 @@ -67,10 +67,10 @@ 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 @@ -142,6 +142,14 @@ This package includes XML schemas and related files. %doc %{pkgdocdir} %changelog +* 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. @@ -182,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.