Name: perl-Net-HTTP Version: 6.02 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/G/GA/GAAS/Net-HTTP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.008008 BuildRequires: perl(Compress::Raw::Zlib) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Compress::Gzip) BuildRequires: perl(IO::Socket::SSL) >= 1.38 Requires: perl(Compress::Raw::Zlib) Requires: perl(IO::Compress::Gzip) Requires: perl(IO::Socket::SSL) >= 1.38 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %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 rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jan 16 2012 Dave Cross 6.02-1 - Specfile autogenerated by cpanspec 1.78.