]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- rel 2 auto/th/ruby-1_9_1_378-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 1 Mar 2010 01:21:21 +0000 (01:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- no parallel build

Changed files:
    ruby.spec -> 1.207

ruby.spec

index 120872a4c554d89c44fff752d68be9651356e389..1572a757b1e8cc2a7d6fcece40b40712f9734f68 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -15,7 +15,7 @@ Summary(pt_BR.UTF-8): Linguagem de script orientada a objeto
 Summary(zh_CN.UTF-8):  ruby - 一种快速高效的面向对象脚本编程语言
 Name:          ruby
 Version:       %{basever}.%{patchlevel}
-Release:       1
+Release:       2
 Epoch:         1
 License:       The Ruby License
 Group:         Development/Languages
@@ -217,10 +217,10 @@ cp -f /usr/share/automake/config.sub .
        --enable-shared \
        --enable-pthread
 
-%{__make}
+%{__make} -j1
 
 %if %{with doc}
-%{__make} rdoc
+%{__make} -j1 rdoc
 %endif
 
 %install
This page took 0.092194 seconds and 4 git commands to generate.