From 681adff956ec9917331178210a6165a58aad44da Mon Sep 17 00:00:00 2001 From: Jerry James Date: Jan 16 2020 19:21:33 +0000 Subject: Add ocaml-parsexp-devel R to -devel. Build in parallel. --- diff --git a/ocaml-sexplib.spec b/ocaml-sexplib.spec index 0254640..03b2efe 100644 --- a/ocaml-sexplib.spec +++ b/ocaml-sexplib.spec @@ -7,7 +7,7 @@ Name: ocaml-%{srcname} Version: 0.13.0 Epoch: 1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Automated S-expression conversion # The project as a whole is MIT, but code in the src subdirectory is BSD. @@ -30,6 +30,7 @@ S-expressions. Summary: Development files for %{name} Requires: %{name}%{?_isa} = 1:%{version}-%{release} Requires: ocaml-num-devel%{?_isa} +Requires: ocaml-parsexp-devel%{?_isa} %description devel The %{name}-devel package contains libraries and signature files for @@ -47,7 +48,7 @@ This package contains a vim syntax file for Sexplib. %autosetup -n %{srcname}-%{version} %build -dune build +dune build %{?_smp_mflags} %install dune install --destdir=%{buildroot} @@ -112,6 +113,10 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod 0755 {} \+ %{vimfiles_root}/syntax/sexplib.vim %changelog +* Thu Jan 16 2020 Jerry James - 1:0.13.0-2 +- Add ocaml-parsexp-devel R to -devel +- Build in parallel + * Fri Jan 10 2020 Jerry James - 1:0.13.0-1 - Switch to the Jane Street version