Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 692bdd8908 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/ocl-icd-2.2.12.tar.gz
|
ocl-icd-2.3.2.tar.gz
|
||||||
/ocl-icd-2.2.12.tar.gz
|
|
||||||
|
|||||||
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: manual.sst_desktop.ocl-icd.sanity}
|
|
||||||
115
ocl-icd.spec
115
ocl-icd.spec
@ -1,11 +1,21 @@
|
|||||||
Name: ocl-icd
|
## START: Set by rpmautospec
|
||||||
Version: 2.2.12
|
## (rpmautospec version 0.6.1)
|
||||||
Release: 1%{?dist}
|
## RPMAUTOSPEC: autorelease, autochangelog
|
||||||
Summary: OpenCL ICD Bindings
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||||
|
release_number = 6;
|
||||||
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||||
|
print(release_number + base_release_number - 1);
|
||||||
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||||
|
## END: Set by rpmautospec
|
||||||
|
|
||||||
License: BSD
|
Name: ocl-icd
|
||||||
URL: https://forge.imag.fr/projects/ocl-icd/
|
Version: 2.3.2
|
||||||
Source0: https://forge.imag.fr/frs/download.php/836/%{name}-%{version}.tar.gz
|
Release: %autorelease
|
||||||
|
Summary: OpenCL Library (Installable Client Library) Bindings
|
||||||
|
|
||||||
|
License: BSD-2-Clause
|
||||||
|
URL: https://github.com/OCL-dev/%{name}/
|
||||||
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -14,22 +24,19 @@ BuildRequires: make
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: opencl-headers
|
BuildRequires: opencl-headers
|
||||||
BuildRequires: ruby rubygems
|
BuildRequires: ruby rubygems
|
||||||
%if 0%{?fedora}
|
BuildRequires: asciidoc
|
||||||
Recommends: beignet
|
BuildRequires: xmlto
|
||||||
Recommends: mesa-libOpenCL
|
|
||||||
Recommends: pocl
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: OpenCL Library Development files
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: opencl-headers
|
Requires: opencl-headers
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the development files for %{name}.
|
This package contains the development files for the OpenCL ICD bindings.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
@ -47,22 +54,96 @@ rm -vrf %{buildroot}%{_defaultdocdir}
|
|||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS README
|
%doc NEWS README
|
||||||
%{_libdir}/libOpenCL.so.*
|
%{_libdir}/libOpenCL.so.*
|
||||||
|
%{_mandir}/man7/libOpenCL*.7.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc ocl_icd_loader_gen.map ocl_icd_bindings.c
|
%doc ocl_icd_loader_gen.map ocl_icd_bindings.c
|
||||||
%{_includedir}/ocl_icd.h
|
%{_includedir}/ocl_icd.h
|
||||||
|
%{_bindir}/cllayerinfo
|
||||||
%{_libdir}/libOpenCL.so
|
%{_libdir}/libOpenCL.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%{_libdir}/pkgconfig/OpenCL.pc
|
%{_libdir}/pkgconfig/OpenCL.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
## START: Generated by rpmautospec
|
||||||
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.3.2-6
|
||||||
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Oct 13 2023 Niels De Graef <nielsdegraef@gmail.com> - 2.3.2-3
|
||||||
|
- SPDX Migration
|
||||||
|
|
||||||
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jun 04 2023 František Zatloukal <fzatlouk@redhat.com> - 2.3.2-1
|
||||||
|
- 2.3.2 (Fixes RHBZ#2212035)
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Apr 04 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 2.3.1-1
|
||||||
|
- Update to 2.3.1
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Apr 26 2021 Nicolas Chauvet <kwizart@gmail.com> - 2.3.0-1
|
||||||
|
- Update to 2.3.0
|
||||||
|
|
||||||
|
* Sat Apr 03 2021 Nicolas Chauvet <kwizart@gmail.com> - 2.2.14-1
|
||||||
|
- Update to 2.2.14
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.13-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Oct 06 2020 Dave Airlie <airlied@redhat.com> - 2.2.13-1
|
||||||
|
- update to 2.2.13
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 07 2020 Dave Airlie <airlied@redhat.com> - 2.2.12-9
|
||||||
|
- Fix build with gcc10
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Aug 31 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.12-7
|
||||||
|
- Drop Recommends for OCL implementations
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 11 2019 Adam Jackson <ajax@redhat.com> - 2.2.12-5
|
||||||
|
- Drop Recommends: beignet, retired in F30+
|
||||||
|
|
||||||
|
* Sat Mar 30 2019 Dave Airlie <airlied@redhat.com> - 2.2.12-4
|
||||||
|
- Update ocl icd names (#1653503)
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Mar 23 2018 Simone Caronni <negativo17@gmail.com> - 2.2.12-1
|
* Fri Mar 23 2018 Simone Caronni <negativo17@gmail.com> - 2.2.12-1
|
||||||
- Update to 2.2.12, adds OpenCL 2.2 support.
|
- Update to 2.2.12, adds OpenCL 2.2 support.
|
||||||
|
|
||||||
@ -139,3 +220,5 @@ make check
|
|||||||
|
|
||||||
* Fri Mar 08 2013 Rob Clark <rclark@redhat.com> 2.0.2-1
|
* Fri Mar 08 2013 Rob Clark <rclark@redhat.com> 2.0.2-1
|
||||||
- ocl-icd 2.0.2
|
- ocl-icd 2.0.2
|
||||||
|
|
||||||
|
## END: Generated by rpmautospec
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ocl-icd-2.2.12.tar.gz) = 8a5afe80da8ece3dcb5a8893942b77f7e44466d9aefd1d58ad8f0bcd686d83e3566192bf59880363c39d0b96b0f33f777e0f221f6b346bbe62c3e2b27faf2d1b
|
SHA512 (ocl-icd-2.3.2.tar.gz) = 5129975a10ffade76d20444345a59c82506914347391ad6c0b4c3826f51dcc641924b4a5abcc65c41766597af9cc7a76b9e5821f41898ff0251a05963e117796
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user