package created using the webbuild interface [release 1.3.236.0-1mamba;Tue Dec 27 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 18:04:03 +01:00
parent 46673af74a
commit e404ee111e
2 changed files with 48 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# spirv-headers
SPIR-V Headers.

47
spirv-headers.spec Normal file
View File

@ -0,0 +1,47 @@
Name: spirv-headers
Version: 1.3.236.0
Release: 1mamba
Summary: SPIR-V Headers
Group: Development/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.khronos.org/registry/spir-v/
Source: https://github.com/KhronosGroup/SPIRV-Headers.git/sdk-%{version}/SPIRV-Headers-%{version}.tar.bz2
License: BSD
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: cmake
Requires: pkg-config
%description
SPIR-V Headers.
#% debug_package
%prep
%setup -q -n SPIRV-Headers-%{version}
%build
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%dir %{_includedir}/spirv
%{_includedir}/spirv/*
%dir %{_datadir}/cmake/SPIRV-Headers
%{_datadir}/cmake/SPIRV-Headers/SPIRV*.cmake
%{_datadir}/pkgconfig/SPIRV-Headers.pc
%doc LICENSE
%changelog
* Tue Dec 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.236.0-1mamba
- package created using the webbuild interface