[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Package update problem (perl-X11-Protocol)
- From: Ville Skyttä <ville skytta iki fi>
- To: Discussion related to Fedora Extras <fedora-extras-list redhat com>
- Subject: Re: Package update problem (perl-X11-Protocol)
- Date: Sat, 01 Apr 2006 20:14:11 +0300
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]