Accepting request 705695 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/705695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=84
This commit is contained in:
Dominique Leuenberger 2019-06-01 07:43:58 +00:00 committed by Git OBS Bridge
commit a7ded53d22
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 27 08:49:54 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Remove not needed README.Win32 from the files section.
- Cleaned spec file with spec-cleaner.
-------------------------------------------------------------------
Wed Mar 6 08:30:31 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@ -16,24 +16,23 @@
#
%define cpan_name IO-Socket-SSL
Name: perl-IO-Socket-SSL
Version: 2.066
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}
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
@ -84,7 +83,7 @@ perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
make test
make %{?_smp_mflags} test
%install
%perl_make_install
@ -93,6 +92,6 @@ make test
%files -f %{name}.files
%defattr(-,root,root,755)
%doc BUGS Changes docs example README README.Win32
%doc BUGS Changes docs example README
%changelog