forked from pool/vulkan-headers
This commit is contained in:
parent
06a780ff22
commit
022dbda89e
@ -4,5 +4,5 @@ Mon Nov 12 15:08:36 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|||||||
- Split vulkan SRPM -> vulkan-headers SRPM, following an upstream
|
- Split vulkan SRPM -> vulkan-headers SRPM, following an upstream
|
||||||
repository split.
|
repository split.
|
||||||
- Update to new upstream release 1.1.91
|
- Update to new upstream release 1.1.91
|
||||||
* Generally no summary changelog is given for the header SDK
|
* Generally no summary changelog is given for the header files
|
||||||
by upstream
|
by upstream
|
||||||
|
@ -26,22 +26,15 @@ Group: Development/Libraries/C and C++
|
|||||||
Url: http://www.khronos.org/
|
Url: http://www.khronos.org/
|
||||||
Source: Vulkan-Headers-%version.tar.xz
|
Source: Vulkan-Headers-%version.tar.xz
|
||||||
BuildRequires: cmake >= 2.8.11
|
BuildRequires: cmake >= 2.8.11
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description
|
|
||||||
Vulkan is a 3D graphics and compute API.
|
|
||||||
|
|
||||||
%package -n vulkan-devel
|
|
||||||
Summary: Vulkan C API header files
|
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
Requires: libstdc++-devel
|
Requires: libstdc++-devel
|
||||||
Requires: pkgconfig(wayland-client)
|
Requires: pkgconfig(wayland-client)
|
||||||
Requires: pkgconfig(x11)
|
Requires: pkgconfig(x11)
|
||||||
Requires: pkgconfig(xcb)
|
Requires: pkgconfig(xcb)
|
||||||
Requires: pkgconfig(xrandr)
|
Requires: pkgconfig(xrandr)
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description -n vulkan-devel
|
%description
|
||||||
Vulkan is a 3D graphics and compute API providing cross-platform
|
Vulkan is a 3D graphics and compute API providing cross-platform
|
||||||
access to modern GPUs with low overhead and targeting realtime
|
access to modern GPUs with low overhead and targeting realtime
|
||||||
graphics applications such as games and interactive media.
|
graphics applications such as games and interactive media.
|
||||||
@ -62,7 +55,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%files -n vulkan-devel
|
%files
|
||||||
%_includedir/vulkan/
|
%_includedir/vulkan/
|
||||||
%_datadir/vulkan/
|
%_datadir/vulkan/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user