]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- Provide json/rake/rubygems when building with batteries
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Sep 2011 19:49:33 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby.spec -> 1.231

ruby.spec

index e4ece00aea3c6b645978e029ef04d9fd04159234..be9707d06aba28b66554de991854bf8524fc6413 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -1,8 +1,8 @@
 #
 # 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
@@ -59,6 +59,10 @@ Obsoletes:   ruby-REXML
 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
This page took 0.083868 seconds and 4 git commands to generate.