From c5c0cb2fbe080ce3edf335e287707bdc24ddfff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 20 Feb 2013 16:08:09 +0100 Subject: [PATCH] Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 --- rubygem-childprocess.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/rubygem-childprocess.spec b/rubygem-childprocess.spec index e3f9210..365d132 100644 --- a/rubygem-childprocess.spec +++ b/rubygem-childprocess.spec @@ -1,21 +1,20 @@ %global gem_name childprocess -%global rubyabi 1.9.1 Summary: A simple and reliable gem for controlling external programs Name: rubygem-%{gem_name} Version: 0.3.6 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: MIT URL: http://github.com/jarib/childprocess Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem -Requires: ruby(abi) = %{rubyabi} +Requires: ruby(release) Requires: ruby(rubygems) Requires: ruby Requires: rubygem(ffi) => 1.0.6 -Requires: rubygem(ffi) < 1.1 -BuildRequires: ruby(abi) = %{rubyabi} +Requires: rubygem(ffi) < 2 +BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby BuildRequires: rubygem(rspec) @@ -39,8 +38,7 @@ Documentation for %{name} %prep %setup -q -c -T -mkdir -p .%{gem_dir} -gem install --local --install-dir .%{gem_dir} --force %{SOURCE0} +%gem_install -n %{SOURCE0} %build @@ -76,6 +74,9 @@ popd %changelog +* Wed Feb 20 2013 Vít Ondruch - 0.3.6-3 +- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 + * Thu Feb 14 2013 Fedora Release Engineering - 0.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild