From 6682701ad2e7baca8c26c33c27e7f752c5625625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 7 Mar 2013 15:18:03 +0100 Subject: [PATCH] Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 --- rubygem-rb-inotify.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rubygem-rb-inotify.spec b/rubygem-rb-inotify.spec index b093d59..05756aa 100644 --- a/rubygem-rb-inotify.spec +++ b/rubygem-rb-inotify.spec @@ -1,18 +1,17 @@ %global gem_name rb-inotify -%global rubyabi 1.9.1 Summary: A Ruby wrapper for Linux's inotify, using FFI Name: rubygem-%{gem_name} Version: 0.8.8 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: MIT URL: http://github.com/nex3/rb-inotify Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem -Requires: ruby(abi) = %{rubyabi} +Requires: ruby(release) Requires: ruby(rubygems) Requires: rubygem(ffi) -BuildRequires: ruby(abi) = %{rubyabi} +BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby BuildArch: noarch @@ -33,9 +32,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 @@ -63,6 +60,9 @@ cp -a .%{gem_dir}/* \ %changelog +* Thu Mar 07 2013 Vít Ondruch - 0.8.8-3 +- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 + * Thu Feb 14 2013 Fedora Release Engineering - 0.8.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild