File rubygem-xmlhash.spec of Package rubygem-xmlhash

#
# spec file for package rubygem-xmlhash
#
# Copyright (c) 2014 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.6
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 >= 3
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
cd %{buildroot}%{gem_base}/gems/%{mod_full_name}
# workaround
if test -f lib/xmlhash; then
  mv lib/xmlhash lib/xmlhash.so
  mkdir lib/xmlhash
  mv lib/xmlhash.so lib/xmlhash/xmlhash.so
fi
mkdir -p %{buildroot}%{_docdir}/%{name}
ln -s %{gem_base}/gems/%{mod_full_name}/History.txt %buildroot/%{_docdir}/%{name}/History.txt
ln -s %{gem_base}/gems/%{mod_full_name}/README.txt %buildroot/%{_docdir}/%{name}/README.txt

%pre
# a .so directory is invalid, but rpm won't be able to move it to a file itself ;(
if test -d %{gem_base}/gems/%{mod_full_name}/lib/xmlhash/xmlhash.so; then
  rm -rf %{gem_base}/gems/%{mod_full_name}/lib/xmlhash/xmlhash.so
fi

%check
cd %{mod_full_name}
rake test

%files
%defattr(-,root,root,-)
%{_docdir}/%{name}
%{gem_base}/cache/%{mod_full_name}.gem
%{gem_base}/doc
%{gem_base}/gems/%{mod_full_name}/
%{gem_extensions}/%{mod_full_name}
%{gem_base}/specifications/%{mod_full_name}.gemspec

%changelog
openSUSE Build Service is sponsored by