[packages/dyncall] - disable debugsource packages (not working with only static libs?)
qboosh
qboosh at pld-linux.org
Fri Jan 13 21:14:43 CET 2023
commit 121edfd9ecdf1a4f2234eae2b9b5a9b489e2fe5d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jan 13 21:15:52 2023 +0100
- disable debugsource packages (not working with only static libs?)
dyncall.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/dyncall.spec b/dyncall.spec
index 320d10f..bf861f3 100644
--- a/dyncall.spec
+++ b/dyncall.spec
@@ -17,6 +17,7 @@ Patch0: %{name}-libdir.patch
Patch1: %{name}-cmake.patch
URL: https://dyncall.org/
BuildRequires: cmake >= 2.6
+BuildRequires: rpm-build >= 4.6
%if %{with doc}
BuildRequires: texlive-format-pdflatex
BuildRequires: texlive-latex
@@ -29,6 +30,8 @@ BuildRequires: texlive-latex-moreverb
ExclusiveArch: %{ix86} %{x8664} x32 %{arm} aarch64 ia64 mips mips64 ppc ppc64 sh sparc sparcv9 sparc64
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _debugsource_packages 0
+
%description
dyncall is a low-level toolkit providing a portable abstraction for
handling native code dynamically at run time.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dyncall.git/commitdiff/121edfd9ecdf1a4f2234eae2b9b5a9b489e2fe5d
More information about the pld-cvs-commit
mailing list