Multiple %configure

Ralf Ertzinger fedora at camperquake.de
Wed Apr 5 09:18:48 UTC 2006


Hi.

On Wed, 5 Apr 2006 11:33:43 +0200, Alain PORTAL wrote:

> So, I should want to know if it is possible to do something like:
> 
> 
> then
> 	%configure --with-qt-dir=/usr/lib64/qt-3.3/
> else
> 	%configure
> fi

Maybe something like

%configure \
if ( arch=x86_64 && dist=fc4 )
  --with-qt-dir=...
fi

will do. I do not know the correct rpmbuild syntax, I am afraid.




More information about the fedora-extras-list mailing list