- disable debuginfo subpackage on interpreted builds

This commit is contained in:
Dan Horák 2016-10-19 16:51:24 +02:00
parent 3a6663ddfa
commit 2f2f6e6f8b
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-cil
Version: 1.7.3
Release: 25%{?dist}
Release: 26%{?dist}
Summary: CIL - Infrastructure for C Program Analysis and Transformation
License: BSD
@ -189,6 +192,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Oct 19 2016 Dan Horák <dan[at]danny.cz> - 1.7.3-26
- disable debuginfo subpackage on interpreted builds
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.7.3-25
- Perl 5.24 rebuild