fixed typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-07-18 00:03:13 +00:00
parent b0f7404b92
commit e9bbaad726

View 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.
%if %{release:0}%{!?release:1}
%if %{?release:0}%{!?release:1}
%define release 1
%endif