summaryrefslogtreecommitdiffstats
path: root/rubygem-kgio.spec
diff options
context:
space:
mode:
Diffstat (limited to 'rubygem-kgio.spec')
-rw-r--r--rubygem-kgio.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/rubygem-kgio.spec b/rubygem-kgio.spec
index f2fc4bd..b012083 100644
--- a/rubygem-kgio.spec
+++ b/rubygem-kgio.spec
@@ -1,13 +1,14 @@
-%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global gemname kgio
-%global rubyabi 1.8
+
+%global rubyabi 1.9.1
+%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')}
Summary: Kinder, gentler I/O for Ruby
Name: rubygem-%{gemname}
Version: 2.7.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Group: Development/Tools
License: LGPLv2 or LGPLv3
# LICENSE file defines the licencing aspects of kgiox.
@@ -110,7 +111,10 @@ rm -rf %{buildroot}
%{geminstdir}/lib/kgio.rb
%changelog
-* Sun Jan 1 2012 Guillermo Gómez <guillermo.gomez@gmail.com> - 2.7.0-3
+* Tue Jan 07 2012 Guillermo Gómez <guillermo.gomez@gmail.com> - 2.7.0-4
+- Requires fixed for Ruby 1.9
+
+* Sun Jan 01 2012 Guillermo Gómez <guillermo.gomez@gmail.com> - 2.7.0-3
- Path to kgio_ext.so at spec file check section fixed
- Moved patching test file to install section
- Unused macro removed from spec file