Name: perl-LWP-Protocol-https Version: 6.02 Release: 1%{?dist} Summary: Provide https support for LWP::UserAgent License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/LWP-Protocol-https/ Source0: http://www.cpan.org/authors/id/G/GA/GAAS/LWP-Protocol-https-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.008008 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Socket::SSL) >= 1.38 BuildRequires: perl(LWP::UserAgent) >= 6.02 BuildRequires: perl(Mozilla::CA) >= 20110101 BuildRequires: perl(Net::HTTPS) >= 6 Requires: perl(IO::Socket::SSL) >= 1.38 Requires: perl(LWP::UserAgent) >= 6.02 Requires: perl(Mozilla::CA) >= 20110101 Requires: perl(Net::HTTPS) >= 6 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The LWP::Protocol::https module provide support for using https schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS. %prep %setup -q -n LWP-Protocol-https-%{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.