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

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

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

%define        gemname net-http-persistent

Name:          gem-net-http-persistent
Version:       4.0.1
Release:       alt1
Summary:       Thread-safe persistent connections with Net::HTTP
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/drbrain/net-http-persistent
Vcs:           https://github.com/drbrain/net-http-persistent.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch:     noarch

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby
BuildRequires: gem(connection_pool) >= 2.2 gem(connection_pool) < 3
BuildRequires: gem(minitest) >= 5.15 gem(minitest) < 6
BuildRequires: gem(hoe-bundler) >= 1.5 gem(hoe-bundler) < 2
BuildRequires: gem(hoe-travis) >= 1.4.1 gem(hoe-travis) < 2
BuildRequires: gem(rdoc) >= 4.0 gem(rdoc) < 7
BuildRequires: gem(hoe) >= 3.22 gem(hoe) < 4

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
Requires:      gem(connection_pool) >= 2.2 gem(connection_pool) < 3
Obsoletes:     ruby-%gemname < %EVR
Provides:      ruby-%gemname = %EVR
Provides:      gem(net-http-persistent) = 4.0.1


%description
Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8.
It's thread-safe too!

Using persistent HTTP connections can dramatically increase the speed of HTTP.
Creating a new HTTP connection for every request involves an extra TCP
round-trip and causes TCP congestion avoidance negotiation to start
over.

Net::HTTP supports persistent connections with some API methods but does not
handle reconnection gracefully. Net::HTTP::Persistent supports reconnection and
retry according to RFC 2616.


%package       -n gem-net-http-persistent-doc
Version:       4.0.1
Release:       alt1
Summary:       Thread-safe persistent connections with Net::HTTP documentation files
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ я│п╡п╣п╢п╣п╫п╦п╧ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ net-http-persistent
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(net-http-persistent) = 4.0.1

%description   -n gem-net-http-persistent-doc
Thread-safe persistent connections with Net::HTTP documentation files.

Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8.
It's thread-safe too!

Using persistent HTTP connections can dramatically increase the speed of HTTP.
Creating a new HTTP connection for every request involves an extra TCP
round-trip and causes TCP congestion avoidance negotiation to start
over.

Net::HTTP supports persistent connections with some API methods but does not
handle reconnection gracefully. Net::HTTP::Persistent supports reconnection and
retry according to RFC 2616.

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


%package       -n gem-net-http-persistent-devel
Version:       4.0.1
Release:       alt1
Summary:       Thread-safe persistent connections with Net::HTTP development package
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ п╢п╩я▐ я─п╟п╥я─п╟п╠п╬я┌п╨п╦ я│п╟п╪п╬я├п╡п╣я┌п╟ net-http-persistent
Group:         Development/Ruby
BuildArch:     noarch

Requires:      gem(net-http-persistent) = 4.0.1
Requires:      gem(minitest) >= 5.15 gem(minitest) < 6
Requires:      gem(hoe-bundler) >= 1.5 gem(hoe-bundler) < 2
Requires:      gem(hoe-travis) >= 1.4.1 gem(hoe-travis) < 2
Requires:      gem(rdoc) >= 4.0 gem(rdoc) < 7
Requires:      gem(hoe) >= 3.22 gem(hoe) < 4

%description   -n gem-net-http-persistent-devel
Thread-safe persistent connections with Net::HTTP development package.

Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8.
It's thread-safe too!

Using persistent HTTP connections can dramatically increase the speed of HTTP.
Creating a new HTTP connection for every request involves an extra TCP
round-trip and causes TCP congestion avoidance negotiation to start
over.

Net::HTTP supports persistent connections with some API methods but does not
handle reconnection gracefully. Net::HTTP::Persistent supports reconnection and
retry according to RFC 2616.

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


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.rdoc
%ruby_gemspec
%ruby_gemlibdir

%files         -n gem-net-http-persistent-doc
%doc README.rdoc
%ruby_gemdocdir

%files         -n gem-net-http-persistent-devel
%doc README.rdoc


%changelog

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

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