]> git.pld-linux.org Git - packages/perl-IO-Socket-SSL.git/blame - perl-IO-Socket-SSL.spec
- version 0.97
[packages/perl-IO-Socket-SSL.git] / perl-IO-Socket-SSL.spec
CommitLineData
1b56fd53 1#
2# Conditional build:
b63fc453 3%bcond_with tests # perform "make test" - needs network connection
c18e0f34 4#
ef6840f9 5%include /usr/lib/rpm/macros.perl
6000d045 6%define pdir IO
7%define pnam Socket-SSL
ef40482c 8Summary: IO::Socket::SSL - nearly transparent SSL encapsulation for IO::Socket::INET
9Summary(pl): IO::Socket::SSL - prawie przezroczysta obudowa SSL dla IO::Socket::INET
51fa02bf 10Name: perl-IO-Socket-SSL
24cb5404 11Version: 0.97
bbe78fbf 12Release: 1
85d8312c 13Epoch: 1
eb6f1a1d 14# same as perl
15License: GPL v1+ or Artistic
51fa02bf 16Group: Development/Languages/Perl
29882b18 17Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
24cb5404 18# Source0-md5: 34562e9475de132faa0f14ca2be053a5
1b56fd53 19BuildRequires: perl-Net-SSLeay
c7ef29f3 20BuildRequires: perl-devel >= 1:5.8.0
457bc30f 21BuildRequires: rpm-perlprov >= 4.1-13
52ab1a6f 22BuildArch: noarch
1536a10f 23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
51fa02bf 24
25%description
11427a56
JB
26This module is a true drop-in replacement for IO::Socket::INET that
27uses SSL to encrypt data before it is transferred to a remote server
28or client. IO::Socket::SSL supports all the extra features that one
29needs to write a full-featured SSL client or server application:
30multiple SSL contexts, cipher selection, certificate verification, and
31SSL version selection. As an extra bonus, it works perfectly with
32mod_perl.
33
34%description -l pl
35