Description of problem: In the xrestop package, the man page is not included. Version-Release number of selected component (if applicable): 0.2-1 How reproducible: always Steps to Reproduce: 1. rpm -q xrestop 2. 3. Actual results: /usr/bin/xrestop Expected results: /usr/bin/xrestop /usr/share/man/man1/xrestop.1.gz Additional info: Perhaps it was not included because it looks buggy, as if a sentence was missing. Actually, its roff syntax is somehow wrong. I'm attaching an easy fix. You still have to adapt the spec file as to not use "make SUBDIRS=" but rather "make", and add the %file. (The package also won't build against an XFree86-devel which doesn't include libXRes.{so,a}, but I don't see a workaround for that.)
Created attachment 98455 [details] Patch to fix man page source syntax This patch fixes the roff syntax of xrestop's man page, so that the last line (a shell code example) gets displayed.
Patch applied to 0.2-2 build in rawhide, and spec file updated to include manpage, etc.