diff --git a/perl-Unicode-LineBreak.spec b/perl-Unicode-LineBreak.spec index 2cd7b3c..ee7bcad 100644 --- a/perl-Unicode-LineBreak.spec +++ b/perl-Unicode-LineBreak.spec @@ -2,24 +2,24 @@ Name: perl-Unicode-LineBreak Version: 2019.001 -Release: 1mamba +Release: 2mamba Summary: Unicode::LineBreak - UAX 14 Unicode Line Breaking Algorithm Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/Unicode-LineBreak-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libperl BuildRequires: libthai-devel +BuildRequires: perl-Encode BuildRequires: perl-MIME-Charset BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description UAX 14 Unicode Line Breaking Algorithm. @@ -58,6 +58,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}" @@ -65,6 +67,9 @@ done %defattr(-,root,root) %changelog +* Sun Apr 16 2023 Sdk Build System 2019.001-2mamba +- rebuilt with perl 5.36.0 + * Sun Apr 19 2020 Automatic Build System 2019.001-1mamba - automatic update by autodist