|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: vkd3d
|
|
|
|
Name: vkd3d
|
|
|
|
Version: 1.2
|
|
|
|
Version: 1.3
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: D3D12 to Vulkan translation library
|
|
|
|
Summary: D3D12 to Vulkan translation library
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
@ -8,7 +8,9 @@ URL: https://source.winehq.org/git/vkd3d.git
|
|
|
|
Source0: https://dl.winehq.org/vkd3d/source/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://dl.winehq.org/vkd3d/source/%{name}-%{version}.tar.xz
|
|
|
|
Source1: https://dl.winehq.org/vkd3d/source/%{name}-%{version}.tar.xz.sign
|
|
|
|
Source1: https://dl.winehq.org/vkd3d/source/%{name}-%{version}.tar.xz.sign
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
BuildRequires: bison
|
|
|
|
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
BuildRequires: spirv-headers-devel
|
|
|
|
BuildRequires: spirv-headers-devel
|
|
|
@ -21,9 +23,9 @@ BuildRequires: xcb-util-wm-devel
|
|
|
|
# Wine does not build on aarch64 due to clang requires
|
|
|
|
# Wine does not build on aarch64 due to clang requires
|
|
|
|
# vulkan is not available in RHEL 7+ for aarch64 either
|
|
|
|
# vulkan is not available in RHEL 7+ for aarch64 either
|
|
|
|
%if 0%{?rhel} >= 7
|
|
|
|
%if 0%{?rhel} >= 7
|
|
|
|
ExclusiveArch: %{ix86} x86_64 %{arm}
|
|
|
|
ExclusiveArch: %{ix86} x86_64 %{arm}
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
|
|
|
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -122,7 +124,10 @@ find %{buildroot} -regextype egrep -regex '.*\.a$|.*\.la$' -delete
|
|
|
|
%{_includedir}/vkd3d/vkd3d.h
|
|
|
|
%{_includedir}/vkd3d/vkd3d.h
|
|
|
|
%{_includedir}/vkd3d/vkd3d_d3d12.h
|
|
|
|
%{_includedir}/vkd3d/vkd3d_d3d12.h
|
|
|
|
%{_includedir}/vkd3d/vkd3d_d3d12sdklayers.h
|
|
|
|
%{_includedir}/vkd3d/vkd3d_d3d12sdklayers.h
|
|
|
|
|
|
|
|
%{_includedir}/vkd3d/vkd3d_d3d9types.h
|
|
|
|
%{_includedir}/vkd3d/vkd3d_d3dcommon.h
|
|
|
|
%{_includedir}/vkd3d/vkd3d_d3dcommon.h
|
|
|
|
|
|
|
|
%{_includedir}/vkd3d/vkd3d_d3dcompiler.h
|
|
|
|
|
|
|
|
%{_includedir}/vkd3d/vkd3d_d3dx9shader.h
|
|
|
|
%{_includedir}/vkd3d/vkd3d_dxgibase.h
|
|
|
|
%{_includedir}/vkd3d/vkd3d_dxgibase.h
|
|
|
|
%{_includedir}/vkd3d/vkd3d_dxgiformat.h
|
|
|
|
%{_includedir}/vkd3d/vkd3d_dxgiformat.h
|
|
|
|
%{_includedir}/vkd3d/vkd3d_types.h
|
|
|
|
%{_includedir}/vkd3d/vkd3d_types.h
|
|
|
@ -159,6 +164,9 @@ find %{buildroot} -regextype egrep -regex '.*\.a$|.*\.la$' -delete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Mar 11 2022 - Michael Cronenworth <mike@cchtml.com> - 1.3-1
|
|
|
|
|
|
|
|
- version update
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-4
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|