I thought I should share this with the list.
Factory rpmlint check now wants to see a man page for everything under
/usr/bin, I don't know if anybody else has tried this, I used this
method to create a man page for blenderplayer in the blender package :-
# Generate man page with help2man
help2man --version-string="%{version}" --help-option="-h" -n "a utility
for previewing .blend files" -s 1 -m "User Commands" -S "Stichting
Blender Foundation" -o blenderplayer.1
%{buildroot}%{_bindir}/'blenderplayer -h ""'
Take especial note of the single quotes around the 'blenderplayer -h ""'
expression, if they aren't there help2man can't get any output because
rpmbuild directs blenderplayer to /dev/null.
You don't necessarily have to put in the -h in "'blenderplayer -h ""'"
it was the only thing that stopped it from looking for something to play
first.
Which wiki should I put this in?
Regards
Dave P
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org