[newbie] building a binary from source rpm

2004-02-21 Thread Lanman
Can someone give me a quick review on building a binary rpm from a source rpm? I haven't had to do it in such a long time, that I can't remember all the steps. The src rpm is for Mandrake Cooker. -- Lanman Registered Linux user #190712 Hey MOM? Can we go to the Microsoft Museum today? I hear

Re: [newbie] building a binary from source rpm

2004-02-21 Thread H.J.Bathoorn
On Saturday 21 February 2004 14:36, Lanman wrote: Can someone give me a quick review on building a binary rpm from a source rpm? I haven't had to do it in such a long time, that I can't remember all the steps. The src rpm is for Mandrake Cooker. rpm --rebuild x.src.rpm should do that.

Re: [newbie] building a binary from source rpm

2004-02-21 Thread Lanman
On February 21, 2004 09:01 am, H.J.Bathoorn wrote: On Saturday 21 February 2004 14:36, Lanman wrote: Can someone give me a quick review on building a binary rpm from a source rpm? I haven't had to do it in such a long time, that I can't remember all the steps. The src rpm is for Mandrake

Re: [newbie] building a binary from source rpm

2004-02-21 Thread Derek Jennings
On Sat, 21 Feb 2004 09:07:22 -0500 Lanman [EMAIL PROTECTED] wrote: On February 21, 2004 09:01 am, H.J.Bathoorn wrote: On Saturday 21 February 2004 14:36, Lanman wrote: Can someone give me a quick review on building a binary rpm from a source rpm? I haven't had to do it in such a long

Re: [newbie] building a binary from source rpm

2004-02-21 Thread Robert Vojta
Derek Jennings [EMAIL PROTECTED] writes: Hasn't the 'rebuild' function been moved out of rpm into the 'rpmbuild' package? See man rpmbuild. Yes, it was ... If you want to build binary, source, ... rpm package than you have to use `rpmbuild`, not `rpm` ... -- Robert Vojta Want to buy your

Re: [newbie] building a binary from source rpm

2004-02-21 Thread H.J.Bathoorn
On Saturday 21 February 2004 17:52, Robert Vojta wrote: Derek Jennings [EMAIL PROTECTED] writes: Hasn't the 'rebuild' function been moved out of rpm into the 'rpmbuild' package? See man rpmbuild. Yes, it was ... If you want to build binary, source, ... rpm package than you have to use