From 9e2ea54b7e3a74b9fb980c57d56c520d2eee844b5ad64e304b172dd4fc498c8d Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Mon, 9 Nov 2015 09:31:03 +0000 Subject: [PATCH] Accepting request 343096 from home:frispete:ocaml - don't use make -jN for build - require ocaml explicitly for build OBS-URL: https://build.opensuse.org/request/show/343096 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=2 --- ocaml-cppo.changes | 6 ++++++ ocaml-cppo.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ocaml-cppo.changes b/ocaml-cppo.changes index 560bd06..a39765a 100644 --- a/ocaml-cppo.changes +++ b/ocaml-cppo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 9 09:29:20 UTC 2015 - hpj@urpla.net + +- don't use make -jN for build +- require ocaml explicitly for build + ------------------------------------------------------------------- Sat Jan 3 18:52:35 UTC 2015 - hpj@urpla.net diff --git a/ocaml-cppo.spec b/ocaml-cppo.spec index 2cf2404..0ffb667 100644 --- a/ocaml-cppo.spec +++ b/ocaml-cppo.spec @@ -24,6 +24,7 @@ Summary: The C preprocessor written in OCaml Url: http://mjambon.com/cppo.html Group: Development/Libraries/Other Source: http://mjambon.com/releases/cppo/cppo-%{version}.tar.gz +BuildRequires: ocaml BuildRequires: ocaml-easy-format BuildRequires: ocaml-findlib BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -45,7 +46,7 @@ robustness of cppo across OCaml versions. %setup -qn cppo-%{version} %build -make %{?_smp_mflags} +make %install export OCAMLFIND_DESTDIR=%{buildroot}$(ocamlfind printconf destdir)