Compare commits
No commits in common. "rawhide" and "f39" have entirely different histories.
4 changed files with 10 additions and 31 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -29,14 +29,3 @@
|
|||
/Vulkan-Loader-sdk-1.3.261.1.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.268.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.275.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.280.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.283.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.290.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.296.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.304.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.309.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.313.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.321.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.328.1.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.341.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.350.0.tar.gz
|
||||
|
|
|
|||
15
.packit.yaml
15
.packit.yaml
|
|
@ -1,15 +0,0 @@
|
|||
# packit config for vulkan-loader
|
||||
# Build Stage 2 - depends on vulkan-headers
|
||||
|
||||
jobs:
|
||||
- job: koji_build
|
||||
trigger: commit | koji_build
|
||||
allowed_committers: [all_admins]
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
sidetag_group: vulkan-sdk-releases
|
||||
dependencies:
|
||||
- vulkan-headers
|
||||
dependents:
|
||||
- vulkan-utility-libraries
|
||||
- vulkan-volk
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (Vulkan-Loader-sdk-1.4.350.0.tar.gz) = 5d9829bed6e166b598e6769b6263c0d0408ba578c3e99b460e1ca2a5b13bd0ea38f315953f6ad74567fbd7025143050704b87e2ea11e6689c41675220e115ce1
|
||||
SHA512 (Vulkan-Loader-sdk-1.3.275.0.tar.gz) = 965bfeb238d088f80d36a3a5711be5de48c7c8547710bc0b0888ff36e5b36d37eb540c02e7aec04e4bf21129cfccd2e31e700010c7caecfd35403ba8e619beee
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: vulkan-loader
|
||||
Version: 1.4.350.0
|
||||
Version: 1.3.275.0
|
||||
Release: %autorelease
|
||||
Summary: Vulkan ICD desktop loader
|
||||
|
||||
|
|
@ -9,7 +9,7 @@ Source0: %url/archive/vulkan-sdk-%{version}.tar.gz#/Vulkan-Loader-sdk-%{v
|
|||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: vulkan-headers = %{version}
|
||||
|
|
@ -26,7 +26,13 @@ Obsoletes: vulkan < %{version}-%{release}
|
|||
Provides: vulkan-filesystem = %{version}-%{release}
|
||||
Obsoletes: vulkan-filesystem < %{version}-%{release}
|
||||
|
||||
%if 0%{?fedora} <= 27
|
||||
%ifarch x86_64 i686
|
||||
Requires: mesa-vulkan-drivers%{?_isa}
|
||||
%endif
|
||||
%else
|
||||
Recommends: mesa-vulkan-drivers%{?_isa}
|
||||
%endif
|
||||
|
||||
%description
|
||||
This project provides the Khronos official Vulkan ICD desktop
|
||||
|
|
@ -50,7 +56,7 @@ developing applications that use %{name}.
|
|||
|
||||
|
||||
%build
|
||||
%cmake -GNinja -DCMAKE_BUILD_TYPE=Release
|
||||
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release
|
||||
%cmake_build
|
||||
|
||||
|
||||
|
|
@ -82,7 +88,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
|
|||
%files devel
|
||||
%{_libdir}/pkgconfig/vulkan.pc
|
||||
%{_libdir}/*.so
|
||||
%dir %{_libdir}/cmake/VulkanLoader/
|
||||
%{_libdir}/cmake/VulkanLoader/*.cmake
|
||||
|
||||
%changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue