Version 1.3.270

Resolves: https://issues.redhat.com/browse/RHELPLAN-168965
This commit is contained in:
José Expósito 2024-01-11 17:17:00 +01:00
parent bb2f5128ff
commit 6b9adc713a
4 changed files with 59 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
/1.3.270.tar.gz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (1.3.270.tar.gz) = 8a1d827126a29678986c8430d95def5a8430b18aba7ff66c4ac961bd9348fcffb91da257299af486cae5a3976ce04c2d0eb38ad2f915a33b496c5133460aaa81

51
vulkan-volk.spec Normal file
View File

@ -0,0 +1,51 @@
%global debug_package %{nil}
Name: vulkan-volk
Version: 1.3.270
Release: 1%{?dist}
Summary: Meta loader for Vulkan API
License: MIT
URL: https://github.com/zeux/volk
Source0: %url/archive/refs/tags/%{version}.tar.gz
BuildRequires: gcc
BuildRequires: cmake3
BuildRequires: vulkan-headers
Conflicts: volk
%description
%{summary}
%package devel
Summary: Development files for %{name}
Provides: %{name}-static = %{version}-%{release}
Requires: vulkan-headers
%description devel
%{summary}
%prep
%autosetup -n volk-%{version} -p1
%build
%cmake3 -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
-DVOLK_INSTALL:BOOL=ON
%cmake_build
%install
%cmake_install
%files devel
%license LICENSE.md
%doc README.md
%{_includedir}/volk.h
%{_includedir}/volk.c
%{_libdir}/cmake/volk/*.cmake
%{_libdir}/libvolk.a
%changelog
* Thu Jan 11 2024 José Expósito <jexposit@redhat.com> - 1.3.270-1
- Version 1.3.270