I am using Redhat linux on 64bit intel system.

I am trying to build rpm image of my application using rpmbuild and
getting the error error: Installed (but unpackaged) file(s) found:

It lists few files under this error. I have seen similar errors posted in the forum
and suggestion is to include the listed files under %files section in specs file.

However I do not want these files to be packaged into rpm image.

How do I over come this error ? Why I do not get error while build same application on 32bit system. /

Thanks for any help.
manju