]> git.pld-linux.org Git - packages/R.git/commitdiff
- make with -j1
authorlisu <lisu@pld-linux.org>
Thu, 6 May 2010 09:34:30 +0000 (09:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    R.spec -> 1.134

R.spec

diff --git a/R.spec b/R.spec
index 9f239ad63307c2eac82dfd768dcdd8fce7b30488..b98d6c625359a2c25d27aa3f3fd0e4a3f883cdc3 100644 (file)
--- a/R.spec
+++ b/R.spec
@@ -17,7 +17,7 @@ Summary:      A language for data analysis and graphics
 Summary(pl.UTF-8):     Język do analizy danych oraz grafiki
 Name:          R
 Version:       2.11.0
-Release:       3
+Release:       4
 License:       Mixed (distributable), mostly GPL
 Group:         Development/Languages
 # CRAN master site: ftp://cran.r-project.org/pub/R/src/
@@ -117,9 +117,9 @@ implementacja i semantyka wywodzi się ze Scheme.
        --with-x \
        --with-recommended-packages
 
-%{__make}
+%{__make} -j1
 %if %{with tests}
-%{__make} check
+%{__make} -j1 check
 %endif
 %{__make} docs pdf info
 
This page took 0.653159 seconds and 4 git commands to generate.