打印

请问RPM %{expand指令具体起什么作用

请问RPM %{expand指令具体起什么作用

%{?dist: %{expand: %%define %dist 1}}

%{?fc1:%define _without_xorg 1}
%{?el3:%define _without_xorg 1}
%{?rh9:%define _without_xorg 1}
%{?rh8:%define _without_xorg 1}
%{?rh7:%define _without_xorg 1}
%{?el2:%define _without_xorg 1}
%{?rh6:%define _without_xorg 1}

顺便问问?与 !?或 那么这个?!符号代表的意义

TOP