%perl_module IO-Socket-SSL 0.97 5 Summary: Nearly transparent SSL encapsulation for IO::Socket::INET. License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/~behroozi/%{pkgname}-%{version}/ Source0: http://search.cpan.org/CPAN/authors/id/B/BE/BEHROOZI/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch BuildRequires: perl(Net::SSLeay) >= 1.08 Requires: perl(Net::SSLeay) >= 1.08 %description This module is a true drop-in replacement for IO::Socket::INET that uses SSL to encrypt data before it is transferred to a remote server or client. IO::Socket::SSL supports all the extra features that one needs to write a full-featured SSL client or server application: multiple SSL contexts, cipher selection, certificate verification, and SSL version selection. As an extra bonus, it works perfectly with mod_perl. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make %perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/IO/Socket/SSL.pm %{perl_man3dir}/IO::Socket::SSL.3pm* %changelog * Tue Nov 15 2005 Axel Thimm - Update to 0.97. * Mon Jul 11 2005 Axel Thimm - Update to 0.96. * Sat Jan 24 2004 Axel Thimm - Initial build.