From bc1fd4e435483918985792ddd3ad09f2610636f2 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Thu, 25 Aug 2022 22:34:42 -0500 Subject: [PATCH] Include MinGW debuginfo packages --- FAudio.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/FAudio.spec b/FAudio.spec index 65262ea..42a8002 100644 --- a/FAudio.spec +++ b/FAudio.spec @@ -1,6 +1,6 @@ Name: FAudio Version: 22.08 -Release: 1%{?dist} +Release: 2%{?dist} Summary: FNA is a reimplementation of the Microsoft XNA Game Studio 4.0 Refresh libraries License: zlib @@ -53,7 +53,7 @@ BuildArch: noarch %description -n mingw32-%{name} -%{summary} +%{summary}. %package -n mingw64-%{name} @@ -62,7 +62,10 @@ BuildArch: noarch %description -n mingw64-%{name} -%{summary} +%{summary}. + + +%{?mingw_debug_package} %prep @@ -86,6 +89,7 @@ popd pushd ../mingw-build %mingw_make_install +%mingw_debug_install_post popd @@ -142,6 +146,9 @@ popd %changelog +* Thu Aug 25 2022 Michael Cronenworth - 22.08-2 +- Include MinGW debuginfo packages + * Mon Aug 22 2022 Michael Cronenworth - 22.08-1 - Update to 22.08 - Initial MinGW package