Thanks for the quick response. I have already tried the
_unpackaged_files_terminate_build parameter in the spec file
as well as the ~/.rpmmacros file without success.
The BuildRoot: addition to the spec file generated the following
errors (which happens to be the set of files being installed):
+ DOCDIR=/var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ export DOCDIR
+ rm -rf /var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ /bin/mkdir -p /var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ cp -pr 00README /var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ cp -pr COPYING /var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ cp -pr Changes /var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ cp -pr Copyright /var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ exit 0
Processing files: xforms-debuginfo-1.0-1
RPM build errors:
File not found: /var/tmp/xforms-root/usr/lib/libforms.so.1.0
File not found: /var/tmp/xforms-root/usr/lib/libforms.a
File not found: /var/tmp/xforms-root/usr/lib/libformsGL.so.1.0
File not found: /var/tmp/xforms-root/usr/lib/libformsGL.a
File not found: /var/tmp/xforms-root/usr/lib/libflimage.so.1.0
File not found: /var/tmp/xforms-root/usr/lib/libflimage.a
File not found: /var/tmp/xforms-root/usr/local/bin/fdesign
File not found: /var/tmp/xforms-root/usr/local/bin/fd2ps
File not found: /var/tmp/xforms-root/usr/include/forms.h
File not found: /var/tmp/xforms-root/usr/include/glcanvas.h
File not found: /var/tmp/xforms-root/usr/include/flimage.h
File not found: /var/tmp/xforms-root/usr/share/man/man1/xforms.1x
File not found: /var/tmp/xforms-root/usr/share/man/man1/fdesign.1x
File not found: /var/tmp/xforms-root/usr/share/man/man1/fd2ps.1x
Any other suggestions? Has something changed to the install section?