diff --git a/0ad.spec b/0ad.spec index 4cb2c2a..5816cf9 100644 --- a/0ad.spec +++ b/0ad.spec @@ -3,11 +3,11 @@ # enable special maintainer debug build ? %bcond_with debug %if %{with debug} -%define config debug -%define dbg _dbg +%global config debug +%global dbg _dbg %else -%define config release -%define dbg %{nil} +%global config release +%global dbg %{nil} %endif # Remember to rerun licensecheck after every update: