How can I test if %{__global_cflags} is defined? I want something in my spec along these lines. CFLAGS=''" CFLAGS = "%{__global_cflags}" if(defined %{__global_cflags}) CFLAGS = "$CFLAGS my custom arguments here"