- disable debuginfo subpackage on interpreted builds

This commit is contained in:
Dan Horák 2016-10-19 19:20:17 +02:00
parent 2e4d92305a
commit 3785237e89
1 changed files with 7 additions and 1 deletions

View File

@ -1,8 +1,11 @@
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
%if ! %opt
%global debug_package %{nil}
%endif
Name: ocaml-base64
Version: 2.0.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Base64 library for OCaml
License: ISC
@ -74,6 +77,9 @@ popd
%changelog
* Wed Oct 19 2016 Dan Horák <dan[at]danny.cz> - 2.0.0-5
- disable debuginfo subpackage on interpreted builds
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild