[packages/dragonbox] - disable debug packages
qboosh
qboosh at pld-linux.org
Wed Mar 8 22:21:30 CET 2023
commit d25c14f60293580f7e69701f5bc3abd52cb6f9ca
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Mar 8 22:23:29 2023 +0100
- disable debug packages
dragonbox.spec | 3 +++
1 file changed, 3 insertions(+)
---
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++.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dragonbox.git/commitdiff/d25c14f60293580f7e69701f5bc3abd52cb6f9ca
More information about the pld-cvs-commit
mailing list