[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Package update problem (perl-X11-Protocol)



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]