rebuilt with perl 5.36.0 [release 3.101-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
f023ed57d1
commit
4b0d66458e
@ -1,24 +1,26 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Template-Toolkit
|
||||
Version: 3.101
|
||||
Release: 1mamba
|
||||
Summary: A fast, powerful and easily extensible template processing system written in Perl
|
||||
Group: Development/Libraries/Perl
|
||||
Name: perl-Template-Toolkit
|
||||
Version: 3.101
|
||||
Release: 2mamba
|
||||
Summary: A fast, powerful and easily extensible template processing system written in Perl
|
||||
Group: Development/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org
|
||||
Source: https://cpan.metacpan.org/modules/by-module/Template/Template-Toolkit-%{version}.tar.gz
|
||||
License: GPL
|
||||
Requires: perl >= %perl_major_ver
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org
|
||||
Source: https://cpan.metacpan.org/modules/by-module/Template/Template-Toolkit-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-AppConfig
|
||||
BuildRequires: perl-Pod-POM
|
||||
BuildRequires: perl-Scalar-List-Utils
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
Requires: perl >= %perl_major_ver
|
||||
|
||||
%description
|
||||
The Template Toolkit is a fast, powerful and easily extensible template processing system written in Perl with certain key elements coded in C for maximum speed.
|
||||
@ -47,6 +49,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||
done
|
||||
|
||||
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||
|
||||
%clean
|
||||
[[ "%{buildroot}" ]] && rm -rf %{buildroot}
|
||||
|
||||
@ -54,6 +58,9 @@ done
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 3.101-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Tue Aug 16 2022 Automatic Build System <autodist@mambasoft.it> 3.101-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user