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