Package update problem (perl-X11-Protocol)

Ville Skyttä ville.skytta at iki.fi
Sat Apr 1 17:14:11 UTC 2006


On Sat, 2006-04-01 at 12:13 +0100, Duncan J Ferguson wrote:

> error: Unterminated {: {!?_with_X:\ 

Backslashification inside specfile expressions like the above is not
supported everywhere.  You can achieve the same effect in a way that
works better across more rpm versions, eg. like:

%if 0%{!?_with_X:1}
# insert stuff that should be done in non-X builds here
%endif




More information about the fedora-extras-list mailing list