summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2007-05-25 22:11:48 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit13bcd01117f9fc44ed4fbe418998131819230fa9 (patch)
treeecfcaf7f8a1fa93e562d440075401d683f3b376e
parent9fc98a1c354d47f3092ada9fb4b00c68e01730af (diff)
downloadruby-eventmachine-13bcd01117f9fc44ed4fbe418998131819230fa9.zip
ruby-eventmachine-13bcd01117f9fc44ed4fbe418998131819230fa9.tar.gz
- pl
Changed files: ruby-eventmachine.spec -> 1.4
-rw-r--r--ruby-eventmachine.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/ruby-eventmachine.spec b/ruby-eventmachine.spec
index 6aa1a4a..8b03444 100644
--- a/ruby-eventmachine.spec
+++ b/ruby-eventmachine.spec
@@ -1,4 +1,5 @@
Summary: Ruby event-processing library
+Summary(pl.UTF-8): Biblioteka przetwarzania zdarzeń dla języka Ruby
Name: ruby-eventmachine
Version: 0.7.0
Release: 1
@@ -17,8 +18,14 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Ruby/EventMachine is a fast, simple event-processing library for Ruby
programs. It lets you write network clients and servers without
-handling sockets- all you do is send and receive data. Single-threaded
-socket engine- scalable and FAST!
+handling sockets - all you do is send and receive data.
+Single-threaded socket engine - scalable and FAST!
+
+%description -l pl.UTF-8
+Ruby/EventMachine to szybka, prosta biblioteka przetwarzania zdarzeń
+dla programów w języku Ruby. Pozwala pisać klientów i serwery sieciowe
+bez obsługi gniazd sieciowych - wystarczy wysyłać i odbierać dane.
+Jednowątkowy silnik gniazd - skalowalny i szybki.
%prep
%setup -q -c -T