]> git.pld-linux.org Git - packages/perl-IO-Socket-SSL.git/blame - perl-IO-Socket-SSL.spec
- new bcond style; some cosmetics here and there; changelog cleanups
[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
b01afe87 6%define pdir IO
7%define pnam Socket-SSL
11427a56
JB
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
a01f48be 11Version: 0.95
bbe78fbf 12Release: 1
85d8312c 13Epoch: 1
51fa02bf 14License: GPL
15Group: Development/Languages/Perl
29882b18 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
a01f48be 17# Source0-md5: 4eaf9bc8a44a3e98132f2c551b17f95d
1b56fd53 18BuildRequires: perl-Net-SSLeay
bbe78fbf 19BuildRequires: perl-devel >= 5.6
457bc30f 20BuildRequires: rpm-perlprov >= 4.1-13
52ab1a6f 21BuildArch: noarch
1536a10f 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
51fa02bf 23
24%description
11427a56
JB
25This module is a true drop-in replacement for IO::Socket::INET that
26uses SSL to encrypt data before it is transferred to a remote server
27or client. IO::Socket::SSL supports all the extra features that one
28needs to write a full-featured SSL client or server application:
29multiple SSL contexts, cipher selection, certificate verification, and
30SSL version selection. As an extra bonus, it works perfectly with
31mod_perl.
32
33%description -l pl
34