]> git.pld-linux.org Git - packages/spirv-headers.git/blob - spirv-headers.spec
- updated to 1.3.8 release
[packages/spirv-headers.git] / spirv-headers.spec
1 Summary:        SPIR-V headers
2 Summary(pl.UTF-8):      Pliki nagłówkowe SPIR-V
3 Name:           spirv-headers
4 Version:        1.3.8
5 Release:        1
6 License:        MIT
7 Group:          Libraries
8 #Source0Download: https://github.com/KhronosGroup/SPIRV-Headers/releases
9 Source0:        https://github.com/KhronosGroup/SPIRV-Headers/archive/%{version}/SPIRV-Headers-%{version}.tar.gz
10 # Source0-md5:  17347070e66e6b23408cd9c4f5e6e61d
11 URL:            https://github.com/KhronosGroup/SPIRV-Headers
12 Conflicts:      spirv-tools-devel < v2016.6
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This package contains machine-readable files from the SPIR-V Registry.
17 This includes:
18 - header files for various languages,
19 - JSON files describing the grammar for the SPIR-V core instruction
20   set, and for the GLSL.std.450 extended instruction set.
21
22 %description -l pl.UTF-8
23 Ten pakiet zawiera czytelne dla maszyny pliki z rejestru SPIR-V.
24 Obejmują one:
25 - pliki nagłówkowe dla różnych języków,
26 - pliki JSON opisujące gramatykę podstawowego zestawu instrukcji
27   SPIR-V oraz rozszerzonego zestawu instrukcji GLSL.std.450.
28
29 %prep
30 %setup -qn SPIRV-Headers-%{version}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 install -d $RPM_BUILD_ROOT%{_includedir}
36 cp -a include/spirv $RPM_BUILD_ROOT%{_includedir}/spirv
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc LICENSE README.md
44 %{_includedir}/spirv
This page took 0.027608 seconds and 3 git commands to generate.