From 0db68bd4193d2183e8bd29aa5ac857adbe27d398 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:05:42 +0100 Subject: [PATCH] rebuilt with opencl-headers 2023.04.17 [release 2.3.2-2mamba;Mon Oct 09 2023] --- ocl-icd.spec | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/ocl-icd.spec b/ocl-icd.spec index c3eb45c..a9fa075 100644 --- a/ocl-icd.spec +++ b/ocl-icd.spec @@ -1,6 +1,6 @@ Name: ocl-icd -Version: 2.3.1 -Release: 1mamba +Version: 2.3.2 +Release: 2mamba Summary: OpenCL ICD Loader Group: System/Libraries Vendor: openmamba @@ -10,10 +10,11 @@ URL: https://github.com/OCL-dev/ocl-icd Source: https://github.com/OCL-dev/ocl-icd.git/v%{version}/ocl-icd-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN -#libdl.so.2()(64bit): /usr/lib64/libdl.so: file not owned by any package BuildRequires: glibc-devel -## AUTOBUILDREQ-END BuildRequires: opencl-headers +## AUTOBUILDREQ-END +BuildRequires: asciidoc +BuildRequires: opencl-headers >= 2023.04.17 BuildRequires: ruby Provides: opencl-icd-loader Conflicts: libFreeOCL @@ -31,6 +32,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel This package contains libraries and header files for developing applications that use %{name}. +%package tools +Group: System/Tools +Summary: Tools provided with %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description tools +This package contains the tools provided with %{name}. + %debug_package %prep @@ -67,7 +76,17 @@ rm -rf %{buildroot}%{_defaultdocdir} %{_mandir}/man7/libOpenCL.7* %doc NEWS README ocl_icd_loader_gen.map ocl_icd_bindings.c +%files tools +%defattr(-,root,root) +%{_bindir}/cllayerinfo + %changelog +* Mon Oct 09 2023 Silvan Calarco 2.3.2-2mamba +- rebuilt with opencl-headers 2023.04.17 + +* Fri Jun 09 2023 Automatic Build System 2.3.2-1mamba +- automatic version update by autodist + * Sat Aug 28 2021 Silvan Calarco 2.3.1-1mamba - update to 2.3.1