[packages/ruby-io-like] desc/summary from homepage
glen
glen at pld-linux.org
Thu Jun 2 15:57:24 CEST 2016
commit 78aceb5f9a18e47d9b19fa50a451b535937ebdb0
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Jun 2 16:57:14 2016 +0300
desc/summary from homepage
ruby-io-like.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/ruby-io-like.spec b/ruby-io-like.spec
index ff6b7a1..6939917 100644
--- a/ruby-io-like.spec
+++ b/ruby-io-like.spec
@@ -1,5 +1,5 @@
%define pkgname io-like
-Summary: A module which provides the functionality of an IO object to any class which provides a couple of simple methods
+Summary: IO::Like - in the Likeness of IO
Name: ruby-%{pkgname}
Version: 0.3.0
Release: 1
@@ -14,9 +14,12 @@ BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-The IO::Like module provides the methods of an IO object based upon on
-a few simple methods provided by the including class: unbuffered_read,
-unbuffered_write, and unbuffered_seek.
+The IO::Like module provides all of the methods of typical IO
+implementations such as File; most importantly the read, write, and
+seek series of methods. A class which includes IO::Like needs to
+provide only a few methods in order to enable the higher level
+methods. Buffering is automatically provided by default for the
+methods which normally provide it in IO.
%prep
%setup -q -n %{pkgname}-%{version}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-io-like.git/commitdiff/78aceb5f9a18e47d9b19fa50a451b535937ebdb0
More information about the pld-cvs-commit
mailing list