ddskk's install-info invocations are not failsafe against excludedocs or read-only-netsharedpath-/usr/share installations; appending "|| :" to the invocations in %post and %preun would fix it. Additionally, "Requires(post): /sbin/install-info" and "Requires(preun): /sbin/install-info" seem to be missing. More info: http://fedoraproject.org/wiki/Packaging/ScriptletSnippets
Thanks, fixing in ddskk-12.2.0-10.fc7.
Build failed though: http://buildsys.fedoraproject.org/logs/fedora-development-extras/24206-ddskk-12.2.0-10.fc7/noarch/build.log
By the way, /sbin/install-info --delete in %preun needs to be wrapped in "if [ $1 -eq 0 ]" to prevent the removal from being done on upgrades.
Oops, fixing in -11.fc7.
Ok, the build problem with buildroot path in skk-setup.el should be fixed now.