automatic version update by autodist [release 6.07-1mamba;Wed Feb 24 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:05:18 +01:00
parent 280565296d
commit 10c4853e06

View File

@ -1,22 +1,21 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-HTML-Form Name: perl-HTML-Form
Version: 6.03 Version: 6.07
Release: 1mamba Release: 1mamba
Summary: HTML::Form - Class that represents an HTML form element Summary: HTML::Form - Class that represents an HTML form element
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Form-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/HTML/HTML-Form-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel BuildRequires: perl-devel
BuildRequires: perl-URI BuildRequires: perl-URI
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
HTML::Form - Class that represents an HTML form element. HTML::Form - Class that represents an HTML form element.
@ -54,5 +53,8 @@ done
# %doc README # %doc README
%changelog %changelog
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 6.07-1mamba
- automatic version update by autodist
* Wed Nov 14 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 6.03-1mamba * Wed Nov 14 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 6.03-1mamba
- package created by autospec - package created by autospec