From e406a0b63e244a6e0eb628f9fdf12a2e5f67f8f2 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 09:51:53 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 0.112-6mamba;Sun Apr 16 2023] --- perl-Unicode-Map.spec | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/perl-Unicode-Map.spec b/perl-Unicode-Map.spec index 4159ae4..5b08638 100644 --- a/perl-Unicode-Map.spec +++ b/perl-Unicode-Map.spec @@ -1,23 +1,25 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) -Name: perl-Unicode-Map -Version: 0.112 -Release: 5mamba -Summary: Unicode::Map - Maps charsets from and to utf16 unicode -Group: System/Libraries/Perl +Name: perl-Unicode-Map +Version: 0.112 +Release: 6mamba +Summary: Unicode::Map - Maps charsets from and to utf16 unicode +Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Silvan Calarco -URL: http://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 +Packager: Silvan Calarco +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 0.112-6mamba +- rebuilt with perl 5.36.0 + * Wed Nov 09 2016 Silvan Calarco 0.112-5mamba - rebuilt with perl 5.24