X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7093495299832111b5841485c94307ffedbaec90..d8d7193d767beecab7335e58df1fa0d25ae1e2ea:/wxPython/distrib/wxPythonFull.spec.in?ds=inline diff --git a/wxPython/distrib/wxPythonFull.spec.in b/wxPython/distrib/wxPythonFull.spec.in index e81db5091c..0c4e78f163 100644 --- a/wxPython/distrib/wxPythonFull.spec.in +++ b/wxPython/distrib/wxPythonFull.spec.in @@ -15,15 +15,14 @@ # the default value set here will be used instead. -# Used to set the Release tag below. I normally use it to define what -# distro the RPM was build on and also include the version of Python -# it was built with. -%if %{?release:0}%{!?release:1} -%define release 1_py%{pyver} +# Which version of Python to build with. Used to assemble python +# binary name so use '2.2', '2.3', etc. +%if %{?pyver:0}%{!?pyver:1} +%define pyver 2.3 %endif -# Which wxWidgets port to build and use. Current acceptable valuse +# Which wxWidgets port to build and use. Current acceptable values # are 'gtk' and 'gtk2'. %if %{?port:0}%{!?port:1} %define port gtk2 @@ -36,14 +35,6 @@ %define unicode 1 %endif -# Which version of Python to build with. Used to assemble python -# binary name so use '2.2', '2.3', etc. -%if %{?pyver:0}%{!?pyver:1} -%define pyver 2.3 -%endif - - - # Should the builtin image and etc. libs be used, or system libs? # Distro specific RPMs should probably set this to 0, generic ones @@ -66,6 +57,15 @@ %endif +# Used to set the Release tag below. I normally use it to define what +# distro the RPM was build on and also include the version of Python +# it was built with. +%if %{?release:0}%{!?release:1} +%define release 1_py%{pyver} +%endif + + + #---------------------------------------------------------------------- # Other variables used below