forked from pool/libclc
362cfc9ebf
- Remove unnecessary ldconfig calls - Rename rpmlintrc to libclc-rpmlintrc - Minor spec file cleanup OBS-URL: https://build.opensuse.org/request/show/348159 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=4
7 lines
286 B
Plaintext
7 lines
286 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
# Files required at runtime by applications using OpenCL.
|
|
addFilter("devel-file-in-non-devel-package.*/usr/include/clc/.*")
|
|
addFilter("devel-file-in-non-devel-package.*/usr/lib64/pkgconfig/libclc.pc")
|