6.06 bump

This commit is contained in:
Petr Písař 2014-04-23 10:23:51 +02:00
parent 6098909b87
commit e7df6c877c
3 changed files with 54 additions and 16 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ libwww-perl-5.834.tar.gz
/libwww-perl-6.03.tar.gz /libwww-perl-6.03.tar.gz
/libwww-perl-6.04.tar.gz /libwww-perl-6.04.tar.gz
/libwww-perl-6.05.tar.gz /libwww-perl-6.05.tar.gz
/libwww-perl-6.06.tar.gz

View File

@ -1,48 +1,82 @@
Name: perl-libwww-perl Name: perl-libwww-perl
Version: 6.05 Version: 6.06
Release: 3%{?dist} Release: 1%{?dist}
Summary: A Perl interface to the World-Wide Web Summary: A Perl interface to the World-Wide Web
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/libwww-perl/ URL: http://search.cpan.org/dist/libwww-perl/
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/libwww-perl-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/M/MS/MSCHILLI/libwww-perl-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Copy)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(IO::Socket)
BuildRequires: perl(IO::Select)
BuildRequires: perl(strict)
BuildRequires: perl(Sys::Hostname)
# Run-time:
# Authen::NTLM 1.02 not used at tests
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::MD5)
BuildRequires: perl(Encode) >= 2.12 BuildRequires: perl(Encode) >= 2.12
BuildRequires: perl(Encode::Locale) BuildRequires: perl(Encode::Locale)
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
BuildRequires: perl(File::Listing) >= 6 # Fcntl not used at tests
BuildRequires: perl(ExtUtils::MakeMaker) # File::Listing 6 not used at tests
# File::Spec not used at tests
# Getopt::Std not used at tests
BuildRequires: perl(HTML::Entities) BuildRequires: perl(HTML::Entities)
BuildRequires: perl(HTML::HeadParser) BuildRequires: perl(HTML::HeadParser)
BuildRequires: perl(HTTP::Cookies) >= 6 BuildRequires: perl(HTTP::Config)
BuildRequires: perl(HTTP::Daemon) >= 6 # HTTP::Cookies 6 not used at tests
BuildRequires: perl(HTTP::Date) >= 6 BuildRequires: perl(HTTP::Date) >= 6
BuildRequires: perl(HTTP::Negotiate) >= 6 # HTTP::GHTTP not used at tests
BuildRequires: perl(HTTP::Headers::Util)
# HTTP::Negotiate 6 not used at tests
BuildRequires: perl(HTTP::Request) >= 6 BuildRequires: perl(HTTP::Request) >= 6
BuildRequires: perl(HTTP::Request::Common) >= 6 BuildRequires: perl(HTTP::Request::Common) >= 6
BuildRequires: perl(HTTP::Response) >= 6 BuildRequires: perl(HTTP::Response) >= 6
BuildRequires: perl(HTTP::Status) >= 6 BuildRequires: perl(HTTP::Status) >= 6
BuildRequires: perl(IO::Select) # integer not used at tests
BuildRequires: perl(IO::Socket)
BuildRequires: perl(LWP::MediaTypes) >= 6 BuildRequires: perl(LWP::MediaTypes) >= 6
# Mail::Internet not needed
BuildRequires: perl(MIME::Base64) >= 2.1 BuildRequires: perl(MIME::Base64) >= 2.1
BuildRequires: perl(Net::FTP) >= 2.58 # Net::FTP 2.58 not used at tests
BuildRequires: perl(Net::HTTP) >= 6.04 BuildRequires: perl(Net::HTTP) >= 6.04
BuildRequires: perl(URI) >= 1.10 # Net::NNTP not used at tests
# URI 1.10 not used at tests
BuildRequires: perl(URI::Escape) BuildRequires: perl(URI::Escape)
# URI::Heuristic not used at tests
BuildRequires: perl(vars)
BuildRequires: perl(WWW::RobotRules) >= 6 BuildRequires: perl(WWW::RobotRules) >= 6
# Optional run-time:
# Cpan::Config not used at tests
# HTML::Parse not used at tests
# Tests only: # Tests only:
BuildRequires: perl(Config) BuildRequires: perl(Config)
# File::Path not used
BuildRequires: perl(HTTP::Daemon) >= 6
BuildRequires: perl(Test)
# TAP::Harness not used
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Authen::NTLM) >= 1.02
Requires: perl(Encode) >= 2.12 Requires: perl(Encode) >= 2.12
Requires: perl(File::Spec)
Requires: perl(File::Listing) >= 6 Requires: perl(File::Listing) >= 6
# Do not require HTML::FormatPS
# Do not require HTML::FormatText
Requires: perl(HTML::Entities) Requires: perl(HTML::Entities)
Requires: perl(HTML::HeadParser) Requires: perl(HTML::HeadParser)
Requires: perl(HTTP::Config)
Requires: perl(HTTP::Cookies) >= 6 Requires: perl(HTTP::Cookies) >= 6
Requires: perl(HTTP::Daemon) >= 6
Requires: perl(HTTP::Date) >= 6 Requires: perl(HTTP::Date) >= 6
Requires: perl(HTTP::Headers::Util)
Requires: perl(HTTP::Negotiate) >= 6 Requires: perl(HTTP::Negotiate) >= 6
Requires: perl(HTTP::Request) >= 6 Requires: perl(HTTP::Request) >= 6
Requires: perl(HTTP::Request::Common) >= 6 Requires: perl(HTTP::Request::Common) >= 6
@ -64,9 +98,9 @@ write WWW clients. The library also contain modules that are of more general
use and even classes that help you implement simple HTTP servers. use and even classes that help you implement simple HTTP servers.
# Remove not-packaged features # Remove not-packaged features
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(Authen::NTLM\\) %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(HTTP::GHTTP\\)
%global __requires_exclude %__requires_exclude|perl\\(HTTP::GHTTP\\)
# Remove underspecified dependencies # Remove underspecified dependencies
%global __requires_exclude %__requires_exclude|^perl\\(Authen::NTLM\\)\\s*$
%global __requires_exclude %__requires_exclude|^perl\\(Encode\\)\\s*$ %global __requires_exclude %__requires_exclude|^perl\\(Encode\\)\\s*$
%global __requires_exclude %__requires_exclude|^perl\\(File::Listing\\)\\s*$ %global __requires_exclude %__requires_exclude|^perl\\(File::Listing\\)\\s*$
%global __requires_exclude %__requires_exclude|^perl\\(HTTP::Date\\)\\s*$ %global __requires_exclude %__requires_exclude|^perl\\(HTTP::Date\\)\\s*$
@ -107,6 +141,9 @@ make test
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Wed Apr 23 2014 Petr Pisar <ppisar@redhat.com> - 6.06-1
- 6.06 bump
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.05-3 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.05-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
637d5f1eb61336ca2caa6e026b382f87 libwww-perl-6.05.tar.gz 292496bd2a13da95903b383f59009200 libwww-perl-6.06.tar.gz