From 6ce16528486cd8a9a5b8bd04d76f50dcb7107c5f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:13:02 +0100 Subject: [PATCH] automatic version update by autodist [release 5.0.2-1mamba;Fri Oct 07 2022] --- libxml++.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/libxml++.spec b/libxml++.spec index a0f1473..9197523 100644 --- a/libxml++.spec +++ b/libxml++.spec @@ -2,14 +2,14 @@ Name: libxml++ Epoch: 1 -Version: 5.0.1 +Version: 5.0.2 Release: 1mamba Summary: A C++ wrapper for the libxml XML parser library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://libxmlplusplus.sourceforge.net/ +URL: https://libxmlplusplus.sourceforge.net/ Source: https://download.gnome.org/sources/libxml++/%{majversion}/libxml++-%{version}.tar.xz License: LGPL ## AUTOBUILDREQ-BEGIN @@ -49,7 +49,9 @@ It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM Its API is much simpler than the underlying libxml C API. This package contains the API documentation needed for development. -%debug_package +# Workaround for: +# /usr/bin/strip: unable to copy file '/var/autodist-tmp/libxml++-5.0.2-root/usr/lib/debug/usr/lib64/libxml++-5.0.so.1.0.0-5.0.2-1mamba.x86_64.debug'; reason: Permission denied +#% debug_package %prep %setup -q @@ -62,6 +64,7 @@ This package contains the API documentation needed for development. %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %meson_install + #docdir=%{_defaultdocdir}/%{name}-%{version}/docs #pushd %{buildroot}%{_defaultdocdir}/%{name}-%{version} @@ -76,7 +79,7 @@ This package contains the API documentation needed for development. %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files @@ -109,6 +112,9 @@ This package contains the API documentation needed for development. #%doc %{_docdir}/%{name}-*/reference %changelog +* Fri Oct 07 2022 Automatic Build System 5.0.2-1mamba +- automatic version update by autodist + * Sun May 30 2021 Silvan Calarco 5.0.1-1mamba - update to 5.0.1