6.21 bump
This commit is contained in:
parent
bf29bae556
commit
dc4f98d799
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ libwww-perl-5.834.tar.gz
|
||||
/libwww-perl-6.17.tar.gz
|
||||
/libwww-perl-6.18.tar.gz
|
||||
/libwww-perl-6.19.tar.gz
|
||||
/libwww-perl-6.21.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-libwww-perl
|
||||
Version: 6.19
|
||||
Release: 2%{?dist}
|
||||
Version: 6.21
|
||||
Release: 1%{?dist}
|
||||
Summary: A Perl interface to the World-Wide Web
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -14,15 +14,19 @@ BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(:VERSION) >= 5.8.1
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
|
||||
# Run-time:
|
||||
# Authen::NTLM 1.02 not used at tests
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
# Data::Dump 1.13 not used at tests
|
||||
# Data::Dump::Trace not used at tests
|
||||
BuildRequires: perl(Digest::MD5)
|
||||
BuildRequires: perl(Encode) >= 2.12
|
||||
BuildRequires: perl(Encode::Locale)
|
||||
@ -58,32 +62,35 @@ BuildRequires: perl(URI::Escape)
|
||||
# URI::Heuristic not used at tests
|
||||
BuildRequires: perl(WWW::RobotRules) >= 6
|
||||
# Optional run-time:
|
||||
# Cpan::Config not used at tests
|
||||
# CPAN::Config not used at tests
|
||||
# HTML::Parse not used at tests
|
||||
|
||||
# Tests only:
|
||||
# Tests:
|
||||
BuildRequires: perl(Config)
|
||||
# File::Path not used
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(HTTP::Daemon) >= 6
|
||||
# TAP::Harness not used
|
||||
# Test::DistManifest not used
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::RequiresInternet)
|
||||
BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(warnings)
|
||||
# Optional tests:
|
||||
# CPAN::Meta not helpful
|
||||
# CPAN::Meta::Prereqs not helpful
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Authen::NTLM) >= 1.02
|
||||
Suggests: perl(CPAN::Config)
|
||||
Requires: perl(Encode) >= 2.12
|
||||
Requires: perl(File::Spec)
|
||||
Requires: perl(File::Listing) >= 6
|
||||
# Do not require HTML::FormatPS
|
||||
# Do not require HTML::FormatText
|
||||
# Keep HTML::FormatPS optional
|
||||
Suggests: perl(HTML::FormatPS)
|
||||
# Keep HTML::FormatText optional
|
||||
Suggests: perl(HTML::FormatText)
|
||||
Requires: perl(HTML::Entities)
|
||||
Requires: perl(HTML::HeadParser)
|
||||
Suggests: perl(HTML::Parse)
|
||||
Requires: perl(HTTP::Config)
|
||||
Requires: perl(HTTP::Cookies) >= 6
|
||||
Requires: perl(HTTP::Date) >= 6
|
||||
@ -118,7 +125,7 @@ use and even classes that help you implement simple HTTP servers.
|
||||
|
||||
%build
|
||||
# Install the aliases by default
|
||||
perl Makefile.PL INSTALLDIRS=perl --aliases < /dev/null
|
||||
perl Makefile.PL INSTALLDIRS=vendor --aliases < /dev/null
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -132,15 +139,18 @@ make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc AUTHORS Changes README*
|
||||
%doc Changes README.SSL
|
||||
%{_bindir}/*
|
||||
%{perl_privlib}/lwp*.pod
|
||||
%{perl_privlib}/LWP.pm
|
||||
%{perl_privlib}/LWP/
|
||||
%{perl_vendorlib}/libwww/
|
||||
%{perl_vendorlib}/LWP.pm
|
||||
%{perl_vendorlib}/LWP/
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 22 2017 Petr Pisar <ppisar@redhat.com> - 6.21-1
|
||||
- 6.21 bump
|
||||
|
||||
* Thu Feb 16 2017 Petr Pisar <ppisar@redhat.com> - 6.19-2
|
||||
- Accept proxy URLs with IPv6 host names (CPAN RT#94654)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libwww-perl-6.19.tar.gz) = 86ada13c9af2117c994eeac9cadd262103cab3fc9eeef06a03af2bddde95e18918be04617c1c8e485169bd3cc487eee93ae8a91cf5e1b1506cd07b9e5b872316
|
||||
SHA512 (libwww-perl-6.21.tar.gz) = 6ddf798f75dbf9d14b3b751363a34ad710baeb75d99a1bbc7e3216a29cf7fdc0e03f69b3931ff3cd4f3654a80e63a94533813806cb5cf307a1303e2e0698e782
|
||||
|
Loading…
Reference in New Issue
Block a user