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:
parent
dbdd868e50
commit
8ba964b32c
15
_service
15
_service
@ -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>
|
|
@ -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>
|
Wed Aug 21 07:26:15 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -24,11 +24,10 @@ Release: 0
|
|||||||
Summary: Machine-readable files from the SPIR-V registry
|
Summary: Machine-readable files from the SPIR-V registry
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
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
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/SPIRV-Headers-%{version}-build
|
|
||||||
BuildRequires: cmake >= 2.8
|
BuildRequires: cmake >= 2.8
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -43,7 +42,7 @@ registry. This includes:
|
|||||||
* The XML registry file.
|
* The XML registry file.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n SPIRV-Headers-%version
|
%autosetup -n SPIRV-Headers-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Because Khronos does not know what DESTDIR is.
|
# Because Khronos does not know what DESTDIR is.
|
||||||
@ -57,8 +56,7 @@ popd
|
|||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%_includedir/spirv/
|
%_includedir/spirv/
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user