Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37415149
en ru br
Репозитории ALT
S:0.8.3.13-alt0.1
www.altlinux.org/Changes

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

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

%define        _unpackaged_files_terminate_build 1
%define        gemname rack-mount

Name:          gem-rack-mount
Version:       0.8.3.13
Release:       alt0.1
Summary:       Stackable dynamic tree based Rack router
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/sporkmonger/rack-mount
Vcs:           https://github.com/sporkmonger/rack-mount.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch:     noarch

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby
%if_with check
BuildRequires: gem(racc) >= 0
BuildRequires: gem(rake) >= 0
BuildRequires: gem(rexical) >= 0
BuildRequires: gem(rack) >= 1.0.0
%endif

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
Requires:      gem(rack) >= 1.0.0
Provides:      gem(rack-mount) = 0.8.3.13

%ruby_use_gem_version rack-mount:0.8.3.13

%description
A stackable dynamic tree based Rack router.

Rack::Mount supports Rack's X-Cascade convention to continue trying routes if
the response returns pass. This allows multiple routes to be nested or stacked
on top of each other. Since the application endpoint can trigger the router to
continue matching, middleware can be used to add arbitrary conditions to any
route. This allows you to route based on other request attributes, session
information, or even data dynamically pulled from a database.


%package       -n gem-rack-mount-doc
Version:       0.8.3.13
Release:       alt0.1
Summary:       Stackable dynamic tree based Rack router documentation files
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ я│п╡п╣п╢п╣п╫п╦п╧ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ rack-mount
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(rack-mount) = 0.8.3.13

%description   -n gem-rack-mount-doc
Stackable dynamic tree based Rack router documentation files.

A stackable dynamic tree based Rack router.

Rack::Mount supports Rack's X-Cascade convention to continue trying routes if
the response returns pass. This allows multiple routes to be nested or stacked
on top of each other. Since the application endpoint can trigger the router to
continue matching, middleware can be used to add arbitrary conditions to any
route. This allows you to route based on other request attributes, session
information, or even data dynamically pulled from a database.

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


%package       -n gem-rack-mount-devel
Version:       0.8.3.13
Release:       alt0.1
Summary:       Stackable dynamic tree based Rack router development package
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ п╢п╩я▐ я─п╟п╥я─п╟п╠п╬я┌п╨п╦ я│п╟п╪п╬я├п╡п╣я┌п╟ rack-mount
Group:         Development/Ruby
BuildArch:     noarch

Requires:      gem(rack-mount) = 0.8.3.13
Requires:      gem(racc) >= 0
Requires:      gem(rake) >= 0
Requires:      gem(rexical) >= 0

%description   -n gem-rack-mount-devel
Stackable dynamic tree based Rack router development package.

A stackable dynamic tree based Rack router.

Rack::Mount supports Rack's X-Cascade convention to continue trying routes if
the response returns pass. This allows multiple routes to be nested or stacked
on top of each other. Since the application endpoint can trigger the router to
continue matching, middleware can be used to add arbitrary conditions to any
route. This allows you to route based on other request attributes, session
information, or even data dynamically pulled from a database.

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


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.rdoc
%ruby_gemspec
%ruby_gemlibdir

%files         -n gem-rack-mount-doc
%doc README.rdoc
%ruby_gemdocdir

%files         -n gem-rack-mount-devel
%doc README.rdoc


%changelog

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

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