|
|
|
@ -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 <mike@cchtml.com> - 22.08-2
|
|
|
|
|
- Include MinGW debuginfo packages
|
|
|
|
|
|
|
|
|
|
* Mon Aug 22 2022 Michael Cronenworth <mike@cchtml.com> - 22.08-1
|
|
|
|
|
- Update to 22.08
|
|
|
|
|
- Initial MinGW package
|
|
|
|
|