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

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

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

%define        gemname rbtree

Name:          gem-rbtree
Version:       0.4.4
Release:       alt1
Summary:       A sorted associative collection
License:       MIT
Group:         Development/Ruby
Url:           http://rbtree.rubyforge.org/
Packager:      Pavel Skrylev <majioa at altlinux.org>

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
Provides:      gem(rbtree) = 0.4.4


%description
A RBTree is a sorted associative collection that is implemented with a Red-Black
Tree. It maps keys to values like a Hash, but maintains its elements in
ascending key order. The interface is the almost identical to that of Hash.


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README
%ruby_gemspec
%ruby_gemlibdir
%ruby_gemextdir


%changelog

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

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