1 Commits

Author SHA1 Message Date
2e2e571ad3 update to 3.3.0 [release 3.3.0-1mamba;Mon Mar 03 2025] 2025-03-13 14:16:27 +01:00

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f 1-2)
Name: libxerces-c
Version: 3.2.5
Version: 3.3.0
Release: 1mamba
Summary: A validating XML parser written in a portable subset of C++
Group: System/Libraries
@ -8,8 +8,8 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://xerces.apache.org/xerces-c/
Source: http://mirror.nohup.it/apache//xerces/c/3/sources/xerces-c-%{version}.tar.xz
License: Apache License Version 2.0
Source: https://dlcdn.apache.org//xerces/c/3/sources/xerces-c-%{version}.tar.xz
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libcurl-devel
@ -57,8 +57,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Xerces-C++ is a validating XML parser written in a portable subset of C++.
This package contains documentation for %{name}.
%debug_package
%prep
%setup -q -n xerces-c-%{version}
rm -rf doc/html/resources/.svn
@ -91,9 +89,6 @@ export XERCESCROOT=$(pwd)
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/libxerces-c-%{majver}.so
@ -140,6 +135,9 @@ export XERCESCROOT=$(pwd)
%doc doc samples
%changelog
* Mon Mar 03 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.0-1mamba
- update to 3.3.0
* Thu Dec 21 2023 Automatic Build System <autodist@mambasoft.it> 3.2.5-1mamba
- automatic version update by autodist