Summary: Support for the https protocol under LWP Name: perl-Net-SSLeay Requires: perl Packager: Horms Version: 1.05 Release: 5 Copyright: As Perl:- Artistic License or GPL Group: Development/Libraries/Perl Source: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/Net_SSLeay.pm-%{version}.tar.gz URL: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/Net_SSLeay.pm-%{version}.readme BuildRoot: /var/tmp/%{name}-root Provides: perl-Net-SSLeay %description This perl module provides support for the https protocol under LWP, so that a LWP::UserAgent can make https GET & HEAD requests. The Net::SSLeay package contains Net::SSL, which is automatically loaded by LWP::Protocol::https on https requests, and provides the necessary SSL glue for that module to work via these deprecated modules: This product includes cryptographic software written by Eric Young (eay@cryptsoft.com) %prep %setup -n Net_SSLeay.pm-%{version} %build echo /usr | perl Makefile.PL make %install rm -rf $RPM_BUILD_ROOT eval `perl '-V:installarchlib'` mkdir -p $RPM_BUILD_ROOT/$installarchlib make PREFIX=$RPM_BUILD_ROOT/usr install find $RPM_BUILD_ROOT/usr -type f -print |\ sed -e "s@^$RPM_BUILD_ROOT@@g" -e 's@^.*/man/.*$@&*@' | \ egrep -v '(perllocal.pod)' \ > file-list.lst %clean rm -rf $RPM_BUILD_DIR/Net_SSLeay.pm-%{version} rm -rf $RPM_BUILD_ROOT rm -f file-list.lst %files -f file-list.lst %defattr(-,root,root) %doc README %changelog * Sun Mar 11 2001 Horms - Will handled man pages being compressed by the rpm build process * Thu Dec 14 2000 Horms - Changed provide to perl-Net_SSLeay * Tue May 2 2000 Horms - Reomve dependancy on "SSL" * Thu Apr 27 2000 Horms - Files will now install as root on a non-root user build RPM * Tue Apr 25 2000 Horms - Fixed %clean so BUILD_DIR is removed * Wed Feb 16 2000 Horms - made for version 0.05 - Inspired by perl packages built by alien