From 0b8da37ab325173e5974bdb57df23d6ff5ffec40 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 08:55:57 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 0.23-4mamba;Sun Apr 16 2023] --- perl-Encode-HanExtra.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/perl-Encode-HanExtra.spec b/perl-Encode-HanExtra.spec index 8e189df..61e91f5 100644 --- a/perl-Encode-HanExtra.spec +++ b/perl-Encode-HanExtra.spec @@ -2,22 +2,24 @@ Name: perl-Encode-HanExtra Version: 0.23 -Release: 3mamba +Release: 4mamba Summary: Encode::HanExtra - Extra sets of Chinese encodings 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/A/AU/AUDREYT/Encode-HanExtra-%{version}.tar.gz License: MIT Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: perl-Encode BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-devel >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: perl-Module-Install %description Encode::HanExtra - Extra sets of Chinese encodings. @@ -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.23-4mamba +- rebuilt with perl 5.36.0 + * Wed Nov 09 2016 Silvan Calarco 0.23-3mamba - rebuilt with perl 5.24