fixed typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
# Allow the release tag to be specified on the rpmbuild command
|
# Allow the release tag to be specified on the rpmbuild command
|
||||||
# line with --define 'release SOMETHING' If no such definition is
|
# line with --define 'release SOMETHING' If no such definition is
|
||||||
# used then the release number is 1.
|
# used then the release number is 1.
|
||||||
%if %{release:0}%{!?release:1}
|
%if %{?release:0}%{!?release:1}
|
||||||
%define release 1
|
%define release 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user