X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=opensaml.spec.in;h=e2c2d2a6bca85d3108fab5cee928c226b1d82bc7;hb=9f9783497033d5377b1dbc58e776024ab2bb9724;hp=352f2a8900533366231ce13b7fd37d1484345835;hpb=3eb4336c60742292c6af6af4acc0cf32858ebd38;p=shibboleth%2Fcpp-opensaml.git diff --git a/opensaml.spec.in b/opensaml.spec.in index 352f2a8..e2c2d2a 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -1,28 +1,30 @@ -Name: @PACKAGE@ +Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ Release: 1 Summary: OpenSAML SAML library -Group: System Environment/Libraries +Group: Development/Libraries/C and C++ Vendor: Internet2 License: Apache 2.0 URL: http://www.opensaml.org/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -%if 0%{?suse_version} > 1030 +%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130 BuildRequires: libXerces-c-devel >= 2.8.0 +%else +BuildRequires: libxerces-c-devel >= 2.8.0 +%endif BuildRequires: libxml-security-c-devel >= 1.4.0 -BuildRequires: libxmltooling-devel >= 1.2 +BuildRequires: libxmltooling-devel >= 1.4 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: liblog4shib-devel} -%else -BuildRequires: xerces%{?xercesver}-c-devel >= 2.8.0 -BuildRequires: xml-security-c-devel >= 1.4.0 -BuildRequires: xmltooling-devel >= 1.2 -%{?_with_log4cpp:BuildRequires: log4cpp-devel >= 1.0} -%{!?_with_log4cpp:BuildRequires: log4shib-devel} +BuildRequires: gcc-c++, boost-devel >= 1.32.0 +%if 0%{?suse_version} > 1000 +BuildRequires: pkg-config %endif -BuildRequires: gcc-c++ %{!?_without_doxygen:BuildRequires: doxygen} +%if "%{_vendor}" == "redhat" +BuildRequires: redhat-rpm-config +%endif %if "%{_vendor}" == "suse" %define pkgdocdir %{_docdir}/%{name} @@ -35,54 +37,63 @@ 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. -%if 0%{?suse_version} > 1030 -%package -n libsaml4 +%package -n @PACKAGE_NAME@-bin +Summary: Utilities for OpenSAML library +Group: Development/Libraries/C and C++ + +%description -n @PACKAGE_NAME@-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 libsaml8 Summary: OpenSAML SAML library -Group: Development/Libraries -Provides: @PACKAGE@ = %{version} +Group: Development/Libraries/C and C++ +Provides: @PACKAGE_NAME@ = %{version}-%{release} +Obsoletes: @PACKAGE_NAME@ < %{version}-%{release} -%description -n libsaml4 +%description -n libsaml8 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. -%endif -%if 0%{?suse_version} > 1030 %package -n libsaml-devel -Requires: libsaml4 = %version +Summary: OpenSAML development Headers +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 %else -%package devel -Requires: %name = %version +BuildRequires: libxerces-c-devel >= 2.8.0 %endif -Summary: OpenSAML development Headers -Group: Development/Libraries -%if 0%{?suse_version} > 1030 -Requires: libXerces-c-devel >= 2.8.0 Requires: libxml-security-c-devel >= 1.4.0 -Requires: libxmltooling-devel >= 1.2 +Requires: libxmltooling-devel >= 1.4 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:Requires: liblog4shib-devel} -%else -Requires: xerces%{?xercesver}-c-devel >= 2.8.0 -Requires: xml-security-c-devel >= 1.4.0 -Requires: xmltooling-devel >= 1.2 -%{?_with_log4cpp:Requires: log4cpp-devel >= 1.0} -%{!?_with_log4cpp:Requires: log4shib-devel} -%endif -%if 0%{?suse_version} > 1030 %description -n libsaml-devel -%else -%description devel -%endif 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 @PACKAGE_NAME@-schemas +Summary: OpenSAML schemas and catalog +Group: Development/Libraries/C and C++ + +%description -n @PACKAGE_NAME@-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 @@ -103,43 +114,48 @@ This package includes files needed for development with OpenSAML. [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT %ifnos solaris2.8 solaris2.9 solaris2.10 -%if 0%{?suse_version} > 1030 -%post -n libsaml4 -p /sbin/ldconfig -%else -%post -p /sbin/ldconfig -%endif +%post -n libsaml8 -p /sbin/ldconfig %endif %ifnos solaris2.8 solaris2.9 solaris2.10 -%if 0%{?suse_version} > 1030 -%postun -n libsaml4 -p /sbin/ldconfig -%else -%postun -p /sbin/ldconfig -%endif +%postun -n libsaml8 -p /sbin/ldconfig %endif -%files +%files -n @PACKAGE_NAME@-bin %defattr(-,root,root,-) %{_bindir}/samlsign -%if 0%{?suse_version} > 1030 -%files -n libsaml4 + +%files -n libsaml8 %defattr(-,root,root,-) -%endif %{_libdir}/libsaml.so.* -%dir %{_datadir}/xml/@PACKAGE@ -%{_datadir}/xml/@PACKAGE@/* -%if 0%{?suse_version} > 1030 +%files -n @PACKAGE_NAME@-schemas +%defattr(-,root,root,-) +%dir %{_datadir}/xml/@PACKAGE_NAME@ +%{_datadir}/xml/@PACKAGE_NAME@/* + %files -n libsaml-devel -%else -%files devel -%endif %defattr(-,root,root,-) %{_includedir}/* %{_libdir}/*.so +%{_libdir}/pkgconfig/@PACKAGE_NAME@.pc %doc %{pkgdocdir} %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