1
0
forked from pool/spirv-headers

- 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:
Jan Engelhardt 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

@ -1,15 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/KhronosGroup/SPIRV-Headers</param>
<param name="filename">spirv-headers</param>
<param name="revision">e4322e3be589e1ddd44afb20ea842a977c1319b8</param>
<param name="parent-tag">1.4.1</param>
<param name="versionformat">1.4.1.g@TAG_OFFSET@</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 28 04:32:28 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.5.1
* No change from last snapshot, just a version bump.
-------------------------------------------------------------------
Wed Aug 21 07:26:15 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

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