rebuilt with perl 5.36.0 [release 0.35-2mamba;Mon Apr 17 2023]

This commit is contained in:
Sdk Build System 2024-01-06 08:55:50 +01:00
parent dec20b9bee
commit f9d72e576e

View File

@ -2,7 +2,7 @@
Name: perl-Encode-HanConvert Name: perl-Encode-HanConvert
Version: 0.35 Version: 0.35
Release: 1mamba Release: 2mamba
Summary: Two encoding formats to facilitate mappings between traditional and simplified Chinese characters Summary: Two encoding formats to facilitate mappings between traditional and simplified Chinese characters
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
@ -13,8 +13,9 @@ Source: https://cpan.metacpan.org/modules/by-module/Encode/Encode-HanConv
License: Artistic License: Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libperl BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
@ -42,6 +43,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}"
rm -f .packlist rm -f .packlist
@ -50,6 +53,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 0.35-2mamba
- rebuilt with perl 5.36.0
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 0.35-1mamba * Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 0.35-1mamba
- automatic version update by autodist - automatic version update by autodist