From 0e4076ac7031a878b9fc43f4893fde58970eebc1 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 1 Mar 2013 09:23:49 +1000 Subject: [PATCH] fix missing dir and remove defattr. --- opencl-headers.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/opencl-headers.spec b/opencl-headers.spec index bf3c650..a562f94 100644 --- a/opencl-headers.spec +++ b/opencl-headers.spec @@ -1,7 +1,7 @@ Summary: Khronos OpenCL development headers Name: opencl-headers Version: 1.2 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://www.khronos.org/registry/cl/ BuildArch: noarch @@ -39,8 +39,7 @@ cp \ $RPM_BUILD_ROOT%{_includedir}/CL/ %files -%defattr(-,root,root,-) -# FIXME should be in drm/ too +%dir %{_includedir}/CL %{_includedir}/CL/opencl.h %{_includedir}/CL/cl.h %{_includedir}/CL/cl_ext.h @@ -53,6 +52,9 @@ cp \ %{_includedir}/CL/cl.hpp %changelog +* Fri Mar 01 2013 Dave Airlie 1.2-2 +- fix missing dir and remove defattr. + * Wed Feb 27 2013 Dave Airlie 1.2-1 - OpenCL header files from Khronos for OpenCL 1.2