https://bugzilla.redhat.com/show_bug.cgi?id=2152207



--- Comment #7 from FrantiĊĦek Zatloukal <[email protected]> ---
(In reply to Sandro Mani from comment #6)
> You need
> 
> %{?mingw_debug_package}
> 
> and after %install
> 
> %mingw_debug_install_post

Thanks!

It, however, ended the same way. Posting here the updated section of the spec:

%description wine-d3d9
%{summary}

%{?mingw_debug_package}

%prep
%autosetup -n dxvk-%{version} -p1

# Copy out system include directories for spirv, vulkan and DirectX
mkdir -p ./include/vulkan/include && cp -R /usr/include/vulkan
./include/vulkan/include
mkdir -p ./include/spirv/include && cp -R /usr/include/spirv
./include/spirv/include

%build
### Wine
%mingw_meson --buildtype=plain --wrap-mode=nodownload --auto-features=enabled
--cross-file ../build-win%{target_x86_type}.txt --buildtype release
%mingw_ninja

%install
### Wine
%mingw_ninja_install
%mingw_debug_install_post


If I get %mingw_debug_install_post at the absolute end of the install section,
the error is different...
Processing files: mingw64-dxvk-debuginfo-2.0-1.fc38.noarch
error: Could not open %files file
/builddir/build/BUILD/dxvk-2.0/mingw64-debugfiles.list: No such file or
directory


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2152207
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to