From abcbca564a37d510cf27c96b95cfa7fcb4effef3 Mon Sep 17 00:00:00 2001 From: dfh Date: Mon, 27 Oct 2025 09:32:04 +0800 Subject: [PATCH] remove some requires --- perl-HTML-Form.spec | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/perl-HTML-Form.spec b/perl-HTML-Form.spec index 4e8b049..fc0fd19 100644 --- a/perl-HTML-Form.spec +++ b/perl-HTML-Form.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-HTML-Form Version: 6.13 -Release: 1 +Release: 2 Summary: Class that represents an HTML form element License: GPL-1.0-or-later OR Artistic-1.0-Perl Group: Development/Libraries @@ -23,13 +23,6 @@ BuildRequires: perl(Test::More) BuildRequires: perl(URI) >= 1.10 BuildRequires: perl(warnings) BuildRequires: perl(Test::Warnings) -Requires: perl(Carp) -Requires: perl(Encode) >= 2 -Requires: perl(HTML::TokeParser) -Requires: perl(HTTP::Request) >= 6 -Requires: perl(HTTP::Request::Common) >= 6.03 -Requires: perl(strict) -Requires: perl(URI) >= 1.10 %description Objects of the HTML::Form class represents a single HTML
...
@@ -62,14 +55,18 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT %{_fixperms} $RPM_BUILD_ROOT/* %files -%license LICENSE -%doc Changes cpanfile dist.ini META.json +%license LICENSE META.json +%doc Changes cpanfile dist.ini %{perl_vendorlib}/* %files help %{_mandir}/man?/* %changelog +* Mon Oct 27 2025 dfh - 6.13-2 +- move META.json from %doc to %license +- remove some requires + * Fri Oct 24 2025 dfh - 6.13-1 - Fix form.t compatibility with HTTP::Message 7.01+ -- Gitee