RPM Packaging doubt!

Hi,

I need to create an RPM package for my java application.

Already build package for that application avail;able.

I need to create binary RPM package for my java application.

For that in spec file, do I need to write any script kind of thing to install my package.

any one have idea abt to create rpm for java application.

thank you.

Yes, you need to customize the %prep section, %build, %install, %files, etc. sections.