libxml2: 2.15.2

This commit is contained in:
Dmitrii Tochanskii 2026-03-12 09:33:11 +00:00
commit bdba921f3c

39
libxml2.spec Normal file
View file

@ -0,0 +1,39 @@
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 <tochansky@tochlab.ru>
-