diff --git a/rubygem-http_connection.spec b/rubygem-http_connection.spec index def9d71..6d6f354 100644 --- a/rubygem-http_connection.spec +++ b/rubygem-http_connection.spec @@ -3,14 +3,14 @@ Summary: RightScale's robust HTTP/S connection module Name: rubygem-%{gem_name} Version: 1.4.1 -Release: 6%{?dist} +Release: 7%{?dist} Group: Development/Languages License: MIT URL: https://github.com/appoxy/http_connection Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ruby(rubygems) -Requires: ruby(abi) = 1.9.1 +Requires: ruby(release) BuildRequires: rubygems-devel BuildArch: noarch Provides: rubygem(%{gem_name}) = %{version} rubygem(right_http_connection) @@ -23,12 +23,12 @@ algorithm for low-level network errors. %prep %build +%gem_install -n %{SOURCE0} %install -rm -rf %{buildroot} mkdir -p %{buildroot}%{gem_dir} -gem install --local --install-dir %{buildroot}%{gem_dir} \ - --force --rdoc %{SOURCE0} +cp -a ./%{gem_dir}/* \ + %{buildroot}%{gem_dir}/ %clean rm -rf %{buildroot} @@ -44,6 +44,9 @@ rm -rf %{buildroot} %changelog +* Thu Feb 28 2013 Josef Stribny - 1.4.1-7 +- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 + * Thu Feb 14 2013 Fedora Release Engineering - 1.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild