Blame SPECS/vulkan-validation-layers.spec

13853b
Name:           vulkan-validation-layers
1d2075
Version:        1.3.239.0
13853b
Release:        1%{?dist}
13853b
Summary:        Vulkan validation layers
13853b
13853b
License:        ASL 2.0
13853b
URL:            https://github.com/KhronosGroup/Vulkan-ValidationLayers
13853b
Source0:        %url/archive/sdk-%{version}.tar.gz#/Vulkan-ValidationLayers-sdk-%{version}.tar.gz
13853b
13853b
BuildRequires:  gcc
13853b
BuildRequires:  gcc-c++
13853b
BuildRequires:  cmake3
13853b
BuildRequires:  glslang-devel
13853b
BuildRequires:  ninja-build
13853b
BuildRequires:  python%{python3_pkgversion}-devel
13853b
BuildRequires:  spirv-tools-devel
13853b
BuildRequires:  spirv-headers-devel
1d2075
BuildRequires:  vulkan-headers
13853b
BuildRequires:  vulkan-loader-devel
13853b
BuildRequires:  pkgconfig(wayland-client)
13853b
BuildRequires:  pkgconfig(wayland-cursor)
13853b
BuildRequires:  pkgconfig(wayland-server)
13853b
BuildRequires:  pkgconfig(wayland-egl)
13853b
BuildRequires:  pkgconfig(x11)
13853b
BuildRequires:  pkgconfig(xrandr)
13853b
BuildRequires:  pkgconfig(xcb)
13853b
13853b
%description
13853b
Vulkan validation layers
13853b
13853b
%package        devel
13853b
Summary:        Development files for %{name}
13853b
Requires:       %{name}%{?_isa} = %{version}-%{release}
13853b
Requires:       vulkan-headers
13853b
13853b
%description    devel
13853b
The %{name}-devel package contains libraries and header files for
13853b
developing applications that use %{name}.
13853b
13853b
%prep
13853b
%autosetup -p1 -n Vulkan-ValidationLayers-sdk-%{version}
13853b
13853b
13853b
%build
13853b
# Decrease debuginfo verbosity to reduce memory consumption even more
13853b
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
13853b
%global optflags %(echo %{optflags} | sed 's/-O2 /-O1 /')
13853b
13853b
%cmake3 -DCMAKE_BUILD_TYPE=Release \
13853b
        -DGLSLANG_INSTALL_DIR=%{_prefix} \
13853b
        -DBUILD_LAYER_SUPPORT_FILES:BOOL=ON \
13853b
        -DUSE_ROBIN_HOOD_HASHING:BOOL=OFF \
1d2075
        -DSPIRV_HEADERS_INSTALL_DIR=%{_prefix} \
1d2075
        -DVULKAN_HEADERS_INSTALL_DIR=%{_prefix} \
1d2075
        -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}
13853b
%cmake_build
13853b
13853b
13853b
%install
13853b
%cmake_install
13853b
13853b
13853b
%ldconfig_scriptlets
13853b
13853b
13853b
%files
13853b
%license LICENSE.txt
13853b
%doc README.md CONTRIBUTING.md LAYER_CONFIGURATION.md
13853b
%{_datadir}/vulkan/explicit_layer.d/*.json
13853b
%{_libdir}/libVkLayer_*.so
13853b
13853b
%files devel
13853b
%{_includedir}/vulkan/
1d2075
%{_libdir}/libVkLayer_utils.a
13853b
13853b
%changelog
1d2075
* Wed Feb 15 2023 Dave Airlie <airlied@redhat.com> - 1.3.239.0-1
1d2075
- Update to latest 1.3.239.0
1d2075
48c51f
* Fri Aug 26 2022 Dave Airlie <airlied@redhat.com> - 1.3.224.0-1
48c51f
- Update to latest 1.3.224.0
48c51f
8c0109
* Wed Jun 22 2022 Dave Airlie <airlied@redhat.com> - 1.3.216.0-1
8c0109
- Update to latest 1.3.216.0
8c0109
13853b
* Fri Feb 25 2022 Dave Airlie <airlied@redhat.com> - 1.3.204.0-1
13853b
- Update to latest 1.3.204.0
13853b
13853b
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.182.0-3
13853b
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
13853b
  Related: rhbz#1991688
13853b
13853b
* Sat Aug 07 2021 Dave Airlie <airlied@redhat.com> - 1.2.182.0-2
13853b
- add missing GetEnvironment export
13853b
13853b
* Fri Jul 30 2021 Dave Airlie <airlied@redhat.com> - 1.2.182.0-1
13853b
- Update to latest 1.2.182.0 sdk
13853b
13853b
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.162.0-2
13853b
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
13853b
13853b
* Fri Jan 29 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-1
13853b
- Update to latest 1.2.162.0 release
13853b
13853b
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.154.0-3
13853b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
13853b
13853b
* Thu Dec 17 2020 Adam Jackson <ajax@redhat.com> - 1.2.154.0-2
13853b
- Add LAYER_CONFIGURATION.md to the docs
13853b
13853b
* Wed Nov 04 2020 Dave Airlie <airlied@redhat.com> - 1.2.154.0-1
13853b
- Update to 1.2.154.0
13853b
13853b
* Wed Aug 05 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.0-1
13853b
- Update to 1.2.148.0
13853b
13853b
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.135.0-3
13853b
- Second attempt - Rebuilt for
13853b
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
13853b
13853b
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.135.0-2
13853b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
13853b
13853b
* Wed Apr 22 2020 Dave Airlie <airlied@redhat.com> - 1.2.135.0-1
13853b
- Update validation layers to 1.2.135.0
13853b
13853b
* Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
13853b
- Update validation layers to 1.2.131.1
13853b
13853b
* Wed Nov 13 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-1
13853b
- Update validation layers to 1.1.126.0
13853b
13853b
* Wed Jul 31 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-1
13853b
- Update validation layers to 1.1.114.0
13853b
13853b
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.108.0-2
13853b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
13853b
13853b
* Tue Jun 25 2019 Dave Airlie <airlied@redhat.com> - 1.1.108.0-1
13853b
- Update valdiation layers to 1.1.108.0
13853b
13853b
* Wed Mar 06 2019 Dave Airlie <airlied@redhat.com> - 1.1.101.0-1
13853b
- Update valdiation layers to 1.1.101.0
13853b
13853b
* Wed Feb 13 2019 Dave Airlie <airlied@redhat.com> - 1.1.97.0-1
13853b
- Update validation layers to 1.1.97.0
13853b
13853b
* Wed Feb 13 2019 Dave Airlie <airlied@redhat.com> - 1.1.92.0-1
13853b
- Update validation layers to 1.1.92.0
13853b
13853b
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.82.0-2
13853b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
13853b
13853b
* Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
13853b
- Update to 1.1.82.0
13853b
13853b
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-4
13853b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
13853b
13853b
* Tue Jun 26 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-3
13853b
- Workaround i686 build issue
13853b
13853b
* Tue Jun 26 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-2
13853b
- Exclude i686 due to 'virtual memory exhausted' FTBFS
13853b
13853b
* Sat Jun 23 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
13853b
- Initial package