packages: ruby/ruby.spec - Provide json/rake/rubygems when building with ba...
qboosh
qboosh at pld-linux.org
Sat Sep 10 21:49:39 CEST 2011
Author: qboosh Date: Sat Sep 10 19:49:39 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- Provide json/rake/rubygems when building with batteries
---- Files affected:
packages/ruby:
ruby.spec (1.230 -> 1.231)
---- Diffs:
================================================================
Index: packages/ruby/ruby.spec
diff -u packages/ruby/ruby.spec:1.230 packages/ruby/ruby.spec:1.231
--- packages/ruby/ruby.spec:1.230 Wed Aug 31 22:19:21 2011
+++ packages/ruby/ruby.spec Sat Sep 10 21:49:33 2011
@@ -1,9 +1,9 @@
# $Revision$, $Date$
#
# Conditional build:
-%bcond_without doc # skip (time-consuming) docs generating; intended for speed up test builds
-%bcond_without emacs # skip building package with ruby-mode for emacs
-%bcond_without tk # skip building package with Tk bindings
+%bcond_without doc # skip (time-consuming) docs generating; intended for speed up test builds
+%bcond_without emacs # skip building package with ruby-mode for emacs
+%bcond_without tk # skip building package with Tk bindings
%bcond_without batteries # Don't include rubygems, json or rake
#
%define ruby_ver 1.9
@@ -60,6 +60,10 @@
Obsoletes: ruby-doc < 1.8.4
Obsoletes: ruby-fastthread
%if %{with batteries}
+Provides: ruby-rake = %{rake_ver}
+# which versions?
+Provides: ruby-json
+Provides: ruby-rubygems
Obsoletes: ruby-json
Obsoletes: ruby-rake
Obsoletes: ruby-rubygems
@@ -440,6 +444,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.231 2011/09/10 19:49:33 qboosh
+- Provide json/rake/rubygems when building with batteries
+
Revision 1.230 2011/08/31 20:19:21 arekm
- rel 6
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby/ruby.spec?r1=1.230&r2=1.231&f=u
More information about the pld-cvs-commit
mailing list