[rubygem-isolate] Rebuild against ruby 1.9

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Jan 22 00:01:43 UTC 2012


commit db0356217ed17277c920995521bf5e36146b03ab
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Jan 22 09:01:31 2012 +0900

    Rebuild against ruby 1.9

 rubygem-isolate.spec |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-isolate.spec b/rubygem-isolate.spec
index 5ff9bc6..85ce2a0 100644
--- a/rubygem-isolate.spec
+++ b/rubygem-isolate.spec
@@ -4,11 +4,18 @@
 
 %global	rubyabi	1.8
 
+%if 0%{?fedora} >= 17
+%global	gemdir	%{gem_dir}
+%global	gem_name	%{gemname}
+%global	geminstdir	%{gem_instdir}
+%global	rubyabi	1.9.1
+%endif
+
 Summary:	Very simple RubyGems sandbox
 
 Name:		rubygem-%{gemname}
 Version:	3.2.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Group:		Development/Languages
 License:	MIT
 URL:		http://github.com/jbarnette/isolate
@@ -18,10 +25,14 @@ BuildArch:	noarch
 
 BuildRequires:	ruby(abi) = %{rubyabi}
 BuildRequires:	rubygems
+%if 0%{?fedora} >= 17
+BuildRequires:	rubygems-devel
+%endif
 # For %%check
 BuildRequires:	rubygem(hoe)
 BuildRequires:	rubygem(minitest)
 BuildRequires:	rubygem(rake)
+#BuildRequires:	iputils
 
 Requires:	ruby(abi) = %{rubyabi}
 Requires:	rubygems
@@ -86,6 +97,9 @@ ruby -rubygems %{_bindir}/rake test --trace
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Sun Jan 22 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 3.2.1-3
+- Rebuild against ruby 1.9
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list