6.06 bump
This commit is contained in:
parent
6098909b87
commit
e7df6c877c
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ libwww-perl-5.834.tar.gz
|
||||
/libwww-perl-6.03.tar.gz
|
||||
/libwww-perl-6.04.tar.gz
|
||||
/libwww-perl-6.05.tar.gz
|
||||
/libwww-perl-6.06.tar.gz
|
||||
|
@ -1,48 +1,82 @@
|
||||
Name: perl-libwww-perl
|
||||
Version: 6.05
|
||||
Release: 3%{?dist}
|
||||
Version: 6.06
|
||||
Release: 1%{?dist}
|
||||
Summary: A Perl interface to the World-Wide Web
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
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
|
||||
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(Encode) >= 2.12
|
||||
BuildRequires: perl(Encode::Locale)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Listing) >= 6
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Fcntl not used at tests
|
||||
# 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::HeadParser)
|
||||
BuildRequires: perl(HTTP::Cookies) >= 6
|
||||
BuildRequires: perl(HTTP::Daemon) >= 6
|
||||
BuildRequires: perl(HTTP::Config)
|
||||
# HTTP::Cookies 6 not used at tests
|
||||
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::Common) >= 6
|
||||
BuildRequires: perl(HTTP::Response) >= 6
|
||||
BuildRequires: perl(HTTP::Status) >= 6
|
||||
BuildRequires: perl(IO::Select)
|
||||
BuildRequires: perl(IO::Socket)
|
||||
# integer not used at tests
|
||||
BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||
# Mail::Internet not needed
|
||||
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(URI) >= 1.10
|
||||
# Net::NNTP not used at tests
|
||||
# URI 1.10 not used at tests
|
||||
BuildRequires: perl(URI::Escape)
|
||||
# URI::Heuristic not used at tests
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(WWW::RobotRules) >= 6
|
||||
# Optional run-time:
|
||||
# Cpan::Config not used at tests
|
||||
# HTML::Parse not used at tests
|
||||
|
||||
# Tests only:
|
||||
BuildRequires: perl(Config)
|
||||
# File::Path not used
|
||||
BuildRequires: perl(HTTP::Daemon) >= 6
|
||||
BuildRequires: perl(Test)
|
||||
# TAP::Harness not used
|
||||
BuildRequires: perl(Test::More)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Authen::NTLM) >= 1.02
|
||||
Requires: perl(Encode) >= 2.12
|
||||
Requires: perl(File::Spec)
|
||||
Requires: perl(File::Listing) >= 6
|
||||
# Do not require HTML::FormatPS
|
||||
# Do not require HTML::FormatText
|
||||
Requires: perl(HTML::Entities)
|
||||
Requires: perl(HTML::HeadParser)
|
||||
Requires: perl(HTTP::Config)
|
||||
Requires: perl(HTTP::Cookies) >= 6
|
||||
Requires: perl(HTTP::Daemon) >= 6
|
||||
Requires: perl(HTTP::Date) >= 6
|
||||
Requires: perl(HTTP::Headers::Util)
|
||||
Requires: perl(HTTP::Negotiate) >= 6
|
||||
Requires: perl(HTTP::Request) >= 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.
|
||||
|
||||
# Remove not-packaged features
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(Authen::NTLM\\)
|
||||
%global __requires_exclude %__requires_exclude|perl\\(HTTP::GHTTP\\)
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(HTTP::GHTTP\\)
|
||||
# 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\\(File::Listing\\)\\s*$
|
||||
%global __requires_exclude %__requires_exclude|^perl\\(HTTP::Date\\)\\s*$
|
||||
@ -107,6 +141,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user