Rebuild for ocaml-ppxlib 0.22.1.
This commit is contained in:
parent
078f748ced
commit
7e23f81bd5
@ -8,7 +8,7 @@
|
||||
|
||||
Name: ocaml-%{srcname}
|
||||
Version: 0.14.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Syntax extension for writing inline tests in OCaml code
|
||||
|
||||
License: MIT
|
||||
@ -60,11 +60,6 @@ find %{buildroot}%{_libdir}/ocaml -name \*.ml -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 a+x {} \+
|
||||
%endif
|
||||
|
||||
%files
|
||||
%doc CHANGES.md README.md
|
||||
%license LICENSE.md
|
||||
@ -116,6 +111,9 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+
|
||||
%{_libdir}/ocaml/%{upname}/runner/lib/*.cmt
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2021 Jerry James <loganjerry@gmail.com> - 0.14.1-6
|
||||
- Rebuild for ocaml-ppxlib 0.22.1
|
||||
|
||||
* Tue Mar 2 10:32:22 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 0.14.1-5
|
||||
- OCaml 4.12.0 build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user