Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37716650
en ru br
Репозитории ALT
5.1: 1.1.3-alt1
4.1: 0.3.8.4-alt1
4.0: 0.3.8.4-alt1
www.altlinux.org/Changes

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

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

# vim: set ft=spec: -*- rpm-spec -*-

Name: libxml-ruby
Version: 0.3.8.4
Release: alt1

Summary: Ruby language bindings for the GNOME Libxml2 XML toolkit
Group: Development/Ruby
License: MIT
Url: http://libxml.rubyforge.org/

Packager: Ruby Maintainers Team <ruby at packages.altlinux.org>

Requires: libruby >= 1.8-alt3

Source: %name-%version.tar
Patch: %name-%version-%release.patch


# Automatically added by buildreq on Fri Feb 02 2007

BuildRequires: libruby-devel libxml2-devel ruby ruby-module-etc

%description
The Libxml-Ruby project provides Ruby language bindings for the
GNOME Libxml2 XML toolkit. It is free software, released under the
MIT License.

Libxml-ruby's primary advantage over REXML is performance - if speed
is your need, these are good libraries to consider, as demonstrated
by the informal benchmark below.

%package doc
Summary: Documentation files for %name
Group: Documentation

%description doc
Documentation files for %name

%prep
%setup -q
%patch -p1

%build
cd ext/xml
%ruby_configure
%make_build

%install
cd ext/xml
%make_install DESTDIR=%buildroot install

%rdoc *.c libxml.rb

%files
%doc LICENSE README TODO
%ruby_sitearchdir/*
%ruby_sitelibdir/*

%files doc
%doc CHANGELOG
%doc %ruby_ri_sitedir/XML

%changelog

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

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