]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo
authorRobin Dunn <robin@alldunn.com>
Sun, 18 Jul 2004 00:03:13 +0000 (00:03 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 18 Jul 2004 00:03:13 +0000 (00:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/wxPythonFull.spec.in

index 7fff9b7a0ee74d500b4f2ceb733ffb894c13f370..10de3312dd8714ad224a348ad2e61e9109ede005 100644 (file)
@@ -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.
 # 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
 
 %define release 1
 %endif