Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=810059 --- Comment #5 from Alec Leamas <leamas.alec@xxxxxxxxx> 2012-04-05 14:10:42 EDT --- Referring to dolphin-emu, you can add a pkgconfig file without much effort. First, add the opencl-utils.pc file (SourceX): prefix=@prefix@ includedir=${prefix}/include Name: opencl-utils Description: OpenCL tools and utilities. Version: @version@ Libs: -lclrun??? Cflags: -I${includedir} Then, in %prep: sed -i -e 's/@version@/%{version}/' -e 's/@prefix@/%{prefix}/' %SOURCEX Add a Requires: pkgconfig to the devel package, and installthe file in %_libdir/pkgconfig. List the file in the devel package. Done! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review