rebuilt with perl 5.36.0 [release 1.7-5mamba;Sun Apr 16 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:48:25 +01:00
parent 1de491b3ec
commit 5174cdbaab

View File

@ -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 <aleph0@openmamba.org>
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 <silvan.calarco@mambasoft.it>
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 <sdk@mambasoft.it> 1.7-5mamba
- rebuilt with perl 5.36.0
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7-4mamba
- rebuilt with perl 5.24