Author: qboosh Date: Fri Jun 1 19:36:55 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 6.03
---- Files affected: packages/perl-LWP-Protocol-https: perl-LWP-Protocol-https.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/perl-LWP-Protocol-https/perl-LWP-Protocol-https.spec diff -u packages/perl-LWP-Protocol-https/perl-LWP-Protocol-https.spec:1.2 packages/perl-LWP-Protocol-https/perl-LWP-Protocol-https.spec:1.3 --- packages/perl-LWP-Protocol-https/perl-LWP-Protocol-https.spec:1.2 Sat Aug 27 22:13:17 2011 +++ packages/perl-LWP-Protocol-https/perl-LWP-Protocol-https.spec Fri Jun 1 21:36:50 2012 @@ -7,50 +7,38 @@ %define pnam Protocol-https %include /usr/lib/rpm/macros.perl Summary: LWP::Protocol::https - Provide https support for LWP::UserAgent -#Summary(pl.UTF-8): +Summary(pl.UTF-8): LWP::Protocol::https - obsługa https dla LWP::UserAgent Name: perl-LWP-Protocol-https -Version: 6.02 -Release: 2 +Version: 6.03 +Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/LWP/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: a37185492b15ad5ac13da4aef48bd388 -# generic URL, check or change before uncommenting -#URL: http://search.cpan.org/dist/LWP-Protocol-https/ +# Source0-md5: 2a9341732172da290fe1b5af98a015a7 +URL: http://search.cpan.org/dist/LWP-Protocol-https/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} -BuildRequires: perl(Mozilla::CA) >= 20110101 BuildRequires: perl-IO-Socket-SSL >= 1:1.38 -BuildRequires: perl-libwww >= 6.02 +BuildRequires: perl-Mozilla-CA >= 20110101 BuildRequires: perl-Net-HTTP >= 6 +BuildRequires: perl-libwww >= 6.04 %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -The LWP::Protocol::https module provide support for using https schemed -URLs with LWP. This module is a plug-in to the LWP protocol handling, so -you don't use it directly. Once the module is installed LWP is able -to access sites using HTTP over SSL/TLS. - -If hostname verification is requested by LWP::UserAgent's ssl_opts, and -neither SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is -implied to be the one provided by Mozilla::CA. If the Mozilla::CA module -isn't available SSL requests will fail. Either install this module, set up an -alternative SSL_ca_file or disable hostname verification. - -This module used to be bundled with the libwww-perl, but it was unbundled in -v6.02 in order to be able to declare its dependencies properly for the CPAN -tool-chain. Applications that need https support can just declare their -dependency on LWP::Protocol::https and will no longer need to know what -underlying modules to install. - - - -# %description -l pl.UTF-8 -# TODO +The LWP::Protocol::https module provide support for using https +schemed URLs with LWP. This module is a plug-in to the LWP protocol +handling, so you don't use it directly. Once the module is installed +LWP is able to access sites using HTTP over SSL/TLS. + +%description -l pl.UTF-8 +Moduł LWP::Protocol::https zapewnia obsługę URL-i ze schematu https +w LWP. Ten moduł jest wtyczką do obsługi protokołu w LWP, więc nie +używa się go bezpośrednio. Po zainstalowaniu modułu LWP potrafi +łączyć się z serwisami przy użyciu HTTP po SSL/TLS. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -74,8 +62,8 @@ %files %defattr(644,root,root,755) %doc Changes README -%{perl_vendorlib}/LWP/Protocol/*.pm -%{_mandir}/man3/* +%{perl_vendorlib}/LWP/Protocol/https.pm +%{_mandir}/man3/LWP::Protocol::https.3pm* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -83,9 +71,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2012/06/01 19:36:50 qboosh +- updated to 6.03 + Revision 1.2 2011/08/27 20:13:17 arekm - rel 2; fix deps Revision 1.1 2011/05/11 07:39:05 aredridel - added - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/perl-LWP-Protocol-https/perl-LWP-Protocol-https.spec?r1=1.2&r2=1.3 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
