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

Vít Ondruch vondruch at fedoraproject.org
Thu Mar 7 14:22:21 UTC 2013


commit 6682701ad2e7baca8c26c33c27e7f752c5625625
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Mar 7 15:18:03 2013 +0100

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

 rubygem-rb-inotify.spec |   14 +++++++-------
 1 files 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 <vondruch at redhat.com> - 0.8.8-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.8.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list