automatic version update by autodist [release 0.26-1mamba;Mon Jul 31 2023]

This commit is contained in:
Automatic Build System 2024-01-06 08:38:11 +01:00
parent 3b56aa2729
commit b5381d1b61

View File

@ -1,23 +1,23 @@
%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-CGI-Compile Name: perl-CGI-Compile
Version: 0.21 Version: 0.26
Release: 1mamba Release: 1mamba
Summary: CGI::Compile - Compile .cgi scripts to a code reference like ModPerl::Registry Summary: CGI::Compile - Compile .cgi scripts to a code reference like ModPerl::Registry
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/M/MI/MIYAGAWA/CGI-Compile-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/CGI/CGI-Compile-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libperl BuildRequires: libperl
BuildRequires: perl-File-pushd BuildRequires: perl-File-pushd
BuildRequires: perl-Sub-Name
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
CGI::Compile - Compile .cgi scripts to a code reference like ModPerl::Registry. CGI::Compile - Compile .cgi scripts to a code reference like ModPerl::Registry.
@ -57,6 +57,12 @@ done
# %doc README # %doc README
%changelog %changelog
* Mon Jul 31 2023 Automatic Build System <autodist@mambasoft.it> 0.26-1mamba
- automatic version update by autodist
* Sat Feb 27 2021 Automatic Build System <autodist@mambasoft.it> 0.25-1mamba
- automatic version update by autodist
* Tue Jan 26 2016 Automatic Build System <autodist@mambasoft.it> 0.21-1mamba * Tue Jan 26 2016 Automatic Build System <autodist@mambasoft.it> 0.21-1mamba
- automatic update by autodist - automatic update by autodist