update to 1.88 [release 1.88-1mamba;Mon Dec 07 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 09:25:42 +01:00
parent 9d322d7ddc
commit 1fce36cd75

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Net-SSLeay Name: perl-Net-SSLeay
Version: 1.82 Version: 1.88
Release: 1mamba Release: 1mamba
Summary: Net::SSLeay - Perl module for using OpenSSL Summary: Net::SSLeay - Perl module for using OpenSSL
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
@ -9,9 +9,17 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-%{version}.tar.gz
Patch: perl-Net_SSLeay-no_net_tests.patch Patch: perl-Net_SSLeay-no_net_tests.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libopenssl-devel
BuildRequires: libperl
BuildRequires: libz-devel
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-Sub-Uplevel BuildRequires: perl-Sub-Uplevel
BuildRequires: perl-Test-Exception BuildRequires: perl-Test-Exception
BuildRequires: perl-Array-Compare BuildRequires: perl-Array-Compare
@ -19,12 +27,6 @@ BuildRequires: perl-Tree-DAG_Node
BuildRequires: perl-Test-Warn BuildRequires: perl-Test-Warn
BuildRequires: perl-Test-NoWarnings BuildRequires: perl-Test-NoWarnings
BuildRequires: perl-Test-Kwalitee BuildRequires: perl-Test-Kwalitee
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libopenssl-devel
BuildRequires: libz-devel
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: openssl BuildRequires: openssl
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -37,13 +39,12 @@ Net::SSLeay Perl module for using OpenSSL.
#%patch0 -p1 #%patch0 -p1
%build %build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor << _EOF PERL_MM_USE_DEFAULT=1 \
n perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
_EOF
%make %make
%ifnarch arm %ifnarch arm aarch64
%make test %make test
%endif %endif
@ -68,6 +69,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Mon Dec 07 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.88-1mamba
- update to 1.88
* Thu Nov 23 2017 Automatic Build System <autodist@mambasoft.it> 1.82-1mamba * Thu Nov 23 2017 Automatic Build System <autodist@mambasoft.it> 1.82-1mamba
- automatic update by autodist - automatic update by autodist