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