1
0

- Update to release 1.5.1

* No change from last snapshot, just a version bump.

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-headers?expand=0&rev=37
This commit is contained in:
2019-09-28 04:33:56 +00:00
committed by Git OBS Bridge
parent dbdd868e50
commit 8ba964b32c
4 changed files with 10 additions and 21 deletions

View File

@@ -24,11 +24,10 @@ Release: 0
Summary: Machine-readable files from the SPIR-V registry
License: MIT
Group: Development/Libraries/C and C++
Url: https://github.com/KhronosGroup/SPIRV-Headers
URL: https://github.com/KhronosGroup/SPIRV-Headers
Source: SPIRV-Headers-%version.tar.gz
Source: https://github.com/KhronosGroup/SPIRV-Headers/archive/%version.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/SPIRV-Headers-%{version}-build
BuildRequires: cmake >= 2.8
BuildRequires: fdupes
BuildRequires: gcc-c++
@@ -43,7 +42,7 @@ registry. This includes:
* The XML registry file.
%prep
%setup -n SPIRV-Headers-%version
%autosetup -n SPIRV-Headers-%version
%build
# Because Khronos does not know what DESTDIR is.
@@ -57,8 +56,7 @@ popd
%fdupes %buildroot/%_prefix
%files
%defattr(-,root,root)
%_includedir/spirv/
%doc LICENSE
%license LICENSE
%changelog