automatic version update by autodist [release 2.2.8-1mamba;Wed Feb 03 2016]
This commit is contained in:
parent
5a6b8db645
commit
dd900d1533
@ -3,3 +3,4 @@
|
|||||||
OpenCL implementations are provided as ICD (Installable Client Driver).
|
OpenCL implementations are provided as ICD (Installable Client Driver).
|
||||||
An OpenCL program can use several ICD thanks to the use of an ICD Loader as provided by this project.
|
An OpenCL program can use several ICD thanks to the use of an ICD Loader as provided by this project.
|
||||||
This free ICD Loader can load any (free or non free) ICD.
|
This free ICD Loader can load any (free or non free) ICD.
|
||||||
|
|
||||||
|
10
ocl-icd.spec
10
ocl-icd.spec
@ -1,5 +1,5 @@
|
|||||||
Name: ocl-icd
|
Name: ocl-icd
|
||||||
Version: 2.2.7
|
Version: 2.2.8
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: OpenCL ICD Loader
|
Summary: OpenCL ICD Loader
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,10 +7,10 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: https://forge.imag.fr/projects/ocl-icd/
|
URL: https://forge.imag.fr/projects/ocl-icd/
|
||||||
Source: https://forge.imag.fr/frs/download.php/667/ocl-icd-%{version}.tar.gz
|
Source: https://forge.imag.fr/frs/download.php/698/ocl-icd-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 ocl-icd' to get the list of build requirements.
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: opencl-headers
|
BuildRequires: opencl-headers
|
||||||
BuildRequires: ruby
|
BuildRequires: ruby
|
||||||
@ -23,7 +23,6 @@ OpenCL implementations are provided as ICD (Installable Client Driver).
|
|||||||
An OpenCL program can use several ICD thanks to the use of an ICD Loader as provided by this project.
|
An OpenCL program can use several ICD thanks to the use of an ICD Loader as provided by this project.
|
||||||
This free ICD Loader can load any (free or non free) ICD.
|
This free ICD Loader can load any (free or non free) ICD.
|
||||||
|
|
||||||
## remove the following two blocks if there's no devel files
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
@ -68,6 +67,9 @@ rm -rf %{buildroot}%{_defaultdocdir}
|
|||||||
%doc NEWS README ocl_icd_loader_gen.map ocl_icd_bindings.c
|
%doc NEWS README ocl_icd_loader_gen.map ocl_icd_bindings.c
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 03 2016 Automatic Build System <autodist@mambasoft.it> 2.2.8-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Aug 01 2015 Automatic Build System <autodist@mambasoft.it> 2.2.7-1mamba
|
* Sat Aug 01 2015 Automatic Build System <autodist@mambasoft.it> 2.2.7-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user