Author: lisu Date: Thu May 6 09:34:36 2010 GMT Module: packages Tag: HEAD ---- Log message: - make with -j1
---- Files affected: packages/R: R.spec (1.133 -> 1.134) ---- Diffs: ================================================================ Index: packages/R/R.spec diff -u packages/R/R.spec:1.133 packages/R/R.spec:1.134 --- packages/R/R.spec:1.133 Thu May 6 10:44:37 2010 +++ packages/R/R.spec Thu May 6 11:34:30 2010 @@ -18,7 +18,7 @@ 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/ @@ -118,9 +118,9 @@ --with-x \ --with-recommended-packages -%{__make} +%{__make} -j1 %if %{with tests} -%{__make} check +%{__make} -j1 check %endif %{__make} docs pdf info @@ -224,6 +224,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.134 2010/05/06 09:34:30 lisu +- make with -j1 + Revision 1.133 2010/05/06 08:44:37 lisu - clean ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/R/R.spec?r1=1.133&r2=1.134&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
