rebuilt with perl 5.36.0 [release 0.73_06-2mamba;Mon Apr 17 2023]
This commit is contained in:
parent
71ba8975ad
commit
0f08bb7283
@ -2,26 +2,29 @@
|
|||||||
|
|
||||||
Name: perl-Crypt-SSLeay
|
Name: perl-Crypt-SSLeay
|
||||||
Version: 0.73_06
|
Version: 0.73_06
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Crypt::SSLeay - OpenSSL support for LWP
|
Summary: Crypt::SSLeay - OpenSSL support for LWP
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org/
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libperl
|
||||||
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: perl-Bytes-Random-Secure
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl >= 2:5.36.0
|
||||||
BuildRequires: perl-Devel-CheckLib
|
BuildRequires: perl-Devel-CheckLib
|
||||||
BuildRequires: perl-IO-Interactive-Tiny
|
BuildRequires: perl-IO-Interactive-Tiny
|
||||||
BuildRequires: perl-Path-Class
|
BuildRequires: perl-Path-Class
|
||||||
BuildRequires: perl-Bytes-Random-Secure
|
BuildRequires: perl-Bytes-Random-Secure
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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}
|
%setup -q -n Crypt-SSLeay-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo "\n" | \
|
PERL_USE_UNSAFE_INC=1 \
|
||||||
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
PERL_MM_USE_DEFAULT=1 \
|
||||||
|
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor \
|
||||||
|
OPTIMIZE="%{optflags}"
|
||||||
|
|
||||||
%make
|
%make
|
||||||
%make test
|
%make test
|
||||||
@ -51,6 +56,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
|||||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||||
done
|
done
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -58,6 +65,9 @@ done
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 0.73_06-2mamba
|
||||||
|
- rebuilt with perl 5.36.0
|
||||||
|
|
||||||
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 0.73_06-1mamba
|
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 0.73_06-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user