update to 5.0.1 [release 5.0.1-1mamba;Sun May 30 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 06:13:02 +01:00
parent de3b6fb0d9
commit a0e31ef987

View File

@ -2,26 +2,23 @@
Name: libxml++
Epoch: 1
Version: 5.0.0
Version: 5.0.1
Release: 1mamba
Summary: A C++ wrapper for the libxml XML parser library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: https://libxmlplusplus.sourceforge.net
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://libxmlplusplus.sourceforge.net/
Source: https://download.gnome.org/sources/libxml++/%{majversion}/libxml++-%{version}.tar.xz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libgcc
BuildRequires: libglibmm-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxml2-devel
## AUTOBUILDREQ-END
BuildRequires: mm-common-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
libxml++ is a C++ wrapper for the libxml XML parser library.
@ -40,8 +37,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
libxml++ is a C++ wrapper for the libxml XML parser library.
It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specifications because they are not aimed at C++.
Its API is much simpler than the underlying libxml C API.
This package contains static libraries and header files need for development.
This package contains static libraries and header files needed for development.
%package apidocs
Group: Documentation
@ -51,7 +47,6 @@ Summary: API documentation for %{name}
libxml++ is a C++ wrapper for the libxml XML parser library.
It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specifications because they are not aimed at C++.
Its API is much simpler than the underlying libxml C API.
This package contains the API documentation needed for development.
%debug_package
@ -114,6 +109,9 @@ This package contains the API documentation needed for development.
#%doc %{_docdir}/%{name}-*/reference
%changelog
* Sun May 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.1-1mamba
- update to 5.0.1
* Tue Feb 09 2021 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
- automatic version update by autodist