Name: opensaml Version: 3.2.1 Release: 1.1 Summary: OpenSAML SAML library Group: Development/Libraries/C and C++ Vendor: Shibboleth Consortium License: ASL 2.0 # SPDX-License-Identifier: Apache-2.0 URL: http://www.opensaml.org/ Source0: https://shibboleth.net/downloads/c++-opensaml/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root #BuildRequires: libxerces-c-devel >= 3.2 BuildRequires: xerces-c-devel >= 3.2 BuildRequires: libxml-security-c-devel >= 2.0.0 BuildRequires: libxmltooling-devel >= 3.2.0 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4} BuildRequires: gcc-c++, pkgconfig, boost-devel >= 1.32.0 %{!?_without_doxygen:BuildRequires: doxygen} %if "%{_vendor}" == "redhat" BuildRequires: redhat-rpm-config %endif %if 0%{?rhel} == 8 BuildRequires: gdb %endif %if "%{_vendor}" == "suse" %define pkgdocdir %{_docdir}/%{name} %else %define pkgdocdir %{_docdir}/%{name}-%{version} %endif %description OpenSAML is an open source implementation of the OASIS Security Assertion Markup Language Specification. It contains a set of open source C++ classes that support the SAML 1.0, 1.1, and 2.0 specifications. %package -n opensaml-bin Summary: Utilities for OpenSAML library Group: Development/Libraries/C and C++ %description -n opensaml-bin OpenSAML is an open source implementation of the OASIS Security Assertion Markup Language Specification. It contains a set of open source C++ classes that support the SAML 1.0, 1.1, and 2.0 specifications. This package contains the utility programs. %package -n libsaml12 Summary: OpenSAML SAML library Group: Development/Libraries/C and C++ Provides: opensaml = %{version}-%{release} Obsoletes: opensaml < %{version}-%{release} %description -n libsaml12 OpenSAML is an open source implementation of the OASIS Security Assertion Markup Language Specification. It contains a set of open source C++ classes that support the SAML 1.0, 1.1, and 2.0 specifications. This package contains just the shared library. %package -n libsaml-devel Summary: OpenSAML development Headers Group: Development/Libraries/C and C++ Requires: libsaml12 = %{version}-%{release} Provides: opensaml-devel = %{version}-%{release} Obsoletes: opensaml-devel < %{version}-%{release} #Requires: libxerces-c-devel >= 3.2 Requires: xerces-c-devel >= 3.2 Requires: libxml-security-c-devel >= 2.0.0 Requires: libxmltooling-devel >= 3.2.0 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4} %description -n libsaml-devel OpenSAML is an open source implementation of the OASIS Security Assertion Markup Language Specification. It contains a set of open source C++ classes that support the SAML 1.0, 1.1, and 2.0 specifications. This package includes files needed for development with OpenSAML. %package -n opensaml-schemas Summary: OpenSAML schemas and catalog Group: Development/Libraries/C and C++ %description -n opensaml-schemas OpenSAML is an open source implementation of the OASIS Security Assertion Markup Language Specification. It contains a set of open source C++ classes that support the SAML 1.0, 1.1, and 2.0 specifications. This package includes XML schemas and related files. %prep %setup -q %build %if 0%{?rhel} == 6 || 0%{?rhel} == 7 || 0%{?amzn} >= 1 %configure %{?saml_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig %else %configure %{?saml_options} %endif %{__make} %install %{__make} install DESTDIR=$RPM_BUILD_ROOT pkgdocdir=%{pkgdocdir} # Don't package unit tester if present. %{__rm} -f $RPM_BUILD_ROOT/%{_bindir}/samltest %check %{__make} check %clean [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT %post -n libsaml12 -p /sbin/ldconfig %postun -n libsaml12 -p /sbin/ldconfig %files -n opensaml-bin %defattr(-,root,root,-) %{_bindir}/samlsign %files -n libsaml12 %defattr(-,root,root,-) %{_libdir}/libsaml.so.* %exclude %{_libdir}/libsaml.la %files -n opensaml-schemas %defattr(-,root,root,-) %dir %{_datadir}/xml/opensaml %{_datadir}/xml/opensaml/* %files -n libsaml-devel %defattr(-,root,root,-) %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/opensaml.pc %doc %{pkgdocdir} %changelog * Mon Nov 14 2022 Bussi Andrea - 3.2.1-1.1 - New upstream release. * Wed Dec 2 2020 Scott Cantor - 3.2.0-1 - Version and lib bump * Mon Feb 3 2020 Scott Cantor - 3.1.0-1 - Version and lib bump - Remove Solaris conditionals * Mon Sep 30 2019 Scott Cantor - 3.0.1-1 - CentOS 8 cleanup * Tue Nov 21 2017 Scott Cantor - 3.0.0-1 - Update soname - Update dependency reqs - Require Xerces 3.2 as shipped by me on all platforms * Fri Jun 24 2016 Scott Cantor - 2.6.0-1 - Fix some nits - Update soname in package names * 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 - Add pkg-config support. - Sync package names for side by side install. - Adjust Xerces dependency name and Group setting - Split out schemas into separate subpackage * Mon Aug 31 2009 Scott Cantor - 2.3-1 - Bump soname for SUSE packaging. * Sat Aug 8 2009 Scott Cantor - 2.2.1-1 - SuSE conventions - Stop packaging unit tester * Wed Dec 3 2008 Scott Cantor - 2.2-1 - Bumping for minor update. - Fixing SUSE Xerces dependency name. * Tue Jul 1 2008 Scott Cantor - 2.1-1 - Bumping for minor update. * Mon Mar 17 2008 Scott Cantor - 2.0-6 - Official release. * Fri Jan 18 2008 Scott Cantor - 2.0-5 - Release candidate 1. * Thu Nov 08 2007 Scott Cantor - 2.0-4 - Second public beta. * Thu Aug 16 2007 Scott Cantor - 2.0-3 - First public beta. * Fri Jul 13 2007 Scott Cantor - 2.0-2 - Second alpha. * Mon Apr 16 2007 Scott Cantor - 2.0-1 - First SPEC file for 2.0.