forked from pool/perl-libwww-perl
Accepting request 647289 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/647289 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=58
This commit is contained in:
commit
4ebd193acc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dda2578d7b32152c4afce834761a61d117de286c705a9f7972c7ac6032ca5953
|
||||
size 167508
|
3
libwww-perl-6.36.tar.gz
Normal file
3
libwww-perl-6.36.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75c034ab4b37f4b9506dc644300697505582cf9545bcf2e2079e7263f675290a
|
||||
size 168245
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 07:10:31 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 6.36
|
||||
see /usr/share/doc/packages/perl-libwww-perl/Changes
|
||||
|
||||
6.36 2018-10-10 02:20:58Z
|
||||
- fix broken link https://metacpan.org/pod/LWP::Simple by fixing pod
|
||||
header (thanks for the report, traumschule!)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 06:22:36 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@ -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-libwww-perl
|
||||
Version: 6.35
|
||||
Version: 6.36
|
||||
Release: 0
|
||||
%define cpan_name libwww-perl
|
||||
Summary: The World-Wide Web library for Perl
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/libwww-perl/
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
@ -42,7 +42,7 @@ BuildRequires: perl(HTTP::Negotiate) >= 6
|
||||
BuildRequires: perl(HTTP::Request) >= 6
|
||||
BuildRequires: perl(HTTP::Request::Common) >= 6
|
||||
BuildRequires: perl(HTTP::Response) >= 6
|
||||
BuildRequires: perl(HTTP::Status) >= 6
|
||||
BuildRequires: perl(HTTP::Status) >= 6.18
|
||||
BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Net::HTTP) >= 6.07
|
||||
@ -64,7 +64,7 @@ Requires: perl(HTTP::Negotiate) >= 6
|
||||
Requires: perl(HTTP::Request) >= 6
|
||||
Requires: perl(HTTP::Request::Common) >= 6
|
||||
Requires: perl(HTTP::Response) >= 6
|
||||
Requires: perl(HTTP::Status) >= 6
|
||||
Requires: perl(HTTP::Status) >= 6.18
|
||||
Requires: perl(LWP::MediaTypes) >= 6
|
||||
Requires: perl(Net::HTTP) >= 6.07
|
||||
Requires: perl(Try::Tiny)
|
||||
@ -83,7 +83,7 @@ The World-Wide Web library for Perl
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
|
Loading…
Reference in New Issue
Block a user