]> git.pld-linux.org Git - packages/perl-IO-Socket-SSL.git/blame - perl-IO-Socket-SSL.spec
- use the __perl macro
[packages/perl-IO-Socket-SSL.git] / perl-IO-Socket-SSL.spec
CommitLineData
1b56fd53 1#
2# Conditional build:
3# _without_tests - do not perform "make test"
ef6840f9 4%include /usr/lib/rpm/macros.perl
b01afe87 5%define pdir IO
6%define pnam Socket-SSL
11427a56
JB
7Summary: IO::Socket::SSL -- Nearly transparent SSL encapsulation for IO::Socket::INET
8Summary(pl): IO::Socket::SSL -- prawie przezroczysta obudowa SSL dla IO::Socket::INET
51fa02bf 9Name: perl-IO-Socket-SSL
301a60b8 10Version: 0.92
3a1dd747 11Release: 1
85d8312c 12Epoch: 1
51fa02bf 13License: GPL
14Group: Development/Languages/Perl
29882b18 15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
e718c871 16BuildRequires: perl >= 5.6
1b56fd53 17%if %{?_without_tests:0}%{!?_without_tests:1}
18BuildRequires: perl-Net-SSLeay
19%endif
11427a56 20BuildRequires: rpm-perlprov >= 3.0.3-18
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