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

This commit is contained in:
Automatic Build System 2024-01-06 09:06:33 +01:00
parent 33966958c6
commit 85d712adff

View File

@ -1,21 +1,20 @@
%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-Template Name: perl-HTML-Template
Version: 2.95 Version: 2.97
Release: 1mamba Release: 1mamba
Summary: Perl module to use HTML-like templating language Summary: Perl module to use HTML-like templating language
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/W/WO/WONKO/HTML-Template-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/HTML/HTML-Template-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Perl module to use HTML-like templating language. Perl module to use HTML-like templating language.
@ -53,5 +52,8 @@ done
# %doc README # %doc README
%changelog %changelog
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 2.97-1mamba
- automatic version update by autodist
* Wed Nov 27 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.95-1mamba * Wed Nov 27 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.95-1mamba
- package created using the webbuild interface - package created using the webbuild interface