2007-01-15 23:30:54 +00:00
|
|
|
#
|
2009-08-27 22:36:48 +00:00
|
|
|
# spec file for package perl-IO-Socket-SSL (Version 1.27)
|
2007-01-15 23:30:54 +00:00
|
|
|
#
|
2010-01-11 15:27:14 +00:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:30:54 +00:00
|
|
|
#
|
2008-08-18 22:22:02 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-15 23:30:54 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-07-25 14:59:59 +00:00
|
|
|
|
2007-01-15 23:30:54 +00:00
|
|
|
Name: perl-IO-Socket-SSL
|
2008-08-03 22:36:19 +00:00
|
|
|
BuildRequires: perl-Net-SSLeay perl-libwww-perl
|
2010-01-13 15:57:10 +00:00
|
|
|
Version: 1.31
|
2010-01-11 15:27:14 +00:00
|
|
|
Release: 2
|
2007-01-15 23:30:54 +00:00
|
|
|
Provides: p_iossl
|
|
|
|
Obsoletes: p_iossl
|
2008-08-03 22:36:19 +00:00
|
|
|
Requires: perl-Net-SSLeay perl-libwww-perl
|
2007-01-15 23:30:54 +00:00
|
|
|
Requires: perl = %{perl_version}
|
2007-10-08 10:27:32 +00:00
|
|
|
AutoReqProv: on
|
2007-01-15 23:30:54 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2009-08-27 22:36:48 +00:00
|
|
|
License: Artistic License ..
|
2007-10-08 10:27:32 +00:00
|
|
|
Url: http://cpan.org/modules/by-module/IO
|
2007-01-15 23:30:54 +00:00
|
|
|
Summary: IO::Socket::SSL Perl Module
|
|
|
|
Source: IO-Socket-SSL-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
IO::Socket::SSL is a class implementing an object oriented interface to
|
|
|
|
SSL sockets. The class is a descendant of IO::Socket::INET and provides
|
|
|
|
a subset of the base class' interface methods.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
<aspa@kronodoc.fi>
|
|
|
|
<Steffen_Ullrich@genua.de>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n IO-Socket-SSL-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2010-01-10 18:13:15 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-06-11 11:08:20 +00:00
|
|
|
|
|
|
|
%check
|
2008-08-18 22:22:02 +00:00
|
|
|
%if 0%{?opensuse_bs}
|
|
|
|
# currently 127.0.0.1 resolves to hostname in OBS
|
|
|
|
# and not to localhost
|
|
|
|
rm -fv t/auto_verify_hostname
|
|
|
|
%endif
|
2007-01-15 23:30:54 +00:00
|
|
|
make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc Changes BUGS README example util
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
%{perl_vendorlib}/IO
|
|
|
|
%{perl_vendorarch}/auto/IO
|
|
|
|
/var/adm/perl-modules/%{name}
|
2008-01-28 15:08:44 +00:00
|
|
|
|
2007-03-07 12:38:30 +00:00
|
|
|
%changelog
|