Re: i386-i686.rpm from src.rpm

2000-09-12 Thread Isaiah Weiner
On Sat, Sep 09, 2000 at 12:22:24PM -0700, Gordon Messmer wrote: On Sat, 9 Sep 2000, Isaiah Weiner wrote: rpm.org has an rpm-howto, but the simplest way is rpm -i file.src.rpm cd /usr/src/redhat/SPECS rpm -bb file.spec rpm -U ../RPMS/i386/file.i386.rpm Wouldn't

Re: i386-i686.rpm from src.rpm

2000-09-12 Thread Jonathan Wilson
If you have a foo.src.rpm you can just do " rpm --rebuild -target=ix86 foo.src.rpm "where x is either 3,4,5 or 6 At 10:26 AM 9/12/2000 -0400, you wrote: On Sat, Sep 09, 2000 at 12:22:24PM -0700, Gordon Messmer wrote: On Sat, 9 Sep 2000, Isaiah Weiner wrote: rpm.org has an rpm-howto, but

Re: i386-i686.rpm from src.rpm

2000-09-12 Thread Gordon Messmer
On Tue, 12 Sep 2000, Isaiah Weiner wrote: Wouldn't the "simplest" way be more like: rpm --rebuild file.src.rpm Sure, but that doesn't give any indication for what is happening. And if the package's specfile isn't written well, you're still going to end up using those steps. I

i386-i686.rpm from src.rpm

2000-09-09 Thread eric clover
hello, is there a simple way to make a i386-i686 rpm from a src.rpm?? or can i just use the src.rpm ?? (i have a pIII-533 i686 kernel 2.2.16-3) thank you eric ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: i386-i686.rpm from src.rpm

2000-09-09 Thread John Aldrich
On Fri, 08 Sep 2000, eric clover wrote: hello, is there a simple way to make a i386-i686 rpm from a src.rpm?? or can i just use the src.rpm ?? rpm --rebuild --target=processortype source-rpm-filename-goes-here John ___ Redhat-list

Re: i386-i686.rpm from src.rpm

2000-09-09 Thread Gordon Messmer
On Sat, 9 Sep 2000, Isaiah Weiner wrote: rpm.org has an rpm-howto, but the simplest way is rpm -i file.src.rpm cd /usr/src/redhat/SPECS rpm -bb file.spec rpm -U ../RPMS/i386/file.i386.rpm Wouldn't the "simplest" way be more like: rpm --rebuild file.src.rpm

Re: i386-i686.rpm from src.rpm

2000-09-09 Thread John Aldrich
On Sat, 09 Sep 2000, Gordon Messmer wrote: On Sat, 9 Sep 2000, Isaiah Weiner wrote: rpm.org has an rpm-howto, but the simplest way is rpm -i file.src.rpm cd /usr/src/redhat/SPECS rpm -bb file.spec rpm -U ../RPMS/i386/file.i386.rpm Wouldn't the "simplest" way be