Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569571
en ru br
ALT Linux repos
5.0: 0.4-alt1
4.1: 0.4-alt0.M41.1

Group :: Development/Ruby
RPM: ruby-xmpp4r

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

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

%define pkgname xmpp4r

Name: ruby-%pkgname
Version: 0.4
Release: alt1

Summary: XMPP/Jabber library for Ruby
Group: Development/Ruby
License: GPLv2/Ruby
Url: http://home.gna.org/xmpp4r/

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

BuildArch: noarch

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

Obsoletes: xmpp4r

# Automatically added by buildreq on Mon Sep 01 2008 (-bi)

BuildRequires: rpm-build-ruby ruby-module-etc ruby-module-rexml ruby-module-wait ruby-module-xmlrpc ruby-tool-rdoc ruby-tool-setup

%description
XMPP4R is an XMPP/Jabber library for Ruby. Its goal is to provide
a complete framework to develop Jabber-related applications or
scripts in Ruby.

* Fully object-oriented
* Aims at being XMPP compliant
* Threaded, events-based
* Well unit-tested and documented code
* Uses well-known and well-tested software like REXML, instead
  of reinventing the wheel
* Very easy to extend

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

%description doc
Documentation files for %name

%prep
%setup -n %pkgname-%version
%patch -p1
%update_setup_rb

%build
%ruby_config
%ruby_build
%ruby_test_unit -Ilib:test test/ts_xmpp4r.rb

%install
%ruby_install
%rdoc lib/

%files
%doc CHANGELOG README.rdoc
%ruby_sitelibdir/*

%files doc
%doc data/doc/xmpp4r/examples
%ruby_ri_sitedir/Jabber*

%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