vulkan-validation-layers/vulkan-validation-layers.spec

95 lines
2.7 KiB
RPMSpec
Raw Normal View History

2018-06-26 16:56:57 +00:00
Name: vulkan-validation-layers
2019-02-13 01:07:50 +00:00
Version: 1.1.97.0
2019-02-12 23:30:13 +00:00
Release: 1%{?dist}
2018-06-26 16:56:57 +00:00
Summary: Vulkan validation layers
License: ASL 2.0
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-ValidationLayers-sdk-%{version}.tar.gz
2018-08-07 13:15:54 +00:00
Patch0: fix_shared.patch
BuildRequires: gcc
BuildRequires: gcc-c++
2018-06-26 16:56:57 +00:00
BuildRequires: cmake3
BuildRequires: glslang-devel
BuildRequires: ninja-build
BuildRequires: python%{python3_pkgversion}-devel
2018-06-26 16:56:57 +00:00
BuildRequires: spirv-tools-devel
BuildRequires: vulkan-loader-devel
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor)
BuildRequires: pkgconfig(wayland-server)
BuildRequires: pkgconfig(wayland-egl)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xcb)
%description
Vulkan validation layers
2018-08-07 13:15:54 +00:00
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: vulkan-headers
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
2018-06-26 16:56:57 +00:00
%prep
2018-08-07 13:15:54 +00:00
%autosetup -p1 -n Vulkan-ValidationLayers-sdk-%{version}
2018-06-26 16:56:57 +00:00
%build
2018-06-26 19:07:45 +00:00
# Decrease debuginfo verbosity to reduce memory consumption even more
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
2018-08-07 13:15:54 +00:00
%cmake3 -GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DGLSLANG_INSTALL_DIR=%{_bindir} \
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/vulkan/ .
%ninja_build
2018-06-26 16:56:57 +00:00
%install
%ninja_install
%ldconfig_scriptlets
%files
2019-02-13 01:07:50 +00:00
%license LICENSE.txt
2018-06-26 16:56:57 +00:00
%doc README.md CONTRIBUTING.md
%{_datadir}/vulkan/explicit_layer.d/*.json
%{_libdir}/libVkLayer_*.so
2018-08-07 13:15:54 +00:00
%files devel
%{_includedir}/vulkan/
2018-06-26 16:56:57 +00:00
%changelog
2019-02-13 01:07:50 +00:00
* Wed Feb 13 2019 Dave Airlie <airlied@redhat.com> - 1.1.97.0-1
- Update validation layers to 1.1.97.0
2019-02-12 23:30:13 +00:00
* Wed Feb 13 2019 Dave Airlie <airlied@redhat.com> - 1.1.92.0-1
- Update validation layers to 1.1.92.0
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.82.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2018-08-07 13:15:54 +00:00
* Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
- Update to 1.1.82.0
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-06-26 19:07:45 +00:00
* Tue Jun 26 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-3
- Workaround i686 build issue
* Tue Jun 26 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-2
- Exclude i686 due to 'virtual memory exhausted' FTBFS
2018-06-26 16:56:57 +00:00
* Sat Jun 23 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
- Initial package