6.12 bump
This commit is contained in:
parent
5ddd867a6a
commit
8cd091711a
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/Net-HTTP-6.06.tar.gz
|
||||
/Net-HTTP-6.07.tar.gz
|
||||
/Net-HTTP-6.09.tar.gz
|
||||
/Net-HTTP-6.12.tar.gz
|
||||
|
||||
@ -1,21 +1,24 @@
|
||||
Name: perl-Net-HTTP
|
||||
Version: 6.09
|
||||
Release: 5%{?dist}
|
||||
Version: 6.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level HTTP connection (client)
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Net-HTTP/
|
||||
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/Net-HTTP-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/O/OA/OALDERS/Net-HTTP-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(:VERSION) >= 5.6.2
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(strict)
|
||||
# Run-time:
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Compress::Raw::Zlib)
|
||||
BuildRequires: perl(IO::Select)
|
||||
# Prefer IO::Socket::IP over IO::Socket::INET and IO::Socket::INET6
|
||||
BuildRequires: perl(IO::Socket::IP)
|
||||
BuildRequires: perl(IO::Socket::SSL) >= 1.38
|
||||
@ -23,16 +26,16 @@ BuildRequires: perl(IO::Uncompress::Gunzip)
|
||||
BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(URI)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests only:
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(IO::Select)
|
||||
BuildRequires: perl(IO::Socket::INET)
|
||||
BuildRequires: perl(Socket)
|
||||
BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Compress::Raw::Zlib)
|
||||
Requires: perl(IO::Uncompress::Gunzip)
|
||||
Requires: perl(IO::Select)
|
||||
# Prefer IO::Socket::IP over IO::Socket::INET and IO::Socket::INET6
|
||||
Requires: perl(IO::Socket::IP)
|
||||
Requires: perl(Symbol)
|
||||
@ -55,18 +58,22 @@ 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
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
%doc Changes CONTRIBUTORS README.md
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 06 2017 Petr Pisar <ppisar@redhat.com> - 6.12-1
|
||||
- 6.12 bump
|
||||
|
||||
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 6.09-5
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user