You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2017/11/13 14:35:14 UTC

svn commit: r1815108 - /santuario/xml-security-cpp/trunk/xml-security-c.spec

Author: scantor
Date: Mon Nov 13 14:35:14 2017
New Revision: 1815108

URL: http://svn.apache.org/viewvc?rev=1815108&view=rev
Log:
Update specfile for 2.0

Modified:
    santuario/xml-security-cpp/trunk/xml-security-c.spec

Modified: santuario/xml-security-cpp/trunk/xml-security-c.spec
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xml-security-c.spec?rev=1815108&r1=1815107&r2=1815108&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xml-security-c.spec (original)
+++ santuario/xml-security-cpp/trunk/xml-security-c.spec Mon Nov 13 14:35:14 2017
@@ -1,5 +1,5 @@
 Name:           xml-security-c
-Version:        1.8.0
+Version:        2.0.0
 Release:        1
 Summary:        Apache XML security C++ library
 Group:          Development/Libraries/C and C++
@@ -9,11 +9,11 @@ Source:         %{name}-%{version}.tar.b
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
-BuildRequires:  xerces-c-devel >= 3.1
-%{?_with_xalan:BuildRequires: xalan-c-devel >= 1.6}
+BuildRequires:  xerces-c-devel >= 3.2
+%{?_with_xalan:BuildRequires: xalan-c-devel >= 1.12}
 %else
-BuildRequires:  libxerces-c-devel >= 3.1
-%{?_with_xalan:BuildRequires: libxalan-c-devel >= 1.6}
+BuildRequires:  libxerces-c-devel >= 3.2
+%{?_with_xalan:BuildRequires: libxalan-c-devel >= 1.12}
 %endif
 BuildRequires:  openssl-devel gcc-c++ pkgconfig
 %if "%{_vendor}" == "redhat"
@@ -38,13 +38,13 @@ XPath and XSLT transforms.
 
 This package contains the utility programs.
 
-%package -n libxml-security-c18
+%package -n libxml-security-c20
 Summary:    Apache XML security C++ library
 Group:      Development/Libraries/C and C++
 Provides:   xml-security-c = %{version}-%{release}
 Obsoletes:  xml-security-c < %{version}-%{release}
 
-%description -n libxml-security-c18
+%description -n libxml-security-c20
 The xml-security-c library is a C++ implementation of the XML Digital Signature
 and Encryption specifications. The library makes use of the Apache XML project's
 Xerces-C XML Parser and Xalan-C XSLT processor. The latter is used for processing
@@ -79,7 +79,7 @@ This package includes files needed for d
 %setup -q
 
 %build
-%configure %{!?_with_xalan: --without-xalan}
+%configure %{!?_with_xalan: --without-xalan} %{!?_with_xkms: --without-xkms}
 %{__make}
 
 %install
@@ -90,18 +90,18 @@ This package includes files needed for d
 
 
 %ifnos solaris2.8 solaris2.9 solaris2.10
-%post -n libxml-security-c18 -p /sbin/ldconfig
+%post -n libxml-security-c20 -p /sbin/ldconfig
 %endif
 
 %ifnos solaris2.8 solaris2.9 solaris2.10
-%postun -n libxml-security-c18 -p /sbin/ldconfig
+%postun -n libxml-security-c20 -p /sbin/ldconfig
 %endif
 
 %files -n xml-security-c-bin
 %defattr(-,root,root,-)
 %{_bindir}/*
 
-%files -n libxml-security-c18
+%files -n libxml-security-c20
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
 
@@ -112,8 +112,8 @@ This package includes files needed for d
 %{_libdir}/*.a
 
 %changelog
-* Thu Jun 29 2017 Scott Cantor <ca...@osu.edu> 1.8.0-1
-- update to 1.8.0
+* Mon Nov 13 2017 Scott Cantor <ca...@osu.edu> 2.0.0-1
+- update to 2.0.0
 
 * Wed Jan 28 2015 Scott Cantor <ca...@osu.edu> 1.7.3-1
 - update to 1.7.3