2007-01-15 23:32:26 +00:00
|
|
|
#
|
2011-03-17 11:27:05 +00:00
|
|
|
# spec file for package perl-libwww-perl
|
2007-01-15 23:32:26 +00:00
|
|
|
#
|
2022-01-28 10:04:41 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2007-01-15 23:32:26 +00:00
|
|
|
#
|
2008-10-06 15:20:21 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-11-08 10:00:50 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-15 23:32:26 +00:00
|
|
|
#
|
|
|
|
|
2011-03-21 14:15:12 +00:00
|
|
|
|
2021-01-04 09:56:17 +00:00
|
|
|
%define cpan_name libwww-perl
|
2007-01-15 23:32:26 +00:00
|
|
|
Name: perl-libwww-perl
|
2022-01-28 10:04:41 +00:00
|
|
|
Version: 6.61
|
2013-04-15 10:43:30 +00:00
|
|
|
Release: 0
|
2015-04-22 14:07:37 +00:00
|
|
|
Summary: The World-Wide Web library for Perl
|
2018-02-21 18:42:58 +00:00
|
|
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
2020-06-10 10:59:09 +00:00
|
|
|
URL: https://metacpan.org/release/%{cpan_name}
|
2019-03-13 16:58:13 +00:00
|
|
|
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
|
2015-04-22 14:07:37 +00:00
|
|
|
Source1: cpanspec.yml
|
|
|
|
BuildArch: noarch
|
2011-03-17 11:27:05 +00:00
|
|
|
BuildRequires: perl
|
2013-04-15 10:43:30 +00:00
|
|
|
BuildRequires: perl-macros
|
2018-06-09 06:40:55 +00:00
|
|
|
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120620
|
2011-03-17 11:27:05 +00:00
|
|
|
BuildRequires: perl(Encode::Locale)
|
|
|
|
BuildRequires: perl(File::Listing) >= 6
|
|
|
|
BuildRequires: perl(HTML::Entities)
|
|
|
|
BuildRequires: perl(HTML::HeadParser)
|
|
|
|
BuildRequires: perl(HTTP::Cookies) >= 6
|
2021-03-09 11:58:34 +00:00
|
|
|
BuildRequires: perl(HTTP::Daemon) >= 6.12
|
2011-03-17 11:27:05 +00:00
|
|
|
BuildRequires: perl(HTTP::Date) >= 6
|
|
|
|
BuildRequires: perl(HTTP::Negotiate) >= 6
|
|
|
|
BuildRequires: perl(HTTP::Request) >= 6
|
|
|
|
BuildRequires: perl(HTTP::Request::Common) >= 6
|
|
|
|
BuildRequires: perl(HTTP::Response) >= 6
|
2020-09-23 09:57:19 +00:00
|
|
|
BuildRequires: perl(HTTP::Status) >= 6.07
|
2011-03-17 11:27:05 +00:00
|
|
|
BuildRequires: perl(LWP::MediaTypes) >= 6
|
2018-06-09 06:40:55 +00:00
|
|
|
BuildRequires: perl(Module::Metadata)
|
2019-03-31 09:44:16 +00:00
|
|
|
BuildRequires: perl(Net::HTTP) >= 6.18
|
2017-02-14 09:07:01 +00:00
|
|
|
BuildRequires: perl(Test::Fatal)
|
2021-01-04 09:56:17 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
2018-07-16 06:43:21 +00:00
|
|
|
BuildRequires: perl(Test::Needs)
|
2017-02-14 09:07:01 +00:00
|
|
|
BuildRequires: perl(Test::RequiresInternet)
|
|
|
|
BuildRequires: perl(Try::Tiny)
|
2010-07-07 14:22:41 +00:00
|
|
|
BuildRequires: perl(URI) >= 1.10
|
2011-03-17 11:27:05 +00:00
|
|
|
BuildRequires: perl(URI::Escape)
|
|
|
|
BuildRequires: perl(WWW::RobotRules) >= 6
|
2021-11-03 07:14:12 +00:00
|
|
|
BuildRequires: perl(parent) >= 0.217
|
2011-03-17 11:27:05 +00:00
|
|
|
Requires: perl(Encode::Locale)
|
|
|
|
Requires: perl(File::Listing) >= 6
|
|
|
|
Requires: perl(HTML::Entities)
|
|
|
|
Requires: perl(HTML::HeadParser)
|
|
|
|
Requires: perl(HTTP::Cookies) >= 6
|
|
|
|
Requires: perl(HTTP::Date) >= 6
|
|
|
|
Requires: perl(HTTP::Negotiate) >= 6
|
|
|
|
Requires: perl(HTTP::Request) >= 6
|
|
|
|
Requires: perl(HTTP::Request::Common) >= 6
|
|
|
|
Requires: perl(HTTP::Response) >= 6
|
2020-09-23 09:57:19 +00:00
|
|
|
Requires: perl(HTTP::Status) >= 6.07
|
2011-03-17 11:27:05 +00:00
|
|
|
Requires: perl(LWP::MediaTypes) >= 6
|
2019-03-31 09:44:16 +00:00
|
|
|
Requires: perl(Net::HTTP) >= 6.18
|
2017-02-14 09:07:01 +00:00
|
|
|
Requires: perl(Try::Tiny)
|
2010-07-07 14:22:41 +00:00
|
|
|
Requires: perl(URI) >= 1.10
|
2011-03-17 11:27:05 +00:00
|
|
|
Requires: perl(URI::Escape)
|
|
|
|
Requires: perl(WWW::RobotRules) >= 6
|
2021-11-03 07:14:12 +00:00
|
|
|
Requires: perl(parent) >= 0.217
|
2011-10-17 14:51:40 +00:00
|
|
|
%{perl_requires}
|
2015-04-22 14:07:37 +00:00
|
|
|
# MANUAL BEGIN
|
|
|
|
Recommends: perl(LWP::Protocol::https) >= 6.06
|
|
|
|
# MANUAL END
|
2007-01-15 23:32:26 +00:00
|
|
|
|
|
|
|
%description
|
2015-04-22 14:07:37 +00:00
|
|
|
The World-Wide Web library for Perl
|
2010-07-07 14:22:41 +00:00
|
|
|
|
2007-01-15 23:32:26 +00:00
|
|
|
%prep
|
2021-01-04 09:56:17 +00:00
|
|
|
%autosetup -n %{cpan_name}-%{version}
|
2007-01-15 23:32:26 +00:00
|
|
|
|
|
|
|
%build
|
2018-11-08 10:00:50 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
2021-01-04 09:56:17 +00:00
|
|
|
%make_build
|
2007-07-27 00:05:39 +00:00
|
|
|
|
|
|
|
%check
|
2019-03-13 16:58:13 +00:00
|
|
|
make test
|
2007-01-15 23:32:26 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
2011-03-17 11:27:05 +00:00
|
|
|
%perl_process_packlist
|
2009-07-29 15:13:37 +00:00
|
|
|
%perl_gen_filelist
|
2007-01-15 23:32:26 +00:00
|
|
|
|
2010-07-07 14:22:41 +00:00
|
|
|
%files -f %{name}.files
|
2019-05-07 06:15:04 +00:00
|
|
|
%doc Changes CONTRIBUTING.md examples README.SSL talk-to-ourself
|
2017-02-14 09:07:01 +00:00
|
|
|
%license LICENSE
|
2008-04-09 19:48:30 +00:00
|
|
|
|
2007-07-27 00:05:39 +00:00
|
|
|
%changelog
|