[packages/guile-redis] - disable debug packages (no machine code here)
qboosh
qboosh at pld-linux.org
Sun Mar 30 08:19:39 CEST 2025
commit b5b5f89bc569fae6a86ecc70fbd4861a6801b906
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 30 08:21:51 2025 +0200
- disable debug packages (no machine code here)
guile-redis.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/guile-redis.spec b/guile-redis.spec
index 2c9f77e..595720d 100644
--- a/guile-redis.spec
+++ b/guile-redis.spec
@@ -14,6 +14,9 @@ BuildRequires: pkgconfig
Requires: guile-libs >= 5:2.2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _enable_debug_packages 0
+%define _noautostrip .*.go
+
%description
guile-redis is a Guile module for the Redis (<https://redis.io/>)
key-value data store. It provides all commands up to Redis 7.0 and
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/guile-redis.git/commitdiff/b5b5f89bc569fae6a86ecc70fbd4861a6801b906
More information about the pld-cvs-commit
mailing list