rebuilt with opencl-headers 2023.04.17 [release 2.3.2-2mamba;Mon Oct 09 2023]
This commit is contained in:
parent
1c6de6f5df
commit
0db68bd419
27
ocl-icd.spec
27
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 <silvan.calarco@mambasoft.it> 2.3.2-2mamba
|
||||
- rebuilt with opencl-headers 2023.04.17
|
||||
|
||||
* Fri Jun 09 2023 Automatic Build System <autodist@mambasoft.it> 2.3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-1mamba
|
||||
- update to 2.3.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user