Well, I have a nice script that works. I called it rpmrb:
time rpm --rebuild --target i686 $1
so you just run rpmrb filename.src.rpm
(you can perfectly omitt "time" in the script)
-Manuel.
Gordon Messmer wrote:
> On Thu, 2002-03-14 at 13:04, Kjetil Tjensvold wrote:
>
>>How do you compile unp
On Thu, 2002-03-14 at 13:04, Kjetil Tjensvold wrote:
> How do you compile unpack a sr.rpm.
> rpm --rebuild --target i386 doesent work.
As of some time ago... the order of arguments matters with --rebuild. I
believe you need to do:
rpm --target i386 --rebuild
signature.asc
Description: Thi
On Thu, 2002-03-14 at 15:04, Kjetil Tjensvold wrote:
> How do you compile unpack a sr.rpm.
> rpm --rebuild --target i386 doesent work.
>
I think the --target option is expecting something of the form
"i386-pc-linux-gnu". However, if you're rebuilding the source RPM on the
platform where you pla