|
|
@ -1,18 +1,8 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
|
|
|
## (rpmautospec version 0.6.1)
|
|
|
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
|
|
|
release_number = 2;
|
|
|
|
|
|
|
|
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}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
Name: vulkan-volk
|
|
|
|
Name: vulkan-volk
|
|
|
|
Version: 1.3.283.0
|
|
|
|
Version: 1.3.283.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Meta loader for Vulkan API
|
|
|
|
Summary: Meta loader for Vulkan API
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -57,16 +47,8 @@ Conflicts: volk-devel
|
|
|
|
%{_libdir}/libvolk.a
|
|
|
|
%{_libdir}/libvolk.a
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* 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
|
|
|
|
* Tue May 28 2024 José Expósito <jexposit@redhat.com> - 1.3.283.0-1
|
|
|
|
- Update to 1.3.283.0 SDK
|
|
|
|
- Update to 1.3.283.0 SDK
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 31 2024 José Expósito <jexposit@redhat.com> - 1.3.268.0-2
|
|
|
|
* Thu Jan 11 2024 José Expósito <jexposit@redhat.com> - 1.3.270-1
|
|
|
|
- Make vulkan-volk-devel conflict with volk-devel
|
|
|
|
- Version 1.3.270
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|