> 
> One thing I learned. To install the dependencies in the spec file try this:
> 
> # yum install $( grep ^BuildRequires: <spec file> | awk {'print $2'} )
> 
Much easier :
yum-builddep /path/to/foo.src.rpm

X.

Reply via email to