[CentOS] Need help for write rpm spec

2015-03-18 Thread Jegadeesh Kumar
Hi I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/rpmbuild/BUILD/Install_tomcat-1.0 extracting debug info from

Re: [CentOS] Need help for write rpm spec

2015-03-18 Thread Earl A Ramirez
On Wed, 2015-03-18 at 13:16 -0400, m.r...@5-cent.us wrote: Jegadeesh Kumar wrote: I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error snip Why are you writing a new specfile, rather than just yum install tomcat, and you'll get

Re: [CentOS] Need help for write rpm spec

2015-03-18 Thread m . roth
Jegadeesh Kumar wrote: I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error snip Why are you writing a new specfile, rather than just yum install tomcat, and you'll get the official working package installed via a working specfile?