Disable debuginfo.

This commit is contained in:
Richard W.M. Jones 2020-08-03 22:10:06 +01:00
parent 180f7e16c6
commit c31db8ac96
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,9 @@
# I couldn't get the -g option to be passed reliably everywhere.
%global debug_package %{nil}
Name: ocaml-omake Name: ocaml-omake
Version: 0.10.3 Version: 0.10.3
Release: 26%{?dist} Release: 27%{?dist}
Summary: Build system with automated dependency analysis Summary: Build system with automated dependency analysis
License: LGPLv2+ with exceptions and GPLv2+ and BSD License: LGPLv2+ with exceptions and GPLv2+ and BSD
@ -49,7 +52,6 @@ features many additional enhancements, including the following.
./configure -prefix %{_prefix} ./configure -prefix %{_prefix}
make all make all
%install %install
make install \ make install \
INSTALL_ROOT=$RPM_BUILD_ROOT INSTALL_ROOT=$RPM_BUILD_ROOT
@ -65,6 +67,9 @@ make install \
%changelog %changelog
* Mon Aug 03 2020 Richard W.M. Jones <rjones@redhat.com> - 0.10.3-27
- Disable debuginfo.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.3-26 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.3-26
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild