1
0
forked from perl/perl-Net-HTTP

Accepting request 703596 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/703596
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-HTTP?expand=0&rev=28
This commit is contained in:
2019-05-17 11:34:14 +00:00
committed by Git OBS Bridge
parent 2adc6e2327
commit 0c2bf0bb46
4 changed files with 20 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-HTTP
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Net-HTTP
Version: 6.18
Version: 6.19
Release: 0
%define cpan_name Net-HTTP
Summary: Low-level HTTP connection (client)
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-HTTP/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -54,11 +54,11 @@ doing.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install