forked from pool/ocaml-cppo
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
This commit is contained in:
parent
d1c09c81b8
commit
9e2ea54b7e
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user