From 667a67fc7b5436427ea310fa20f2693fc081b71e Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 14 Dec 2025 15:24:29 +0800 Subject: [PATCH] disable compat build --- libxml2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libxml2.spec b/libxml2.spec index 604b31c..3820f08 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,4 +1,4 @@ -%bcond_without compat +%bcond_with compat %bcond_without docs %if %{with compat} @@ -8,7 +8,7 @@ Summary: Library providing XML and HTML support Name: libxml2 Version: 2.15.1 -Release: 1 +Release: 2 License: MIT Group: Development/Libraries Source: https://download.gnome.org/sources/%{name}/%{version_major}/%{name}-%{version}.tar.xz @@ -138,6 +138,9 @@ install -m755 %{name}-%{compat_version}/.libs/*.so.* %{buildroot}%{_libdir}/ %{_mandir}/man?/* %changelog +* Sun Dec 14 2025 Funda Wang - 2.15.1-2 +- disable compat build + * Tue Dec 02 2025 Funda Wang - 2.15.1-1 - update to 2.15.1 -- Gitee