[rubygem-webrat] Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0

Vít Ondruch vondruch at fedoraproject.org
Mon Mar 11 13:55:48 UTC 2013


commit b10ba6aaf791cdd510c9ba6ac9460cd7c49e705e
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Mar 11 14:55:41 2013 +0100

    Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0

 rubygem-webrat.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/rubygem-webrat.spec b/rubygem-webrat.spec
index 946d42a..729080c 100644
--- a/rubygem-webrat.spec
+++ b/rubygem-webrat.spec
@@ -1,15 +1,14 @@
 %global gem_name webrat
-%global rubyabi 1.9.1
 
 Summary: Ruby Acceptance Testing for Web applications
 Name: rubygem-%{gem_name}
 Version: 0.7.3
-Release: 5%{?dist}
+Release: 6%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/brynary/webrat
 Source0: http://rubygems.org/downloads/%{gem_name}-%{version}.gem
-Requires: ruby(abi) = %{rubyabi}
+Requires: ruby(release)
 Requires: ruby(rubygems)
 Requires: rubygem(nokogiri)
 Requires: rubygem(rack) >= 1.0
@@ -36,8 +35,7 @@ Documentation for %{name}
 
 %prep
 %setup -q -c -T
-mkdir -p .%{gem_dir}
-gem install --local --install-dir .%{gem_dir} --force --rdoc --ri %{SOURCE0}
+%gem_install -n %{SOURCE0}
 
 
 %build
@@ -99,6 +97,9 @@ rm -rf .gemrebuild
 
 
 %changelog
+* Mon Mar 11 2013 Josef Stribny <jstribny at redhat.com> - 0.7.3-6
+- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list