rebuilt with perl 5.36.0 [release 2019.001-2mamba;Sun Apr 16 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:51:47 +01:00
parent be2c2483ac
commit b85547dadb

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <sdk@mambasoft.it> 2019.001-2mamba
- rebuilt with perl 5.36.0
* Sun Apr 19 2020 Automatic Build System <autodist@mambasoft.it> 2019.001-1mamba
- automatic update by autodist