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:
parent
ebc32b521d
commit
9878c2461b
@ -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
|
Fri Feb 6 13:13:05 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -43,9 +43,11 @@ BuildRequires: perl(Test::Warn)
|
|||||||
#
|
#
|
||||||
|
|
||||||
%description
|
%description
|
||||||
There is a related module called Net::SSLeay::Handle included in this
|
Net::SSLeay module contains perl bindings to openssl (http://www.openssl.org) library.
|
||||||
distribution that you might want to use instead. It has its own pod
|
Net::SSLeay module basically comprise of:
|
||||||
documentation.
|
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
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user