[packages/ruby/dev-2.0] disable tk, following ruby 1.9 branch
glen
glen at pld-linux.org
Fri Jul 11 06:34:38 CEST 2014
commit d1c4fb795daf0481d96fd221835877108761caa6
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Jul 11 07:34:35 2014 +0300
disable tk, following ruby 1.9 branch
ruby.spec | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index bc7d812..77ae1e0 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -3,10 +3,7 @@
# - replace ri with fastri
# - patch ri to search multiple indexes (one per package), so RPMs can install ri docs
# - fix inconsistencies with versioned vs not-versioned dirs (see dirname hacks in configure)
-# - fix requires/provides 'ruby(abi) = '
# - nil this macro: %ruby_mod_ver_requires_eq "Requires: ruby-modules(ver) = "
-# - fix tk build
-# - %ruby_version is empty and rpm error then
# - vendor packages get installed to /usr/share/ruby/vendor_ruby/PACKAGE, which
# will be installed fine on ruby < 2.0, but not usable as path not in include
# path, how to force vendor packages built with ruby 2.0 pull ruby 2.0?
@@ -14,7 +11,7 @@
#
# Conditional build:
%bcond_without doc # skip (time-consuming) docs generating; intended for speed up test builds
-%bcond_without tk # skip building package with Tk bindings
+%bcond_with tk # build Tk bindings (tcl8.6 is not supported)
%bcond_without batteries # Don't include rubygems, json, rake, minitest
%bcond_without default_ruby # use this Ruby as default system Ruby
%bcond_with bootstrap # build bootstrap version
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby.git/commitdiff/d1c4fb795daf0481d96fd221835877108761caa6
More information about the pld-cvs-commit
mailing list