Accepting request 294784 from home:vitezslav_cizek:branches:devel:languages:perl

- fix %description, it was accidently chopped

OBS-URL: https://build.opensuse.org/request/show/294784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-SSLeay?expand=0&rev=31
This commit is contained in:
Stephan Kulow 2015-04-09 04:47:14 +00:00 committed by Git OBS Bridge
parent ebc32b521d
commit 9878c2461b
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 7 14:05:17 UTC 2015 - vcizek@suse.com
- fix %description, it was accidently chopped
-------------------------------------------------------------------
Fri Feb 6 13:13:05 UTC 2015 - coolo@suse.com

View File

@ -43,9 +43,11 @@ BuildRequires: perl(Test::Warn)
#
%description
There is a related module called Net::SSLeay::Handle included in this
distribution that you might want to use instead. It has its own pod
documentation.
Net::SSLeay module contains perl bindings to openssl (http://www.openssl.org) library.
Net::SSLeay module basically comprise of:
High level functions for accessing web servers (by using HTTP/HTTPS)
Low level API (mostly mapped 1:1 to openssl's C functions)
Convenience functions (related to low level API but with more perl friendly interface)
%prep
%setup -q -n %{cpan_name}-%{version}