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

Vít Ondruch vondruch at fedoraproject.org
Mon Feb 25 14:26:38 UTC 2013


commit db296e061cf90bca44259f11102c511e506741b1
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Feb 25 15:26:29 2013 +0100

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

 rubygem-tzinfo.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/rubygem-tzinfo.spec b/rubygem-tzinfo.spec
index 7ef5fc6..42d0ed4 100644
--- a/rubygem-tzinfo.spec
+++ b/rubygem-tzinfo.spec
@@ -2,21 +2,20 @@
 %global gem_name tzinfo
 
 %global download_path http://rubygems.org/downloads/
-%global rubyabi 1.9.1
 
 Summary: Daylight-savings aware timezone library
 Name: rubygem-%{gem_name}
 Version: 0.3.34
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://tzinfo.rubyforge.org/
 Source0: %{download_path}%{gem_name}-%{version}.gem
-Requires: ruby(abi) = %{rubyabi}
+Requires: ruby(release)
 Requires: ruby(rubygems)
 Requires: ruby
 BuildRequires: rubygems-devel
-BuildRequires: ruby(abi) = %{rubyabi}
+BuildRequires: ruby(release)
 BuildRequires: ruby
 BuildRequires: rubygem(minitest)
 BuildArch: noarch
@@ -37,9 +36,7 @@ This package contains 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
 
@@ -68,6 +65,9 @@ popd
 %{gem_docdir}
 
 %changelog
+* Mon Feb 25 2013 Vít Ondruch <vondruch at redhat.com> - 0.3.34-3
+- 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.3.34-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list