28,29c28
< This library allows to manipulate XML files.
< It includes support to read, modify and write XML and HTML files.
---
> This library allows to manipulate XML files. It includes support to read, modify and write XML and HTML files.
42,46d40
< It includes support to read, modify and write XML and HTML files.
< There is DTDs support this includes parsing and validation even with complex DtDs, either at parse time or later once the document has been modified.
< The output can be a simple SAX stream or and in-memory DOM like representations.
< In this case one can use the built-in XPath and XPointer implementation to select subnodes or ranges.
< A flexible Input/Output mechanism is available, with existing HTTP and FTP modules and combined to an URI library.
78d71
< ./autogen.sh
81,95c74,79
< #autoreconf
< %configure \
<    --enable-shared \
<    --disable-static \
<    --with-history \
<    --with-icu \
<    --with-legacy \
<    --with-threads \
< %if "%{stage1}" != "1"
<    --with-python=%{__python3} \
<    PYTHON=%{__python3}
< %else
<    --without-python \
<    --disable-gtk-doc
< %endif
---
> %meson \
>    --mandir=%{_mandir} \
>    -Dicu=enabled \
>    -Dlegacy=enabled \
>    -Ddocs=enabled \
>    -Dpython=enabled
97,98c81
< %make
< #make tests
---
> %meson_build
102c85
< %makeinstall
---
> %meson_install
129,130c112
< %{_mandir}/man1/xml2-config.*
< #%{_mandir}/man3/*
---
> %{_mandir}/man1/xml2-config.1*
142d123
< %{python3_sitearch}/libxml2mod.so
145a127
> %{python3_sitearch}/libxml2mod.cpython-*.so
150d131
< %{_datadir}/gtk-doc/html/%{name}/
