81 lines
2.5 KiB
RPMSpec
81 lines
2.5 KiB
RPMSpec
Name: opencl-headers
|
|
Version: 2023.04.17
|
|
Release: 1mamba
|
|
Summary: Khronos OpenCL-Headers
|
|
Group: Development/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://registry.khronos.org/OpenCL/
|
|
Source: https://github.com/KhronosGroup/OpenCL-Headers.git/v%{version}/OpenCL-Headers-%{version}.tar.bz2
|
|
License: Apache License 2.0
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
%{sumamry}.
|
|
|
|
%prep
|
|
%setup -q -n OpenCL-Headers-%{version}
|
|
|
|
%build
|
|
%cmake
|
|
|
|
%cmake_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%cmake_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/CL
|
|
%{_includedir}/CL/*.h
|
|
%dir %{_datadir}/cmake/OpenCLHeaders
|
|
%{_datadir}/cmake/OpenCLHeaders/OpenCLHeaders*.cmake
|
|
%{_datadir}/pkgconfig/OpenCL-Headers.pc
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Mon Oct 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2023.04.17-1mamba
|
|
- update to 2023.04.17
|
|
|
|
* Thu Jan 07 2021 Automatic Build System <autodist@mambasoft.it> 2020.12.18-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 22 2020 Automatic Build System <autodist@mambasoft.it> 2020.06.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 07 2017 Automatic Build System <autodist@mambasoft.it> 2.2.20170516-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 2.1.20161129-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 24 2015 Automatic Build System <autodist@mambasoft.it> 2.1.20151224-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 27 2015 Automatic Build System <autodist@mambasoft.it> 2.0.20150827-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 22 2015 Automatic Build System <autodist@mambasoft.it> 2.0.20150719-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 17 2015 Automatic Build System <autodist@mambasoft.it> 1.2.20150123-4mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 16 2015 Automatic Build System <autodist@mambasoft.it> 1.2.20150123-3mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 16 2015 Automatic Build System <autodist@mambasoft.it> 1.2.20150123-2mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jun 15 2015 Automatic Build System <autodist@mambasoft.it> 1.2.20150123-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 27 2015 Davide Madrisan <davide.madrisan@gmail.com> 2.2.3-1mamba
|
|
- package created by autospec
|