File perl-Net-SSLGlue.spec of Package perl-Net-SSLGlue

#
# spec file for package perl-Net-SSLGlue (Version 0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           perl-Net-SSLGlue
BuildRequires:  perl-IO-Socket-INET6 perl-IO-Socket-SSL perl-Socket6
Url:            http://search.cpan.org/search?module=Net::SSLGlue
License:        Artistic License
Group:          Development/Libraries/Perl
Requires:       perl = %{perl_version}
Requires:       perl-IO-Socket-INET6 perl-Socket6
AutoReqProv:    on
Summary:        Add/extend SSL support for common perl modules
Version:        0.2
Release:        2
Source:         Net-SSLGlue-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
This Module provide proper certificate checking for https in LWP and
IPv6 support



Authors:
--------
    Steffen Ullrich

%prep
%setup -n Net-SSLGlue-%{version}

%build
perl Makefile.PL
make
make test

%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist

%clean
rm -rf $RPM_BUILD_ROOT;

%files
%defattr(-,root,root)
%doc MANIFEST COPYRIGHT
%dir %{perl_vendorarch}/auto/Net
%dir %{perl_vendorarch}/auto/Net/SSLGlue
%dir %{perl_vendorlib}/Net/
%dir %{perl_vendorlib}/Net/SSLGlue
%{perl_vendorlib}/Net/*.pm
%{perl_vendorlib}/Net/SSLGlue/*.pm
%{perl_vendorarch}/auto/Net/SSLGlue/.packlist
%{_mandir}/man3/*
/var/adm/perl-modules/perl-Net-SSLGlue

%changelog
* Mon May 18 2009 mc@suse.de
- initial version 0.2
openSUSE Build Service is sponsored by