update to 5.0.1 [release 5.0.1-1mamba;Sun May 30 2021]
This commit is contained in:
parent
de3b6fb0d9
commit
a0e31ef987
@ -2,26 +2,23 @@
|
|||||||
|
|
||||||
Name: libxml++
|
Name: libxml++
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 5.0.0
|
Version: 5.0.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C++ wrapper for the libxml XML parser library
|
Summary: A C++ wrapper for the libxml XML parser library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://libxmlplusplus.sourceforge.net
|
URL: http://libxmlplusplus.sourceforge.net/
|
||||||
Source: https://download.gnome.org/sources/libxml++/%{majversion}/libxml++-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/libxml++/%{majversion}/libxml++-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglibmm-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: mm-common-devel
|
BuildRequires: mm-common-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libxml++ is a C++ wrapper for the libxml XML parser library.
|
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.
|
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++.
|
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.
|
Its API is much simpler than the underlying libxml C API.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%package apidocs
|
%package apidocs
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
@ -51,7 +47,6 @@ Summary: API documentation for %{name}
|
|||||||
libxml++ is a C++ wrapper for the libxml XML parser library.
|
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++.
|
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.
|
Its API is much simpler than the underlying libxml C API.
|
||||||
|
|
||||||
This package contains the API documentation needed for development.
|
This package contains the API documentation needed for development.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
@ -114,6 +109,9 @@ This package contains the API documentation needed for development.
|
|||||||
#%doc %{_docdir}/%{name}-*/reference
|
#%doc %{_docdir}/%{name}-*/reference
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 09 2021 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user