From d9db9d39f50eb4cdef50be121d4d2de766925d3d Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Apr 16 2014 09:08:24 +0000 Subject: Update package description --- diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..fb321ec --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* (https|UserAgent)"); diff --git a/perl-Crypt-SSLeay.spec b/perl-Crypt-SSLeay.spec index c38ef5a..57a7e6c 100644 --- a/perl-Crypt-SSLeay.spec +++ b/perl-Crypt-SSLeay.spec @@ -1,5 +1,5 @@ Name: perl-Crypt-SSLeay -Summary: Crypt::SSLeay - OpenSSL glue that provides LWP https support +Summary: OpenSSL glue that provides LWP with HTTPS support Version: 0.64 Release: 6%{?dist} License: GPL+ or Artistic @@ -34,14 +34,13 @@ Requires: /etc/pki/tls/certs/ca-bundle.crt %{?perl_default_filter} %description -This perl module provides support for the https protocol under LWP, so -that a LWP::UserAgent can make https GET & HEAD & POST -requests. Please see perldoc LWP for more information on POST -requests. +These Perl modules provide support for the HTTPS protocol under the World-Wide +Web library for Perl (LWP), so that a LWP::UserAgent can make HTTPS GET, HEAD, +and POST 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. +This package contains Net::SSL module which is automatically loaded by +LWP::Protocol::https on HTTPS requests, and provides the necessary SSL glue +for that module to work. %prep %setup -q -n Crypt-SSLeay-%{version} @@ -84,6 +83,7 @@ make test %changelog * Wed Apr 16 2014 Petr Pisar - 0.64-6 - Make build script non-interactive +- Update package description * Sat Aug 03 2013 Petr Pisar - 0.64-5 - Perl 5.18 rebuild