6.16 bump
This commit is contained in:
parent
3c42be5b38
commit
733623d0c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ libwww-perl-5.834.tar.gz
|
||||
/libwww-perl-6.08.tar.gz
|
||||
/libwww-perl-6.13.tar.gz
|
||||
/libwww-perl-6.15.tar.gz
|
||||
/libwww-perl-6.16.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: perl-libwww-perl
|
||||
Version: 6.15
|
||||
Release: 3%{?dist}
|
||||
Version: 6.16
|
||||
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/E/ET/ETHER/libwww-perl-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/O/OA/OALDERS/libwww-perl-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
@ -34,7 +34,6 @@ BuildRequires: perl(HTML::HeadParser)
|
||||
BuildRequires: perl(HTTP::Config)
|
||||
# HTTP::Cookies 6 not used at tests
|
||||
BuildRequires: perl(HTTP::Date) >= 6
|
||||
# HTTP::GHTTP not used at tests
|
||||
BuildRequires: perl(HTTP::Headers::Util)
|
||||
# HTTP::Negotiate 6 not used at tests
|
||||
BuildRequires: perl(HTTP::Request) >= 6
|
||||
@ -50,7 +49,7 @@ BuildRequires: perl(MIME::Base64) >= 2.1
|
||||
# Net::FTP 2.58 not used at tests
|
||||
BuildRequires: perl(Net::HTTP) >= 6.07
|
||||
# Net::NNTP not used at tests
|
||||
# URI 1.10 not used at tests
|
||||
BuildRequires: perl(URI) >= 1.10
|
||||
BuildRequires: perl(URI::Escape)
|
||||
# URI::Heuristic not used at tests
|
||||
BuildRequires: perl(vars)
|
||||
@ -65,10 +64,13 @@ BuildRequires: perl(Config)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(HTTP::Daemon) >= 6
|
||||
BuildRequires: perl(Test)
|
||||
# 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)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Authen::NTLM) >= 1.02
|
||||
@ -104,10 +106,8 @@ focus of the library is to provide classes and functions that allow you to
|
||||
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\\(HTTP::GHTTP\\)
|
||||
# Remove underspecified dependencies
|
||||
%global __requires_exclude %__requires_exclude|^perl\\(Authen::NTLM\\)\\s*$
|
||||
%global __requires_exclude %{?__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*$
|
||||
@ -131,7 +131,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -149,6 +149,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 19 2017 Petr Pisar <ppisar@redhat.com> - 6.16-1
|
||||
- 6.16 bump
|
||||
|
||||
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 6.15-3
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user