diff --git a/wxPython/distrib/wxPythonFull.spec.in b/wxPython/distrib/wxPythonFull.spec.in index 7fff9b7a0e..10de3312dd 100644 --- a/wxPython/distrib/wxPythonFull.spec.in +++ b/wxPython/distrib/wxPythonFull.spec.in @@ -15,7 +15,7 @@ # Allow the release tag to be specified on the rpmbuild command # line with --define 'release SOMETHING' If no such definition is # used then the release number is 1. -%if %{release:0}%{!?release:1} +%if %{?release:0}%{!?release:1} %define release 1 %endif