Author: areq Date: Sat Apr 18 17:03:10 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - make -j1
---- Files affected: SPECS: ocaml-ssl.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/ocaml-ssl.spec diff -u SPECS/ocaml-ssl.spec:1.6 SPECS/ocaml-ssl.spec:1.7 --- SPECS/ocaml-ssl.spec:1.6 Sat Apr 18 18:50:35 2009 +++ SPECS/ocaml-ssl.spec Sat Apr 18 19:03:04 2009 @@ -4,7 +4,7 @@ Summary(pl.UTF-8): Wiązania OpenSSL do OCamla Name: ocaml-ssl Version: 0.4.3 -Release: 1 +Release: 2 License: LGPL + OCaml linking exception Group: Libraries Source0: http://dl.sourceforge.net/savonet/%{name}-%{version}.tar.gz @@ -39,7 +39,7 @@ %build %configure -%{__make} +%{__make} -j1 %install rm -rf $RPM_BUILD_ROOT @@ -79,6 +79,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2009/04/18 17:03:04 areq +- make -j1 + Revision 1.6 2009/04/18 16:50:35 areq - 0.4.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ocaml-ssl.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
