Description of problem: The include files are in /usr/include/libexif but this path is not in the pkgconfig file. On FC6 : $ grep Cflags /usr/lib/pkgconfig/libexif.pc Cflags: -I${includedir} Building of libexif-dependent apps fail with message: error: exif-data.h: No such file or directory (tested with gwenview as in extras cvs) On FC5 : $ grep Cflags /usr/lib/pkgconfig/libexif.pc Cflags: -I${includedir}/libexif -I${includedir} An the build works. Version-Release number of selected component (if applicable): libexif-devel-0.6.13-2
This is an intentional change, AFAICS. You are supposed to #include <libexif/exif-data.h>