From 0f08bb72834a26dff7eb5f633581a3db14d44d94 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 08:47:01 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 0.73_06-2mamba;Mon Apr 17 2023] --- perl-Crypt-SSLeay.spec | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/perl-Crypt-SSLeay.spec b/perl-Crypt-SSLeay.spec index 1385990..9bd5bee 100644 --- a/perl-Crypt-SSLeay.spec +++ b/perl-Crypt-SSLeay.spec @@ -2,26 +2,29 @@ Name: perl-Crypt-SSLeay Version: 0.73_06 -Release: 1mamba +Release: 2mamba Summary: Crypt::SSLeay - OpenSSL support for LWP Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-%{version}.tar.gz +Packager: Silvan Calarco +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libopenssl-devel +BuildRequires: libperl +BuildRequires: libz-devel +BuildRequires: perl-Bytes-Random-Secure BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-Devel-CheckLib BuildRequires: perl-IO-Interactive-Tiny BuildRequires: perl-Path-Class BuildRequires: perl-Bytes-Random-Secure Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This Perl module provides support for the HTTPS protocol under LWP, to allow an LWP::UserAgent object to perform GET, HEAD and POST requests. @@ -31,8 +34,10 @@ The Crypt::SSLeay package provides Net::SSL, which is loaded by LWP::Protocol::h %setup -q -n Crypt-SSLeay-%{version} %build -echo "\n" | \ -%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +PERL_USE_UNSAFE_INC=1 \ +PERL_MM_USE_DEFAULT=1 \ +%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor \ + OPTIMIZE="%{optflags}" %make %make test @@ -51,6 +56,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}" @@ -58,6 +65,9 @@ done %defattr(-,root,root) %changelog +* Mon Apr 17 2023 Sdk Build System 0.73_06-2mamba +- rebuilt with perl 5.36.0 + * Fri Oct 27 2017 Automatic Build System 0.73_06-1mamba - automatic update by autodist