Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37789449
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-em-synchrony

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define        gemname em-synchrony

Name:          gem-em-synchrony
Version:       1.0.6
Release:       alt2
Summary:       Fiber aware EventMachine clients and convenience classes
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/igrigorik/em-synchrony
Vcs:           https://github.com/igrigorik/em-synchrony.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch:     noarch

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby
BuildRequires: gem(eventmachine) >= 1.0.0.beta.1

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
Requires:      gem(eventmachine) >= 1.0.0.beta.1
Obsoletes:     ruby-em-synchrony < %EVR
Provides:      ruby-em-synchrony = %EVR
Provides:      gem(em-synchrony) = 1.0.6


%description
Collection of convenience classes and primitives to help untangle evented code,
plus a number of patched EM clients to make them Fiber aware. To learn more,
please see: Untangling Evented Code with Ruby Fibers.

* Fiber aware ConnectionPool with sync/async query support
* Fiber aware Iterator to allow concurrency control & mixing of sync/async
* Fiber aware async inline support: turns any async function into sync
* Fiber aware Multi-request interface for any callback enabled clients
* Fiber aware TCPSocket replacement, powered by EventMachine
* Fiber aware Thread, Mutex, ConditionVariable clases
* Fiber aware sleep, defer, system


%package       -n gem-em-synchrony-doc
Version:       1.0.6
Release:       alt2
Summary:       Fiber aware EventMachine clients and convenience classes documentation files
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ я│п╡п╣п╢п╣п╫п╦п╧ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ em-synchrony
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(em-synchrony) = 1.0.6

%description   -n gem-em-synchrony-doc
Fiber aware EventMachine clients and convenience classes documentation
files.

Collection of convenience classes and primitives to help untangle evented code,
plus a number of patched EM clients to make them Fiber aware. To learn more,
please see: Untangling Evented Code with Ruby Fibers.

* Fiber aware ConnectionPool with sync/async query support
* Fiber aware Iterator to allow concurrency control & mixing of sync/async
* Fiber aware async inline support: turns any async function into sync
* Fiber aware Multi-request interface for any callback enabled clients
* Fiber aware TCPSocket replacement, powered by EventMachine
* Fiber aware Thread, Mutex, ConditionVariable clases
* Fiber aware sleep, defer, system

%description   -n gem-em-synchrony-doc -l ru_RU.UTF-8
п╓п╟п╧п╩я▀ я│п╡п╣п╢п╣п╫п╦п╧ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ em-synchrony.


%package       -n gem-em-synchrony-devel
Version:       1.0.6
Release:       alt2
Summary:       Fiber aware EventMachine clients and convenience classes development package
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ п╢п╩я▐ я─п╟п╥я─п╟п╠п╬я┌п╨п╦ я│п╟п╪п╬я├п╡п╣я┌п╟ em-synchrony
Group:         Development/Ruby
BuildArch:     noarch

Requires:      gem(em-synchrony) = 1.0.6

%description   -n gem-em-synchrony-devel
Fiber aware EventMachine clients and convenience classes development
package.

Collection of convenience classes and primitives to help untangle evented code,
plus a number of patched EM clients to make them Fiber aware. To learn more,
please see: Untangling Evented Code with Ruby Fibers.

* Fiber aware ConnectionPool with sync/async query support
* Fiber aware Iterator to allow concurrency control & mixing of sync/async
* Fiber aware async inline support: turns any async function into sync
* Fiber aware Multi-request interface for any callback enabled clients
* Fiber aware TCPSocket replacement, powered by EventMachine
* Fiber aware Thread, Mutex, ConditionVariable clases
* Fiber aware sleep, defer, system

%description   -n gem-em-synchrony-devel -l ru_RU.UTF-8
п╓п╟п╧п╩я▀ п╢п╩я▐ я─п╟п╥я─п╟п╠п╬я┌п╨п╦ я│п╟п╪п╬я├п╡п╣я┌п╟ em-synchrony.


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.md
%ruby_gemspec
%ruby_gemlibdir

%files         -n gem-em-synchrony-doc
%doc README.md
%ruby_gemdocdir

%files         -n gem-em-synchrony-devel
%doc README.md


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin