Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37667542
en ru br
ALT Linux repos
5.0: 0.8.3-alt1
4.1: 0.3.8.4-alt1
4.0: 0.3.8.4-alt1

Group :: Development/Ruby
RPM: libxml-ruby

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin