!2 Update to 6.11
From: @starlet-dx Reviewed-by: @wk333 Signed-off-by: @wk333
This commit is contained in:
commit
38eb899b3e
Binary file not shown.
BIN
HTML-Form-6.11.tar.gz
Normal file
BIN
HTML-Form-6.11.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: perl-HTML-Form
|
Name: perl-HTML-Form
|
||||||
Version: 6.07
|
Version: 6.11
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Class that represents an HTML form element
|
Summary: Class that represents an HTML form element
|
||||||
License: Perl_5 and GPL+ or Artistic
|
License: Perl_5 and GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/HTML-Form/
|
URL: https://metacpan.org/release/HTML-Form
|
||||||
Source0: http://www.cpan.org/authors/id/O/OA/OALDERS/HTML-Form-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SI/SIMBABQUE/HTML-Form-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
@ -23,6 +23,7 @@ BuildRequires: perl(strict)
|
|||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(URI) >= 1.10
|
BuildRequires: perl(URI) >= 1.10
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
|
BuildRequires: perl(Test::Warnings)
|
||||||
Requires: perl(Carp)
|
Requires: perl(Carp)
|
||||||
Requires: perl(Encode) >= 2
|
Requires: perl(Encode) >= 2
|
||||||
Requires: perl(HTML::TokeParser)
|
Requires: perl(HTML::TokeParser)
|
||||||
@ -47,7 +48,8 @@ and which can take on various values. The state of a form can be tweaked
|
|||||||
and it can then be asked to provide HTTP::Request objects that can be
|
and it can then be asked to provide HTTP::Request objects that can be
|
||||||
passed to the request() method of LWP::UserAgent.
|
passed to the request() method of LWP::UserAgent.
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n HTML-Form-%{version}
|
%autosetup -n HTML-Form-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PERL_MM_OPT=""
|
export PERL_MM_OPT=""
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
@ -74,6 +76,7 @@ if [ -d usr/sbin ];then
|
|||||||
fi
|
fi
|
||||||
popd
|
popd
|
||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
@ -88,5 +91,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 08 2023 yaoxin <yao_xin001@hoperun.com> - 6.11-1
|
||||||
|
- Update to 6.11
|
||||||
|
|
||||||
* Tue Jun 09 2020 Perl_Bot <Perl_Bot@openeuler.org> 6.07-1
|
* Tue Jun 09 2020 Perl_Bot <Perl_Bot@openeuler.org> 6.07-1
|
||||||
- Specfile autogenerated by Perl_Bot
|
- Specfile autogenerated by Perl_Bot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user