From 5843c692b14266d3b6b75cfe13c90e5a79e57ef3 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 24 Jul 2025 19:26:45 +0800 Subject: [PATCH] use perl-generators to scan META.json for requirements --- perl-XML-LibXML.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index c1f4daa..402dbfd 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,6 +1,6 @@ Name: perl-XML-LibXML Version: 2.0210 -Release: 3 +Release: 4 Epoch: 1 Summary: Perl Binding for libxml2 License: (GPL-1.0-or-later OR Artistic-1.0-Perl) and MIT @@ -69,7 +69,7 @@ if [ $1 -eq 0 ] ; then fi %files -%license LICENSE +%license LICENSE META.json %doc HACKING.txt README %{perl_vendorarch}/auto/XML %{perl_vendorarch}/XML @@ -78,6 +78,9 @@ fi %{_mandir}/man*/* %changelog +* Thu Jul 24 2025 Funda Wang - 1:2.0210-4 +- use perl-generators to scan META.json for requirements + * Mon Apr 14 2025 Funda Wang - 1:2.0210-3 - Fix test suite with libxml2 2.13.0 -- Gitee