]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/distrib/wxPython.spec.in
fixed some typos
[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: 1
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 Requires: python >= 1.5.1
11 Prefix: /usr/lib/python1.5/site-packages
12
13 %description
14
15 This Python package consists of an extension module that wraps around the
16 wxWindows C++ class library and provides a cross platform GUI toolkit for
17 use with Python. Currently supported platforms are Win32 and Unix/GTK/X.
18
19 Python is an interpreted, interactive, object-oriented programming language.
20 Python combines remarkable power with very clear syntax. It has modules,
21 classes, exceptions, very high level dynamic data types, and dynamic typing.
22 There are interfaces to many system calls and libraries, and new built-in
23 modules are easily written in C or C++. Python is also usable as an
24 extension language for applications that need a programmable interface.
25
26 #%prep
27 #%setup
28 #cd wxPython-__VERSION__
29 #make -f Makefile.pre.in boot
30 #
31 #%build
32 #make
33 #
34 #
35 #%install
36 #make install
37
38 %post
39 /sbin/ldconfig
40
41 %postun
42 /sbin/ldconfig
43
44 %files
45 %doc /usr/doc/wxPython-__VERSION__
46 /usr/lib/libwxPyHelpers.so
47 /usr/lib/python1.5/site-packages/wxPython
48
49
50
51
52
53