diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec index 7ae1a24..63cdb32 100644 --- a/perl-Net-SSLeay.spec +++ b/perl-Net-SSLeay.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Net-SSLeay -Version: 1.82 +Version: 1.88 Release: 1mamba Summary: Net::SSLeay - Perl module for using OpenSSL Group: Development/Libraries/Perl @@ -9,9 +9,17 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 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-Test-Exception BuildRequires: perl-Array-Compare @@ -19,12 +27,6 @@ BuildRequires: perl-Tree-DAG_Node BuildRequires: perl-Test-Warn BuildRequires: perl-Test-NoWarnings BuildRequires: perl-Test-Kwalitee -## AUTOBUILDREQ-BEGIN -BuildRequires: glibc-devel -BuildRequires: libopenssl-devel -BuildRequires: libz-devel -BuildRequires: perl-devel -## AUTOBUILDREQ-END BuildRequires: openssl Requires: perl >= %perl_major_ver BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -37,13 +39,12 @@ Net::SSLeay Perl module for using OpenSSL. #%patch0 -p1 %build -perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor << _EOF -n -_EOF +PERL_MM_USE_DEFAULT=1 \ +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %make -%ifnarch arm +%ifnarch arm aarch64 %make test %endif @@ -68,6 +69,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Mon Dec 07 2020 Silvan Calarco 1.88-1mamba +- update to 1.88 + * Thu Nov 23 2017 Automatic Build System 1.82-1mamba - automatic update by autodist