From 5174cdbaab872c9f2e35af22511ab24098475b0e Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 09:48:25 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 1.7-5mamba;Sun Apr 16 2023] --- perl-Text-Iconv.spec | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/perl-Text-Iconv.spec b/perl-Text-Iconv.spec index 392e07e..298a756 100644 --- a/perl-Text-Iconv.spec +++ b/perl-Text-Iconv.spec @@ -1,22 +1,23 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) -Name: perl-Text-Iconv -Version: 1.7 -Release: 4mamba -Summary: Text::Iconv - Perl interface to iconv() codeset conversion function -Group: System/Libraries/Perl +Name: perl-Text-Iconv +Version: 1.7 +Release: 5mamba +Summary: Text::Iconv - Perl interface to iconv() codeset conversion function +Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Aleph0 -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-%{version}.tar.gz -License: Artistic -Requires: perl >= %perl_major_ver +Packager: Silvan Calarco +URL: https://www.cpan.org/ +Source: http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-%{version}.tar.gz +License: Artistic +Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: perl >= %perl_major_ver +BuildRequires: libperl +BuildRequires: perl-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: perl >= 2:5.36.0 %description This module provides a Perl interface to the iconv() codeset conversion function, as defined by the Single UNIX Specification. @@ -42,6 +43,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 @@ -50,6 +53,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Apr 16 2023 Sdk Build System 1.7-5mamba +- rebuilt with perl 5.36.0 + * Wed Nov 09 2016 Silvan Calarco 1.7-4mamba - rebuilt with perl 5.24