You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
3.4 KiB
110 lines
3.4 KiB
4 years ago
|
Name: perl-Net-HTTP
|
||
|
Version: 6.06
|
||
|
Release: 2%{?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/G/GA/GAAS/Net-HTTP-%{version}.tar.gz
|
||
|
BuildArch: noarch
|
||
|
BuildRequires: perl
|
||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||
|
BuildRequires: perl(Getopt::Long)
|
||
|
# Run-time:
|
||
|
BuildRequires: perl(Carp)
|
||
|
BuildRequires: perl(Compress::Raw::Zlib)
|
||
|
BuildRequires: perl(IO::Select)
|
||
|
BuildRequires: perl(IO::Socket::INET)
|
||
|
BuildRequires: perl(IO::Socket::SSL) >= 1.38
|
||
|
BuildRequires: perl(IO::Uncompress::Gunzip)
|
||
|
BuildRequires: perl(Symbol)
|
||
|
# Tests only:
|
||
|
BuildRequires: perl(Data::Dumper)
|
||
|
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)
|
||
|
Requires: perl(IO::Socket::INET)
|
||
|
Requires: perl(Symbol)
|
||
|
# Recommended
|
||
|
Requires: perl(IO::Socket::SSL) >= 1.38
|
||
|
Conflicts: perl-libwww-perl < 6
|
||
|
|
||
|
%description
|
||
|
The Net::HTTP class is a low-level HTTP client. An instance of the
|
||
|
Net::HTTP class represents a connection to an HTTP server. The HTTP
|
||
|
protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0
|
||
|
and HTTP/1.1.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n Net-HTTP-%{version}
|
||
|
|
||
|
%build
|
||
|
perl Makefile.PL INSTALLDIRS=vendor
|
||
|
make %{?_smp_mflags}
|
||
|
|
||
|
%install
|
||
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||
|
|
||
|
%check
|
||
|
make test
|
||
|
|
||
|
%files
|
||
|
%doc Changes README
|
||
|
%{perl_vendorlib}/*
|
||
|
%{_mandir}/man3/*
|
||
|
|
||
|
%changelog
|
||
|
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 6.06-2
|
||
|
- Mass rebuild 2013-12-27
|
||
|
|
||
|
* Mon Mar 11 2013 Petr Pisar <ppisar@redhat.com> - 6.06-1
|
||
|
- 6.06 bump
|
||
|
|
||
|
* Fri Mar 08 2013 Petr Pisar <ppisar@redhat.com> - 6.05-3
|
||
|
- Handle IO::Socket::SSL as non-blocking (bug #768394)
|
||
|
|
||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.05-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||
|
|
||
|
* Tue Nov 13 2012 Petr Pisar <ppisar@redhat.com> - 6.05-1
|
||
|
- 6.05 bump
|
||
|
|
||
|
* Fri Nov 09 2012 Petr Pisar <ppisar@redhat.com> - 6.04-1
|
||
|
- 6.04 bump
|
||
|
|
||
|
* Mon Aug 13 2012 Petr Pisar <ppisar@redhat.com> - 6.03-4
|
||
|
- Specify all dependencies
|
||
|
|
||
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.03-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||
|
|
||
|
* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 6.03-2
|
||
|
- Perl 5.16 rebuild
|
||
|
|
||
|
* Mon Feb 20 2012 Petr Pisar <ppisar@redhat.com> - 6.03-1
|
||
|
- 6.03 bump: Restore blocking override for Net::SSL (RT #72790)
|
||
|
|
||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.02-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||
|
|
||
|
* Tue Nov 22 2011 Petr Pisar <ppisar@redhat.com> - 6.02-1
|
||
|
- 6.02 bump
|
||
|
- Fixes HTTPS time-out in LWP::UserAgent/IO::Socket::SSL (bug #750793)
|
||
|
|
||
|
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 6.01-2
|
||
|
- Perl mass rebuild
|
||
|
|
||
|
* Mon Apr 18 2011 Petr Pisar <ppisar@redhat.com> - 6.01-1
|
||
|
- 6.01 bump
|
||
|
|
||
|
* Thu Mar 17 2011 Petr Pisar <ppisar@redhat.com> 6.00-1
|
||
|
- Specfile autogenerated by cpanspec 1.78.
|
||
|
- Remove BuildRoot stuff
|
||
|
- Conflicts with perl-libwww-perl-5* and older
|