]> git.pld-linux.org Git - packages/perl-LWP-Protocol-https.git/blobdiff - perl-LWP-Protocol-https.spec
- updated to 6.03
[packages/perl-LWP-Protocol-https.git] / perl-LWP-Protocol-https.spec
index 0b91af839ea0c139b5da6b865be9e02bcd8f5add..7781c369c6c8a465b9126faa52aa498bf9fc10a4 100644 (file)
@@ -6,50 +6,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.
+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
+%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}
@@ -73,5 +61,5 @@ rm -rf $RPM_BUILD_ROOT
 %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*
This page took 0.065703 seconds and 4 git commands to generate.