source: projects/specs/trunk/v/vulkan-headers/vulkan-headers-vl.spec @ 12440

Revision 12440, 2.4 KB checked in by tomop, 4 years ago (diff)

updated 10 packages

glslang-8.13.3743-1

libva-intel-driver-2.4.1-1

libva-2.8.0-1

mesa-20.1.4-1

spirv-headers-1.5.3-1

spirv-tools-2020.3-1

vulkan-headers-1.2.135.0-2

vulkan-loader-1.2.135.0-2

vulkan-tools-1.2.135.0-2

vulkan-validation-layers-1.2.135.0-2

Line 
1%global __python %{__python3}
2Name:           vulkan-headers
3Version:        1.2.135.0
4Release:        2%{?_dist_release}
5Summary:        Vulkan Header files and API registry
6Vendor:         Project Vine
7Distribution:   Vine Linux
8
9License:        ASL 2.0
10URL:            https://github.com/KhronosGroup/Vulkan-Headers
11Source0:        %url/archive/sdk-%{version}.tar.gz#/Vulkan-Headers-sdk-%{version}.tar.gz
12
13BuildRequires:  cmake
14BuildArch:      noarch
15
16%description
17Vulkan Header files and API registry
18
19
20%prep
21%autosetup -n Vulkan-Headers-sdk-%{version}
22
23
24%build
25%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
26%make_build
27
28
29%install
30%make_install
31
32
33%files
34%license LICENSE.txt
35%doc README.md
36%{_includedir}/vulkan/
37%dir %{_datadir}/vulkan/
38%{_datadir}/vulkan/registry/
39
40
41%changelog
42* Wed Jul 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.135.0-2
43- initial build for Vine Linux.
44
45* Wed Apr 22 2020 Dave Airlie <airlied@redhat.com> - 1.2.135.0-1
46- Update to 1.2.135.0 headers
47
48* Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
49- Update to 1.2.131.1 headers
50
51* Tue Nov 12 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-1
52- Update to 1.1.126.0 headers
53
54* Mon Jul 29 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-2
55- Update to 1.1.114.0 headers
56
57* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.108.0-2
58- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
59
60* Tue Jun 25 2019 Dave Airlie <airlied@redhat.com> - 1.1.108.0-1
61- Update to 1.1.108.0 headers
62
63* Thu Apr 18 2019 Dave Airlie <airlied@redhat.com> - 1.1.106.0-1
64- Update to 1.1.106.0 headers
65
66* Wed Mar 06 2019 Dave Airlie <airlied@redhat.com> - 1.1.101.0-1
67- Update to 1.1.101.0 headers
68
69* Wed Feb 13 2019 Dave Airlie <airlied@redhat.com> - 1.1.97.0-1
70- Update to 1.1.97.0 headers
71
72* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.92.0-2
73- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
74
75* Mon Dec 03 2018 Dave Airlie <airlied@redhat.com> - 1.1.92.0-1
76- Update to 1.1.92.0
77
78* Sat Oct 20 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.85.0-1
79- Update to 1.1.85.0
80
81* Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
82- Update to 1.1.82.0
83
84* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-2
85- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
86
87* Fri Jun 22 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
88- Initial package
Note: See TracBrowser for help on using the repository browser.