Name: libxml2 Version: 2.15.2 Release: 1%{?dist} Summary: Library providing XML and HTML support License: MIT URL: https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home Source0: https://download.gnome.org/sources/libxml2/2.15/libxml2-%{version}.tar.xz BuildRequires: gcc Requires: bash %description This library allows to manipulate XML files. %prep %autosetup %build %configure --disable-static %make_build %install %make_install find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{?ldconfig_scriptlets} %files %{_libdir}/ %{_includedir}/ %{_bindir}/ %changelog * Thu Mar 12 2026 Dmitrii Tochanskii -