From d3661185bc43a51de34d122940996fafa3d100be Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 4 Aug 2025 16:16:26 +0800 Subject: [PATCH] fix build --- python-lxml.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 334945f..8c28cb6 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,4 +1,3 @@ -%global _empty_manifest_terminate_build 0 %global _description \ The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. \ It is unique in that it combines the speed and XML feature completeness of these libraries with \ @@ -6,7 +5,7 @@ the simplicity of a native Python API, mostly compatible but superior to the wel Name: python-lxml Version: 6.0.0 -Release: 1 +Release: 2 Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD-3-Clause AND MIT-CMU AND MIT URL: https://github.com/lxml/lxml @@ -36,7 +35,6 @@ Buildarch: noarch %prep %autosetup -n lxml-%{version} -p1 -find -type f -name '*.c' -print -delete %build %py3_build @@ -55,6 +53,9 @@ make test %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %changelog +* Mon Aug 04 2025 Funda Wang - 6.0.0-2 +- fix build + * Sun Jul 27 2025 Funda Wang - 6.0.0-1 - update to version 6.0.0 -- Gitee