[CentOS] How to install source rpm on centos

Sun Mar 13 14:47:16 UTC 2011
sync <jiannma at gmail.com>

On Sun, Mar 13, 2011 at 10:27 PM, Tom Diehl <tdiehl at rogueind.com> wrote:

> On Sun, 13 Mar 2011, sync wrote:
>
> > Hi to all.
> >
> >
> > I'm having a problem with the rpm command on centos 5.5;
> > I am used to recompile a source rpm with the following command:
> >
> >
> >
> > root at test ~: rpmbuild --rebuild pssh-1.2.2-1.rf.src.rpm
> > Installing pssh-1.2.2-1.rf.src.rpm
> > error: cannot create %sourcedir /home/test/rpm/SOURCES
>
> Just a guess but try creating the %sourcedir above. Most likely you
> will need other directories as well. You could also use mock but that
> will need to be setup as well.
>
> Regards,
>
> --
> Tom Diehl       tdiehl at rogueind.com      Spamtrap address
> mtd123 at rogueind.com
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
>


Thanks , The problem is solved now.

I just run the following commands:

root at test ~: cp -r /usr/src/redhat  /home/test/rpm
root at test ~: rpmbuild --rebuild pssh-1.2.2-1.rf.src.rpm


Then enter the rpm directory will find the xxx.rpm package, then run "rpm
-ivh xx.rpm".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110313/b5273752/attachment-0004.html>