From 7e0e5d2120d30e7313da641c5fac2d79e51c82b7 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Sun, 14 Apr 2019 13:52:02 -0500 Subject: [PATCH] Fix debuginfo macro The default macro builds both 32-bit and 64-bit debuginfo packages, but we only need one debuginfo package here. I may split this package into the two arches, but for now it is x86 specific. --- wine-mono.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/wine-mono.spec b/wine-mono.spec index 7047a2c..a2b12e7 100644 --- a/wine-mono.spec +++ b/wine-mono.spec @@ -53,6 +53,7 @@ Requires: wine-filesystem %description Windows Mono library required for Wine. +%global mingw_build_win32 0 %{?mingw_debug_package} %prep