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
|
||||
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 <davide.madrisan@gmail.com>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://search.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-%{version}.tar.gz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user