Accepting request 776201 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/776201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=85
This commit is contained in:
Dominique Leuenberger 2020-02-22 18:02:55 +00:00 committed by Git OBS Bridge
commit 61e030a356
5 changed files with 26 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d47064781a545304d5dcea5dfcee3acc2e95a32e1b4884d80505cde8ee6ebcd
size 244730

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef8842806d047cf56e2af64add4ed30b24547bcbb50e8df33cee0c54609af1c1
size 244899

View File

@ -1,2 +1,4 @@
patches:
ignore_requires: Mozilla::CA
post_build: |-
rm README.Win32

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 18 15:28:53 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Add removal of the README.Win32 file in cpanspec.yml
-------------------------------------------------------------------
Sat Feb 15 03:09:16 UTC 2020 - <timueller+perl@suse.de>
- updated to 2.067
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
-------------------------------------------------------------------
Mon May 27 08:49:54 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-IO-Socket-SSL
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,23 +16,24 @@
#
%define cpan_name IO-Socket-SSL
Name: perl-IO-Socket-SSL
Version: 2.066
Version: 2.067
Release: 0
%define cpan_name IO-Socket-SSL
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Mozilla::CA)
BuildRequires: perl(Net::SSLeay) >= 1.46
#Requires: perl(Mozilla::CA)
Requires: perl(Net::SSLeay) >= 1.46
BuildArch: noarch
%{perl_requires}
%description
@ -76,18 +77,21 @@ Additional documentation can be found in
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
make %{?_smp_mflags} test
make test
%install
%perl_make_install
%perl_process_packlist
# MANUAL BEGIN
rm README.Win32
# MANUAL END
%perl_gen_filelist
%files -f %{name}.files