2011-07-21 10:35:42 +00:00
|
|
|
#
|
2011-10-07 13:02:40 +00:00
|
|
|
# spec file for package rubygem-multi_xml
|
2011-07-21 10:35:42 +00:00
|
|
|
#
|
2016-12-15 06:17:49 +00:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-07-21 10:35:42 +00:00
|
|
|
#
|
|
|
|
|
# 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/
|
|
|
|
|
#
|
|
|
|
|
|
2016-12-15 06:17:49 +00:00
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
|
|
|
|
|
# All sections marked as MANUAL, license headers, summaries and descriptions
|
|
|
|
|
# can be maintained in that file. Please consult this file before editing any
|
|
|
|
|
# of those fields
|
|
|
|
|
#
|
|
|
|
|
|
2011-07-21 10:35:42 +00:00
|
|
|
Name: rubygem-multi_xml
|
2016-12-15 06:17:49 +00:00
|
|
|
Version: 0.6.0
|
2011-07-21 10:35:42 +00:00
|
|
|
Release: 0
|
|
|
|
|
%define mod_name multi_xml
|
2011-10-07 13:02:40 +00:00
|
|
|
%define mod_full_name %{mod_name}-%{version}
|
2011-07-21 10:35:42 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2014-12-09 11:59:41 +00:00
|
|
|
BuildRequires: %{rubygem gem2rpm}
|
2016-12-15 06:17:49 +00:00
|
|
|
BuildRequires: %{ruby}
|
|
|
|
|
BuildRequires: ruby-macros >= 5
|
2011-10-07 13:02:40 +00:00
|
|
|
Url: https://github.com/sferik/multi_xml
|
2013-05-26 16:18:42 +00:00
|
|
|
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
2016-12-15 06:17:49 +00:00
|
|
|
Source1: gem2rpm.yml
|
2011-07-21 10:35:42 +00:00
|
|
|
Summary: A generic swappable back-end for XML parsing
|
2012-07-30 19:17:25 +00:00
|
|
|
License: MIT
|
|
|
|
|
Group: Development/Languages/Ruby
|
|
|
|
|
|
2011-07-21 10:35:42 +00:00
|
|
|
%description
|
2013-05-26 16:18:42 +00:00
|
|
|
Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.
|
2011-10-07 13:02:40 +00:00
|
|
|
|
2011-07-21 10:35:42 +00:00
|
|
|
%prep
|
2012-07-30 19:17:25 +00:00
|
|
|
|
2011-07-21 10:35:42 +00:00
|
|
|
%build
|
|
|
|
|
|
2012-07-30 19:17:25 +00:00
|
|
|
%install
|
2014-12-09 11:59:41 +00:00
|
|
|
%gem_install \
|
|
|
|
|
--doc-files="CHANGELOG.md LICENSE.md README.md" \
|
|
|
|
|
-f
|
2011-10-07 13:02:40 +00:00
|
|
|
|
2014-12-09 11:59:41 +00:00
|
|
|
%gem_packages
|
2011-07-21 10:35:42 +00:00
|
|
|
|
|
|
|
|
%changelog
|