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

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

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

%define        gemname nio4r

Name:          gem-nio4r
Version:       2.5.8
Release:       alt1
Summary:       New I/O for Ruby: Cross-platform asynchronous I/O primitives for scalable network clients and servers
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/socketry/nio4r
Vcs:           https://github.com/socketry/nio4r.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby
BuildRequires: gem(bundler) >= 0
BuildRequires: gem(rake) >= 0

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
%ruby_use_gem_dependency rubocop >= 1.15.0,rubocop < 2
Obsoletes:     ruby-nio4r < %EVR
Provides:      ruby-nio4r = %EVR
Provides:      gem(nio4r) = 2.5.8


%description
New I/O for Ruby (nio4r): cross-platform asynchronous I/O primitives for
scalable network clients and servers. Modeled after the Java NIO API, but
simplified for ease-of-use. nio4r provides an abstract, cross-platform stateful
I/O selector API for Ruby. I/O selectors are the heart of "reactor"-based event
loops, and monitor multiple I/O objects for various types of readiness, e.g.
ready for reading or writing.


%package       -n gem-nio4r-doc
Version:       2.5.8
Release:       alt1
Summary:       New I/O for Ruby: Cross-platform asynchronous I/O primitives for scalable network clients and servers documentation files
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ я│п╡п╣п╢п╣п╫п╦п╧ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ nio4r
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(nio4r) = 2.5.8
Obsoletes:     ruby-nio4r-doc
Provides:      ruby-nio4r-doc

%description   -n gem-nio4r-doc
New I/O for Ruby: Cross-platform asynchronous I/O primitives for scalable
network clients and servers documentation files.

New I/O for Ruby (nio4r): cross-platform asynchronous I/O primitives for
scalable network clients and servers. Modeled after the Java NIO API, but
simplified for ease-of-use. nio4r provides an abstract, cross-platform stateful
I/O selector API for Ruby. I/O selectors are the heart of "reactor"-based event
loops, and monitor multiple I/O objects for various types of readiness, e.g.
ready for reading or writing.

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


%package       -n gem-nio4r-devel
Version:       2.5.8
Release:       alt1
Summary:       New I/O for Ruby: Cross-platform asynchronous I/O primitives for scalable network clients and servers development package
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ п╢п╩я▐ я─п╟п╥я─п╟п╠п╬я┌п╨п╦ я│п╟п╪п╬я├п╡п╣я┌п╟ nio4r
Group:         Development/Ruby
BuildArch:     noarch

Requires:      gem(nio4r) = 2.5.8
Requires:      gem(bundler) >= 0
Requires:      gem(rake) >= 0
Conflicts:     libev-devel

%description   -n gem-nio4r-devel
New I/O for Ruby: Cross-platform asynchronous I/O primitives for scalable
network clients and servers development package.

New I/O for Ruby (nio4r): cross-platform asynchronous I/O primitives for
scalable network clients and servers. Modeled after the Java NIO API, but
simplified for ease-of-use. nio4r provides an abstract, cross-platform stateful
I/O selector API for Ruby. I/O selectors are the heart of "reactor"-based event
loops, and monitor multiple I/O objects for various types of readiness, e.g.
ready for reading or writing.

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


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.md ext/libev/README
%ruby_gemspec
%ruby_gemlibdir
%ruby_gemextdir

%files         -n gem-nio4r-doc
%doc README.md ext/libev/README
%ruby_gemdocdir

%files         -n gem-nio4r-devel
%doc README.md ext/libev/README
%ruby_includedir/*


%changelog

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

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