From: Jakub Bogusz Date: Wed, 8 Mar 2023 21:23:29 +0000 (+0100) Subject: - disable debug packages X-Git-Tag: auto/th/dragonbox-1.1.3-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=d25c14f60293580f7e69701f5bc3abd52cb6f9ca;p=packages%2Fdragonbox.git - disable debug packages --- diff --git a/dragonbox.spec b/dragonbox.spec index 9ee9e98..0cd3d93 100644 --- a/dragonbox.spec +++ b/dragonbox.spec @@ -14,6 +14,9 @@ BuildRequires: rpmbuild(macros) >= 1.605 BuildRequires: libstdc++-devel >= 6:7 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# only static library, debuginfo not supported +%define _enable_debug_packages 0 + %description This library is a reference implementation of Dragonbox in C++.