[opensaml2] 37/38: Fix specfile issues

Ferenc Wágner wferi at moszumanska.debian.org
Tue Aug 30 20:53:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi pushed a commit to branch master
in repository opensaml2.

commit b56a6a867281e45088315a2dac8520f32607f7c0
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Fri Jun 24 17:30:56 2016 -0400

    Fix specfile issues
---
 opensaml.spec.in | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/opensaml.spec.in b/opensaml.spec.in
index 32b2dbb..bbb621b 100644
--- a/opensaml.spec.in
+++ b/opensaml.spec.in
@@ -4,7 +4,7 @@ Release:	1
 Summary:	OpenSAML SAML library
 Group:		Development/Libraries/C and C++
 Vendor:		Shibboleth Consortium
-License:	Apache 2.0
+License:	Apache-2.0
 URL:		http://www.opensaml.org/
 Source0:	%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -14,7 +14,7 @@ BuildRequires:  xerces-c-devel >= 3.1
 BuildRequires:  libxerces-c-devel >= 3.1
 %endif
 BuildRequires:  libxml-security-c-devel >= 1.7.3
-BuildRequires:  libxmltooling-devel >= 1.5.5
+BuildRequires:  libxmltooling-devel >= 1.6.0
 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
 BuildRequires:  gcc-c++, boost-devel >= 1.32.0
@@ -48,13 +48,13 @@ that support the SAML 1.0, 1.1, and 2.0 specifications.
 
 This package contains the utility programs.
 
-%package -n libsaml8
+%package -n libsaml9
 Summary:    OpenSAML SAML library
 Group:      Development/Libraries/C and C++
 Provides:   @PACKAGE_NAME@ = %{version}-%{release}
 Obsoletes:  @PACKAGE_NAME@ < %{version}-%{release}
 
-%description -n libsaml8
+%description -n libsaml9
 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.
@@ -64,7 +64,7 @@ This package contains just the shared library.
 %package -n libsaml-devel
 Summary:	OpenSAML development Headers
 Group:		Development/Libraries/C and C++
-Requires:	libsaml8 = %{version}-%{release}
+Requires:	libsaml9 = %{version}-%{release}
 Provides:	@PACKAGE_NAME at -devel = %{version}-%{release}
 Obsoletes:	@PACKAGE_NAME at -devel < %{version}-%{release}
 %if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
@@ -73,7 +73,7 @@ Requires:  xerces-c-devel >= 3.1
 Requires:  libxerces-c-devel >= 3.1
 %endif
 Requires: libxml-security-c-devel >= 1.7.3
-Requires: libxmltooling-devel >= 1.5.5
+Requires: libxmltooling-devel >= 1.6.0
 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}
 
@@ -114,18 +114,18 @@ This package includes XML schemas and related files.
 [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
 
 %ifnos solaris2.8 solaris2.9 solaris2.10
-%post -n libsaml8 -p /sbin/ldconfig
+%post -n libsaml9 -p /sbin/ldconfig
 %endif
 
 %ifnos solaris2.8 solaris2.9 solaris2.10
-%postun -n libsaml8 -p /sbin/ldconfig
+%postun -n libsaml9 -p /sbin/ldconfig
 %endif
 
 %files -n @PACKAGE_NAME at -bin
 %defattr(-,root,root,-)
 %{_bindir}/samlsign
 
-%files -n libsaml8
+%files -n libsaml9
 %defattr(-,root,root,-)
 %{_libdir}/libsaml.so.*
 
@@ -142,6 +142,10 @@ This package includes XML schemas and related files.
 %doc %{pkgdocdir}
 
 %changelog
+* Fri Jun 24 2016 Scott Cantor <cantor.2 at osu.edu> - 2.6.0-1
+- Fix some nits
+- Update soname in package names
+
 * Mon Mar 9 2015 Scott Cantor <cantor.2 at osu.edu> - 2.5.4-1
 - Require Xerces 3.1 even on older platforms
 - Switch to bz2 source to avoid future SuSE issues

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/opensaml2.git



More information about the Pkg-shibboleth-devel mailing list