Build fails with: ../../utils/grabclient.c:28:54: error: X11/Intrinsic.h: No such file or directory Attached is a patch, fixing the missing BuildRequires for libjpeg-devel, libXt-devel and libXmu-devel
Created attachment 129130 [details] Patch, adding the missing buildreqs
I think that the comment 1 is not enough. I commented on this problem to Bug 191769.
Well, the Package builds fine with only libjpeg, libXt and libXmu development packages installed. But you were partly right: libXxf86vm-devel is needed, but most likely libXxf86misc-devel is not. Some of the packaged screensavers are linking against libXxf86vm.so.1 but there's nothing needed from libXxf86misc-devel AFAIK.
I checked that xscreensaver can be build without libXxf86misc-devel, that is true. However, libXxf86misc addes some extensional function to xscreensaver daemon. See driver/lock.c and HAVE_XF86MISCSETGRABKEYSSTATE (although I don't know what this is doing).
Created attachment 129359 [details] rpmdiff error for previous BR patch. The previously attached BR patch doesn't contain all the necessary BR's. rpmdiff must be ran against the curent rawhide rpm to the ones you are building in mock to find *ALL* the BR needed. Refer to the wiki for more information, if you are not clear. http://fedoraproject.org/wiki/QA/FixBuildRequires
Created attachment 129360 [details] Correct BR patch
Created attachment 129361 [details] Build log after corrected BR patch
*** This bug has been marked as a duplicate of 191769 ***