Compare commits
No commits in common. "c9s" and "c9-beta" have entirely different histories.
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
||||
/1.3.270.tar.gz
|
||||
/Vulkan-Volk-sdk-1.3.283.0.tar.gz
|
||||
/Vulkan-Volk-sdk-1.4.304.0.tar.gz
|
||||
/Vulkan-Volk-sdk-1.4.313.0.tar.gz
|
||||
/Vulkan-Volk-sdk-1.4.328.1.tar.gz
|
||||
SOURCES/Vulkan-Volk-sdk-1.4.313.0.tar.gz
|
||||
|
||||
1
.vulkan-volk.metadata
Normal file
1
.vulkan-volk.metadata
Normal file
@ -0,0 +1 @@
|
||||
dff741305f295a997b84d1f368df4827e8d55c84 SOURCES/Vulkan-Volk-sdk-1.4.313.0.tar.gz
|
||||
81
SPECS/vulkan-volk.spec
Normal file
81
SPECS/vulkan-volk.spec
Normal file
@ -0,0 +1,81 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 1;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: vulkan-volk
|
||||
Version: 1.4.313.0
|
||||
Release: %autorelease
|
||||
Summary: Meta loader for Vulkan API
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/zeux/volk
|
||||
Source0: %url/archive/vulkan-sdk-%{version}.tar.gz#/Vulkan-Volk-sdk-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: vulkan-headers
|
||||
|
||||
%description
|
||||
%{summary}
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
Requires: vulkan-headers
|
||||
Conflicts: volk-devel
|
||||
|
||||
%description devel
|
||||
%{summary}
|
||||
|
||||
%prep
|
||||
%autosetup -n volk-vulkan-sdk-%{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
|
||||
%dir %{_libdir}/cmake/volk
|
||||
%{_includedir}/volk.h
|
||||
%{_includedir}/volk.c
|
||||
%{_libdir}/cmake/volk/*.cmake
|
||||
%{_libdir}/libvolk.a
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Fri Jun 20 2025 Anusha Srivatsa <asrivats@redhat.com> - 1.4.313.0-1
|
||||
- Update to SDK v1.4.313
|
||||
|
||||
* Tue Jan 21 2025 José Expósito <jexposit@redhat.com> - 1.4.304.0-1
|
||||
- Update to 1.4.304.0 SDK
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.3.283.0-3
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.3.283.0-2
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Tue May 28 2024 José Expósito <jexposit@redhat.com> - 1.3.283.0-1
|
||||
- Update to 1.3.283.0 SDK
|
||||
|
||||
* Wed Jan 31 2024 José Expósito <jexposit@redhat.com> - 1.3.268.0-2
|
||||
- Make vulkan-volk-devel conflict with volk-devel
|
||||
|
||||
* Wed Jan 31 2024 José Expósito <jexposit@redhat.com> - 1.3.268.0-1
|
||||
- vulkan-volk v1.3.268.0
|
||||
## END: Generated by rpmautospec
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (Vulkan-Volk-sdk-1.4.328.1.tar.gz) = 316e6bf1d918e216e05874717ad96576625281c142a5652a81bae499723d8918be7ec45abba09be466aadebf8cba3257c8c204426d72958356eb86eb6ea654b4
|
||||
@ -1,60 +0,0 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: vulkan-volk
|
||||
Version: 1.4.328.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Meta loader for Vulkan API
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/zeux/volk
|
||||
Source0: %url/archive/vulkan-sdk-%{version}.tar.gz#/Vulkan-Volk-sdk-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: vulkan-headers
|
||||
|
||||
%description
|
||||
%{summary}
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
Requires: vulkan-headers
|
||||
Conflicts: volk-devel
|
||||
|
||||
%description devel
|
||||
%{summary}
|
||||
|
||||
%prep
|
||||
%autosetup -n volk-vulkan-sdk-%{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
|
||||
%dir %{_libdir}/cmake/volk
|
||||
%{_includedir}/volk.h
|
||||
%{_includedir}/volk.c
|
||||
%{_libdir}/cmake/volk/*.cmake
|
||||
%{_libdir}/libvolk.a
|
||||
|
||||
%changelog
|
||||
* Wed 07 2026 José Expósito <jexposit@redhat.com> - 1.4.328.1-1
|
||||
- Update to 1.4.328.1 SDK
|
||||
|
||||
* Thu Jun 26 2025 Anusha Srivatsa <asrivats@redhat.com> - 1.4.313.0-1
|
||||
- Update to 1.4.313.0 SDK
|
||||
|
||||
* Mon Jan 20 2025 José Expósito <jexposit@redhat.com> - 1.4.304.0-1
|
||||
- Update to 1.4.304.0 SDK
|
||||
|
||||
* Thu Jan 11 2024 José Expósito <jexposit@redhat.com> - 1.3.270-1
|
||||
- Version 1.3.270
|
||||
Loading…
Reference in New Issue
Block a user