Include MinGW debuginfo packages

f37
Michael Cronenworth 2 years ago
parent b5d9125881
commit 36fda9af21

@ -1,6 +1,6 @@
Name: vkd3d
Version: 1.4
Release: 2%{?dist}
Release: 3%{?dist}
Summary: D3D12 to Vulkan translation library
License: LGPLv2+
@ -116,7 +116,7 @@ BuildArch: noarch
%description -n mingw32-%{name}
%{summary}
%{summary}.
%package -n mingw64-%{name}
@ -125,7 +125,10 @@ BuildArch: noarch
%description -n mingw64-%{name}
%{summary}
%{summary}.
%{?mingw_debug_package}
%prep
@ -149,6 +152,7 @@ popd
%make_install
pushd ../mingw-build
%mingw_make_install
%mingw_debug_install_post
popd
#Remove libtool files and static libraries
@ -237,6 +241,9 @@ find %{buildroot} -regextype egrep -regex '.*\.a$|.*\.la$' ! -iname '*.dll.a' -d
%changelog
* Thu Aug 25 2022 - Michael Cronenworth <mike@cchtml.com> - 1.4-3
- Include MinGW debuginfo packages
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

Loading…
Cancel
Save