You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
225 lines
7.8 KiB
225 lines
7.8 KiB
2 months ago
|
## START: Set by rpmautospec
|
||
|
## (rpmautospec version 0.6.1)
|
||
|
## RPMAUTOSPEC: autorelease, autochangelog
|
||
|
%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
|
||
|
|
||
|
Name: ocl-icd
|
||
|
Version: 2.3.2
|
||
|
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: automake
|
||
|
BuildRequires: autoconf
|
||
|
BuildRequires: make
|
||
|
BuildRequires: libtool
|
||
|
BuildRequires: opencl-headers
|
||
|
BuildRequires: ruby rubygems
|
||
|
BuildRequires: asciidoc
|
||
|
BuildRequires: xmlto
|
||
|
|
||
|
%description
|
||
|
%{summary}.
|
||
|
|
||
|
%package devel
|
||
|
Summary: OpenCL Library Development files
|
||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||
|
Requires: opencl-headers
|
||
|
|
||
|
%description devel
|
||
|
This package contains the development files for the OpenCL ICD bindings.
|
||
|
|
||
|
%prep
|
||
|
%autosetup
|
||
|
|
||
|
%build
|
||
|
autoreconf -vfi
|
||
|
%configure
|
||
|
%make_build
|
||
|
|
||
|
%install
|
||
|
%make_install
|
||
|
rm -vf %{buildroot}%{_libdir}/*.la
|
||
|
rm -vrf %{buildroot}%{_defaultdocdir}
|
||
|
|
||
|
%check
|
||
|
make check
|
||
|
|
||
|
%ldconfig_scriptlets
|
||
|
|
||
|
%files
|
||
|
%license COPYING
|
||
|
%doc NEWS README
|
||
|
%{_libdir}/libOpenCL.so.*
|
||
|
%{_mandir}/man7/libOpenCL*.7.*
|
||
|
|
||
|
%files devel
|
||
|
%doc ocl_icd_loader_gen.map ocl_icd_bindings.c
|
||
|
%{_includedir}/ocl_icd.h
|
||
|
%{_bindir}/cllayerinfo
|
||
|
%{_libdir}/libOpenCL.so
|
||
|
%{_libdir}/pkgconfig/%{name}.pc
|
||
|
%{_libdir}/pkgconfig/OpenCL.pc
|
||
|
|
||
|
%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
|
||
|
- Update to 2.2.12, adds OpenCL 2.2 support.
|
||
|
|
||
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.11-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||
|
|
||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.11-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||
|
|
||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.11-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||
|
|
||
|
* Thu Feb 09 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.2.11-2
|
||
|
- Add Recommends for all OpenCL implementations
|
||
|
|
||
|
* Fri Jan 20 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.2.11-1
|
||
|
- Update to 2.2.11 (RHBZ #1415150)
|
||
|
|
||
|
* Sun Dec 04 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.2.10-1
|
||
|
- Update to 2.2.10
|
||
|
|
||
|
* Mon Nov 21 2016 Orion Poplawski <orion@cora.nwra.com> - 2.2.9-3
|
||
|
- Drop unneeded BR on rubypick
|
||
|
|
||
|
* Wed Aug 31 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.2.9-2
|
||
|
- Rebuild for OpenCL 2.1
|
||
|
|
||
|
* Sun Aug 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.2.9-1
|
||
|
- Update to 2.2.9
|
||
|
- Drop requires for opencl-icd
|
||
|
|
||
|
* Fri Apr 08 2016 Björn Esser <fedora@besser82.io> - 2.2.8-3.git20151217.0122332
|
||
|
- add Requires for virtual Provides: opencl-icd (RHBZ #1317600)
|
||
|
- add rubygems and rubypick to BuildRequires
|
||
|
|
||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-2.git20151217.0122332
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||
|
|
||
|
* Mon Dec 21 2015 François Cami <fcami@fedoraproject.org> - 2.2.8-1.git20151217.0122332
|
||
|
- Update to 2.2.8.
|
||
|
|
||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.7-2.git20150606.ebbc4c1
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||
|
|
||
|
* Tue Jun 09 2015 François Cami <fcami@fedoraproject.org> - 2.2.7-1.git20150609.ebbc4c1
|
||
|
- Update to 2.2.7.
|
||
|
|
||
|
* Sun Jun 07 2015 François Cami <fcami@fedoraproject.org> - 2.2.5-1.git20150606.de64dec
|
||
|
- Update to 2.2.5 (de64dec).
|
||
|
|
||
|
* Mon May 18 2015 Fabian Deutsch <fabiand@fedorproject.org> - 2.2.4-1.git20150518.7c94f4a
|
||
|
- Update to 2.2.4 (7c94f4a)
|
||
|
|
||
|
* Mon Jan 05 2015 François Cami <fcami@fedoraproject.org> - 2.2.3-1.git20141005.7cd0c2f
|
||
|
- Update to 2.2.3 (7cd0c2f).
|
||
|
|
||
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-3.git20131001.4ee231e
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||
|
|
||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-2.git20131001.4ee231e
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||
|
|
||
|
* Tue Oct 01 2013 Björn Esser <bjoern.esser@gmail.com> - 2.0.4-1.git20131001.4ee231e
|
||
|
- update to recent git-snapshot
|
||
|
- general cleanup, squashed unneeded BuildRequires
|
||
|
- cleanup the %%doc mess.
|
||
|
- add %%check for running the testsuite
|
||
|
|
||
|
* Wed Aug 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-3
|
||
|
- Specfile cleanup
|
||
|
|
||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||
|
|
||
|
* Fri Mar 08 2013 Rob Clark <rclark@redhat.com> 2.0.2-1
|
||
|
- ocl-icd 2.0.2
|
||
|
|
||
|
## END: Generated by rpmautospec
|