Compare commits

...

4 Commits
f33 ... rawhide

Author SHA1 Message Date
Richard W.M. Jones
a4fb8dc0b9 Make documentation conditional. 2021-03-01 16:17:08 +00:00
Richard W.M. Jones
dfb065f174 OCaml 4.12.0 build 2021-03-01 15:56:27 +00:00
Richard W.M. Jones
58033a3217 Bump and rebuild for updated ocaml-camomile dep (RHBZ#1923853). 2021-02-02 10:15:25 +00:00
Fedora Release Engineering
ecbd948835 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 22:00:28 +00:00

View File

@ -2,11 +2,15 @@
%global debug_package %{nil}
%endif
# Documentation adds a circular dependency, so by
# default we build without.
%bcond_with doc
%global srcname mew
Name: ocaml-%{srcname}
Version: 0.1.0
Release: 5%{?dist}
Release: 8%{?dist}
Summary: Modal Editing Witch
License: MIT
@ -15,7 +19,9 @@ Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
BuildRequires: ocaml >= 4.02.3
BuildRequires: ocaml-dune >= 1.1.0
%if %{with doc}
BuildRequires: ocaml-odoc
%endif
BuildRequires: ocaml-result-devel
BuildRequires: ocaml-trie-devel
@ -43,13 +49,17 @@ files for developing applications that use %{name}.
%build
dune build %{?_smp_mflags}
%if %{with doc}
dune build %{?_smp_mflags} @doc
%endif
%install
dune install --destdir=%{buildroot}
%if %{with doc}
# We do not want the dune markers
find _build/default/_doc/_html -name .dune-keep -delete
%endif
# We do not want the ml files
find %{buildroot}%{_libdir}/ocaml -name \*.ml -delete
@ -78,7 +88,9 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+
%endif
%files devel
%if %{with doc}
%doc _build/default/_doc/*
%endif
%{_libdir}/ocaml/%{srcname}/META
%{_libdir}/ocaml/%{srcname}/dune-package
%{_libdir}/ocaml/%{srcname}/opam
@ -90,6 +102,16 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+
%{_libdir}/ocaml/%{srcname}/%{srcname}*.cmt
%changelog
* Mon Mar 1 15:56:26 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 0.1.0-8
- OCaml 4.12.0 build
- Make documentation conditional.
* Tue Feb 2 2021 Richard W.M. Jones <rjones@redhat.com> - 0.1.0-7
- Bump and rebuild for updated ocaml-camomile dep (RHBZ#1923853).
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 0.1.0-5
- OCaml 4.11.1 rebuild