Author: areq Date: Sat Apr 18 17:01:25 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - make -j1
---- Files affected: SPECS: ocaml-findlib.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: SPECS/ocaml-findlib.spec diff -u SPECS/ocaml-findlib.spec:1.30 SPECS/ocaml-findlib.spec:1.31 --- SPECS/ocaml-findlib.spec:1.30 Sat Apr 18 18:46:10 2009 +++ SPECS/ocaml-findlib.spec Sat Apr 18 19:01:19 2009 @@ -4,7 +4,7 @@ Summary(pl.UTF-8): Zarządca modułów OCamla Name: ocaml-findlib Version: 1.2.4 -Release: 1 +Release: 2 License: distributable Group: Development/Tools Source0: http://www.ocaml-programming.de/packages/findlib-%{version}.tar.gz @@ -64,7 +64,7 @@ sed -e 's/-g//' Makefile > Makefile.tmp mv -f Makefile.tmp Makefile -%{__make} all opt +%{__make} -j1 all opt %install rm -rf $RPM_BUILD_ROOT @@ -112,6 +112,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2009/04/18 17:01:19 areq +- make -j1 + Revision 1.30 2009/04/18 16:46:10 areq - 1.2.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ocaml-findlib.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
