- fix a typo in description

This commit is contained in:
Štěpán Kasal 2007-11-07 12:41:20 +00:00
parent e32a7c644a
commit 1d8b1e577f

View File

@ -5,7 +5,7 @@
Name: perl-Net-SSLeay
Version: 1.30
Release: 5%{?dist}.1
Release: 6%{?dist}
Summary: Perl extension for using OpenSSL
Group: Development/Libraries
@ -22,7 +22,7 @@ BuildRequires: openssl-devel
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
This module offers some high level convinience functions for accessing
This module offers some high level convenience functions for accessing
web pages on SSL servers (for symmetry, same API is offered for
accessing http servers, too), a sslcat() function for writing your own
clients, and finally access to the SSL api of SSLeay/OpenSSL package
@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Nov 6 2007 Stepan Kasal <skasal@redhat.com> - 1.30-6
- fix a typo in description
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.30-5.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)