From f6149938eb722572ea838fa41058c17d32224645 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 09:24:52 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 0.12-4mamba;Sun Apr 16 2023] --- perl-Net-LibIDN.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/perl-Net-LibIDN.spec b/perl-Net-LibIDN.spec index 55d18c5..0bce8b7 100644 --- a/perl-Net-LibIDN.spec +++ b/perl-Net-LibIDN.spec @@ -2,28 +2,28 @@ Name: perl-Net-LibIDN Version: 0.12 -Release: 3mamba +Release: 4mamba Summary: Net::LibIDN - Perl bindings for GNU Libidn Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System -URL: http://www.cpan.org +Packager: Silvan Calarco +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-%{version}.tar.gz License: Artistic Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libidn-devel +BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: perl >= 2:5.36.0 %description Provides bindings for GNU Libidn, a C library for handling Internationalized Domain Names according to IDNA (RFC 3490), in a way very much inspired by Turbo Fredriksson's PHP-IDN. %prep - %setup -q -n Net-LibIDN-%{version} %build @@ -44,6 +44,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 @@ -52,6 +54,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Apr 16 2023 Sdk Build System 0.12-4mamba +- rebuilt with perl 5.36.0 + * Wed Nov 09 2016 Silvan Calarco 0.12-3mamba - rebuilt with perl 5.24