Update for vulkan 1.0.68.0
This commit is contained in:
parent
66b259b6a5
commit
745486799f
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (spirv-tools-5834719fc17d4735fce0102738b87b70255cfd5f.tar.gz) = fbaa8445c4c6deedd6dcec14f266feb414f1e0da694270a5b2821b4b59ba61e207839cd66d9144ebf2c3c28719d53125b884b8d7039db20db55fc2694befdd6d
|
||||
SHA512 (spirv-tools-9e19fc0f31ceaf1f6bc907dbf17dcfded85f2ce8.tar.gz) = e509667c4db1dec90d550bacad983d04b55dcd88b3eed722efce7df7cfe028ba5bf346b4fdbd71e00ad299cb0e6d7bb51e7cf9da9df87ef03c99ff0a410b5872
|
||||
|
@ -1,17 +1,16 @@
|
||||
%global commit 5834719fc17d4735fce0102738b87b70255cfd5f
|
||||
%global commit 9e19fc0f31ceaf1f6bc907dbf17dcfded85f2ce8
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20171023
|
||||
%global commit_date 20180205
|
||||
%global gitrel .%{commit_date}.git%{shortcommit}
|
||||
|
||||
Name: spirv-tools
|
||||
Version: 2016.7
|
||||
Release: 0.4%{?gitrel}%{?dist}
|
||||
Release: 0.5%{?gitrel}%{?dist}
|
||||
Summary: API and commands for processing SPIR-V modules
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/KhronosGroup
|
||||
Source0: %url/SPIRV-Tools/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
|
||||
Patch0: SPIRV-Tools_staticlib.patch
|
||||
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: gcc-c++
|
||||
@ -63,14 +62,19 @@ popd
|
||||
%{_bindir}/spirv-opt
|
||||
%{_bindir}/spirv-stats
|
||||
%{_bindir}/spirv-val
|
||||
%{_libdir}/libSPIRV-Tools-link.so
|
||||
%{_libdir}/libSPIRV-Tools-opt.so
|
||||
%{_libdir}/libSPIRV-Tools.so
|
||||
|
||||
%files devel
|
||||
%{_includedir}/spirv-tools/
|
||||
%{_libdir}/libSPIRV-Tools-link.a
|
||||
%{_libdir}/libSPIRV-Tools-opt.a
|
||||
%{_libdir}/libSPIRV-Tools.a
|
||||
%{_libdir}/pkgconfig/SPIRV-Tools.pc
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2018 Leigh Scott <leigh123linux@googlemail.com> - 2016.7-0.5.20180205.git9e19fc0
|
||||
- Update for vulkan 1.0.68.0
|
||||
- Try building as shared object
|
||||
|
||||
* Fri Feb 09 2018 Leigh Scott <leigh123linux@googlemail.com> - 2016.7-0.4.20171023.git5834719
|
||||
- Use ninja to build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user