Rebuild for ocaml-tyxml 4.5.0.

This commit is contained in:
Jerry James 2021-04-23 10:05:20 -06:00
parent ababe4f5c5
commit d279a1734a
1 changed files with 4 additions and 6 deletions

View File

@ -6,7 +6,7 @@
Name: ocaml-%{srcname}
Version: 1.5.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Documentation compiler for OCaml and Reason
License: MIT
@ -86,11 +86,6 @@ find _build/default/_doc/_html -name .dune-keep -delete
# We install the documentation with the doc macro
rm -fr %{buildroot}%{_prefix}/doc
%ifarch %{ocaml_native_compiler}
# Add missing executable bits
find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod 0755 {} \+
%endif
# Install the man page
mkdir -p %{buildroot}%{_mandir}/man1
_build/install/default/bin/odoc --help groff > %{buildroot}%{_mandir}/man1/odoc.1
@ -137,6 +132,9 @@ dune runtest
%license LICENSE.md
%changelog
* Fri Apr 23 2021 Jerry James <loganjerry@gmail.com> - 1.5.2-4
- Rebuild for ocaml-tyxml 4.5.0
* Tue Feb 2 2021 Richard W.M. Jones <rjones@redhat.com> - 1.5.2-3
- Bump and rebuild for updated ocaml-camomile dep (RHBZ#1923853).