construct to do 'if not' in rpm specs

Peter Gordon peter at thecodergeek.com
Sat Jun 2 01:26:41 UTC 2007


On Fri, 2007-06-01 at 20:11 -0400, Jesse Keating wrote:
> I need to do a construct in an rpm spec:
> 
> if value
>   if not othervalue
>     stuff
>   endif
> endif

Perhaps not the most elegant solution, but would would using only the
else clause suffice?

%if <CONDITION>
##	This space intentionally left blank. :)
%else
	do_stuff --arg1 --arg2
%end
-- 
Peter Gordon (codergeek42)
GnuPG Public Key ID: 0xFFC19479 / Fingerprint:
  DD68 A414 56BD 6368 D957 9666 4268 CB7A FFC1 9479
My Blog: http://thecodergeek.com/blog/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20070601/9063b403/attachment.sig>


More information about the fedora-devel-list mailing list