i9c
changed/i9c/vulkan-utility-libraries-1.3.268.0-4.el9
commit
a9221bdcb0
@ -0,0 +1 @@
|
||||
SOURCES/Vulkan-Utility-Libraries-sdk-1.3.268.0.tar.gz
|
@ -0,0 +1 @@
|
||||
af3ac4adc0ddb50a777e154f5d5ba36f8a79a801 SOURCES/Vulkan-Utility-Libraries-sdk-1.3.268.0.tar.gz
|
@ -0,0 +1,66 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: vulkan-utility-libraries
|
||||
Version: 1.3.268.0
|
||||
Release: 4%{?dist}
|
||||
Summary: Vulkan utility libraries
|
||||
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Utility-Libraries
|
||||
Source0: %url/archive/vulkan-sdk-%{version}.tar.gz#/Vulkan-Utility-Libraries-sdk-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: vulkan-headers
|
||||
|
||||
%description
|
||||
%{summary}
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: vulkan-headers
|
||||
Obsoletes: vulkan-validation-layers-devel < 1.3.268.0-2
|
||||
Provides: vulkan-validation-layers-devel = %{version}-%{release}
|
||||
Provides: vulkan-validation-layers-devel%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
%{summary}
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n Vulkan-Utility-Libraries-vulkan-sdk-%{version}
|
||||
|
||||
%build
|
||||
%cmake3 -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
|
||||
-DBUILD_TESTS:BOOL=OFF \
|
||||
-DVUL_WERROR:BOOL=OFF \
|
||||
-DUPDATE_DEPS:BOOL=OFF
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%files devel
|
||||
%license LICENSE.md
|
||||
%doc README.md
|
||||
%{_includedir}/vulkan/
|
||||
%{_libdir}/cmake/VulkanUtilityLibraries/*.cmake
|
||||
%{_libdir}/libVulkanLayerSettings.a
|
||||
|
||||
%changelog
|
||||
* Tue Apr 02 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.3.268.0-4
|
||||
- Initial build for MSVSphere 9.3
|
||||
|
||||
* Wed Jan 24 2024 José Expósito <jexposit@redhat.com> - 1.3.268.0-4
|
||||
- Move Provides and Obsoletes to the devel package section
|
||||
|
||||
* Tue Jan 23 2024 José Expósito <jexposit@redhat.com> - 1.3.268.0-3
|
||||
- Add Provides and Obsoletes vulkan-validation-layers-devel
|
||||
|
||||
* Mon Dec 11 2023 José Expósito <jexposit@redhat.com> - 1.3.268.0-2
|
||||
- Remove unwanted Requires: vulkan-utility-libraries
|
||||
|
||||
* Fri Nov 10 2023 José Expósito <jexposit@redhat.com> - 1.3.268.0-1
|
||||
- vulkan-utility-libraries 1.3.268.0
|
Loading…
Reference in new issue