update to 1.88 [release 1.88-1mamba;Mon Dec 07 2020]
This commit is contained in:
parent
9d322d7ddc
commit
1fce36cd75
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 1.88-1mamba
|
||||
- update to 1.88
|
||||
|
||||
* Thu Nov 23 2017 Automatic Build System <autodist@mambasoft.it> 1.82-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user