Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 1681042b146c90c864552c798d8f0e04 > files > 2

perl-Crypt-SSLeay-0.640.0-2.mga3.src.rpm

%define	upstream_name	 Crypt-SSLeay
%define upstream_version 0.64

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    Support for the https protocol under LWP
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/Crypt-SSLeay-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(LWP::Protocol::https) >= 6.20.0
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Try::Tiny) >= 0.90.0
BuildRequires: openssl-devel
BuildRequires: perl-devel
BuildRequires: perl-URI
%description 
This perl module provides support for the https protocol under LWP, so
that a LWP::UserAgent can make https GET & HEAD requests.

The Crypt::SSLeay package contains Net::SSL, which is automatically
loaded by LWP::Protocol::https on https requests, and provides the
necessary SSL glue for that module to work via these deprecated modules:

This product includes cryptographic software written by 
Eric Young (eay@cryptsoft.com)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="$RPM_OPT_FLAGS" echo | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml TODO eg
%{perl_vendorarch}/auto/Crypt
%{perl_vendorarch}/Crypt
%{perl_vendorarch}/Net
%{_mandir}/*/*


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.640.0-2.mga3
+ Revision: 364969
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

  + jquelin <jquelin>
    - remove patch no more needed

* Wed Sep 26 2012 jquelin <jquelin> 0.640.0-1.mga3
+ Revision: 298223
- update to 0.64

* Wed May 30 2012 jquelin <jquelin> 0.580.0-8.mga3
+ Revision: 250427
- rebuild for perl 5.16

* Sat Apr 21 2012 tv <tv> 0.580.0-7.mga2
+ Revision: 232230
- no need to require perl

* Sat Jun 11 2011 sander85 <sander85> 0.580.0-6.mga2
+ Revision: 103885
- perl 5.14

* Fri Jan 21 2011 jquelin <jquelin> 0.580.0-5.mga1
+ Revision: 30018
- mageia rebuild
- imported package perl-Crypt-SSLeay