From e9bbaad726bb2afc0b3b163e47c63046d037cb26 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 18 Jul 2004 00:03:13 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/wxPythonFull.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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