]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/distrib/wxPython.spec.in
Some slight cleanup and reorganization
[wxWidgets.git] / utils / wxPython / distrib / wxPython.spec.in
1 Summary: Cross platform GUI toolkit for use with the Python language.
2 Name: wxPython
3 Version: __VERSION__
4 Release: 2
5 Copyright: wxWindows
6 Group: Development/Languages/Python
7 Source: http://alldunn.com/wxPython/wxPython-__VERSION__.tar.gz
8 Packager: Robin Dunn <robin@alldunn.com>
9 Vendor: Total Control Software
10
11
12 %description
13
14 This Python package consists of an extension module that wraps around the
15 wxWindows C++ class library and provides a cross platform GUI toolkit for
16 use with Python. Currently supported platforms are Win32 and Unix/GTK/X.
17
18 Python is an interpreted, interactive, object-oriented programming language.
19 Python combines remarkable power with very clear syntax. It has modules,
20 classes, exceptions, very high level dynamic data types, and dynamic typing.
21 There are interfaces to many system calls and libraries, and new built-in
22 modules are easily written in C or C++. Python is also usable as an
23 extension language for applications that need a programmable interface.
24
25 #%prep
26 #%setup
27 #cd wxPython-__VERSION__
28 #make -f Makefile.pre.in boot
29 #
30 #%build
31 #make OPT=-O2
32 #
33 #
34 #%install
35 #make install
36
37 %files
38 %doc ../README.txt
39 /usr/lib/python1.5/site-packages/wxPython
40
41
42
43
44