Enable bytecode compilation.

This commit is contained in:
Richard W.M. Jones 2015-07-21 11:41:37 +01:00
parent 0ac24ab941
commit 0ffcc5c217
1 changed files with 8 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Name: ocaml-biniou
Version: 1.0.9
Release: 15%{?dist}
Release: 16%{?dist}
Summary: Safe and fast binary data format
License: BSD
@ -75,7 +75,11 @@ mv $RPM_BUILD_ROOT%{_bindir}/{,ocaml-}bdump
%check
# The upstream Makefile doesn't know how to build the tests
# without ocamlopt, so:
%if %opt
make test
%endif
%files
@ -103,6 +107,9 @@ make test
%changelog
* Tue Jul 21 2015 Richard W.M. Jones <rjones@redhat.com> - 1.0.9-16
- Enable bytecode compilation.
* Wed Jun 24 2015 Richard W.M. Jones <rjones@redhat.com> - 1.0.9-15
- Bump release and rebuild.