rebuilt with perl 5.36.0 [release 0.112-6mamba;Sun Apr 16 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:51:53 +01:00
parent 5165b60bf7
commit e406a0b63e

View File

@ -2,22 +2,24 @@
Name: perl-Unicode-Map
Version: 0.112
Release: 5mamba
Release: 6mamba
Summary: Unicode::Map - Maps charsets from and to utf16 unicode
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/M/MS/MSCHWARTZ/Unicode-Map-%{version}.tar.gz
License: perl
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl-HTTP-Message
BuildRequires: perl-devel
BuildRequires: perl-libwww
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: perl >= 2:5.36.0
%description
This module converts strings from and to 2-byte Unicode UCS2 format. All mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding. To transform these use Unicode::String
@ -43,6 +45,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}
rm -f .packlist
@ -51,6 +55,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 0.112-6mamba
- rebuilt with perl 5.36.0
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.112-5mamba
- rebuilt with perl 5.24