A few build tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -9,7 +9,7 @@ set -o errexit | |||||||
| if [ $skipsource != yes -o $onlysource = yes ]; then | if [ $skipsource != yes -o $onlysource = yes ]; then | ||||||
|  |  | ||||||
|     # make the source tarball and srpm |     # make the source tarball and srpm | ||||||
|     distrib/makerpm 2.3 srpm |     distrib/makerpm 2.4 srpm | ||||||
|  |  | ||||||
|     # Copy everything to the staging dir |     # Copy everything to the staging dir | ||||||
|     echo "Moving stuff to $STAGING_DIR..." |     echo "Moving stuff to $STAGING_DIR..." | ||||||
|   | |||||||
| @@ -16,9 +16,9 @@ | |||||||
|  |  | ||||||
|  |  | ||||||
| # Which version of Python to build with.  Used to assemble python | # Which version of Python to build with.  Used to assemble python | ||||||
| # binary name so use '2.2', '2.3', etc. | # binary name so use '2.3', '2.4', etc. | ||||||
| %if %{?pyver:0}%{!?pyver:1} | %if %{?pyver:0}%{!?pyver:1} | ||||||
| %define pyver 2.3 | %define pyver 2.4 | ||||||
| %endif | %endif | ||||||
|  |  | ||||||
|  |  | ||||||
| @@ -112,7 +112,7 @@ Cross platform GUI toolkit for Python | |||||||
| Summary:   Cross platform GUI toolkit for Python | Summary:   Cross platform GUI toolkit for Python | ||||||
| Group:     Development/Python | Group:     Development/Python | ||||||
| Requires:  %{pkgname}-common | Requires:  %{pkgname}-common | ||||||
| Obsoletes: wxPythonGTK%{gtktype}-py%{pyver} | Obsoletes: wxPythonGTK%{gtktype}-py%{pyver}, wxPythonGTK%{gtktype} | ||||||
| Provides:  wxPython | Provides:  wxPython | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,10 +1,10 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
| # note a real script yet, just a placeholder for ideas... | # note a real script yet, just a placeholder for ideas... | ||||||
|  |  | ||||||
| b 23 gtk2 t | b 24 gtk2 t | ||||||
| b 23 gtk2   BUILD_RENAMERS=0 PREP_ONLY=1 FULL_DOCS=1 | b 24 gtk2   BUILD_RENAMERS=0 PREP_ONLY=1 FULL_DOCS=1 | ||||||
| ##docs/bin/simplify.py | ##docs/bin/simplify.py | ||||||
| docs/bin/makeapidocs | docs/bin/makeapidocs | ||||||
| b 23 gtk2 t | b 24 gtk2 t | ||||||
| b 23 gtk2   BUILD_RENAMERS=0 PREP_ONLY=1 | b 24 gtk2   BUILD_RENAMERS=0 PREP_ONLY=1 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user