File rubygem-xmlhash.spec of Package rubygem-xmlhash
#
# spec file for package rubygem-xmlhash
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: rubygem-xmlhash
Version: 1.3.5
Release: 0
%define mod_name xmlhash
%define mod_full_name %{mod_name}-%{version}
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
BuildRequires: ruby-devel
BuildRequires: ruby-macros >= 1.0
BuildRequires: rubygem-hoe
BuildRequires: rubygem-pkg-config
BuildRequires: rubygem-rake
BuildRequires: rubygem-rake-compiler
BuildRequires: rubygems_with_buildroot_patch
Url: https://github.com/coolo/xmlhash
Source: %{mod_full_name}.gem
Summary: Xmlhash is a naive form of XML::Simple
License: MIT
Group: Development/Languages/Ruby
%description
Xmlhash is a module with just one function: parse - it takes a
xml string and returns a hash representation of the same. It's
main (and most likely only) purpose is to serve as speed up for
the Open Build Service.
%prep
%gem_unpack
%build
%gem_build
%install
%gem_install
%gem_cleanup
%check
cd %{mod_full_name}
rake test
%files
%defattr(-,root,root,-)
%_libdir/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%_libdir/ruby/gems/%{rb_ver}/doc
%_libdir/ruby/gems/%{rb_ver}/gems/%{mod_full_name}
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
%changelog