From bdba921f3ccb2f0058a2d1e01f4e714160e17bd9 Mon Sep 17 00:00:00 2001 From: Dmitrii Tochanskii Date: Thu, 12 Mar 2026 09:33:11 +0000 Subject: [PATCH] libxml2: 2.15.2 --- libxml2.spec | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 libxml2.spec diff --git a/libxml2.spec b/libxml2.spec new file mode 100644 index 0000000..d4faab0 --- /dev/null +++ b/libxml2.spec @@ -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 +-