diff --git a/rubygem-addressable.spec b/rubygem-addressable.spec index 6986a13..5fb5d96 100644 --- a/rubygem-addressable.spec +++ b/rubygem-addressable.spec @@ -4,12 +4,12 @@ Summary: Improved URI/URL Implementation Name: rubygem-%{gem_name} Version: 2.3.2 -Release: 4%{?dist} +Release: 5%{?dist} Group: Development/Languages License: ASL 2.0 URL: http://addressable.rubyforge.org/ Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem -Requires: ruby(abi) = 1.9.1 +Requires: ruby(release) Requires: ruby(rubygems) Requires: rubygem(idn) @@ -37,13 +37,7 @@ This package contains documentation for %{name}. %prep %setup -q -c -T -gem install \ - -V \ - --local \ - --install-dir .%{gem_dir} \ - --force --rdoc \ - --ri \ - %{SOURCE0} +%gem_install -n %{SOURCE0} %build @@ -89,6 +83,8 @@ popd %{gem_docdir} %changelog +* Thu Mar 07 2013 Josef Stribny - 2.3.2-5 +- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 * Tue Feb 19 2013 Shawn Starr - 2.3.2-4 - Changes in rubygem rspec packaging, adjust build dependencies accordingly