]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/distrib/wxPython.spec.in
Trying to get the execute bit set but default...
[wxWidgets.git] / utils / wxPython / distrib / wxPython.spec.in
CommitLineData
e6c95f27
RD
1Summary: Cross platform GUI toolkit for use with the Python language.
2Name: wxPython
3Version: __VERSION__
2d9f5597 4Release: 1
e6c95f27
RD
5Copyright: wxWindows
6Group: Development/Languages/Python
7Source: http://alldunn.com/wxPython/wxPython-__VERSION__.tar.gz
8Packager: Robin Dunn <robin@alldunn.com>
9Vendor: Total Control Software
69c6074d
RD
10Requires: python >= 1.5.1
11Prefix: /usr/lib/python1.5/site-packages
e6c95f27
RD
12
13%description
14
15This Python package consists of an extension module that wraps around the
16wxWindows C++ class library and provides a cross platform GUI toolkit for
17use with Python. Currently supported platforms are Win32 and Unix/GTK/X.
18
19Python is an interpreted, interactive, object-oriented programming language.
20Python combines remarkable power with very clear syntax. It has modules,
21classes, exceptions, very high level dynamic data types, and dynamic typing.
22There are interfaces to many system calls and libraries, and new built-in
23modules are easily written in C or C++. Python is also usable as an
24extension 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
69c6074d 32#make
e6c95f27
RD
33#
34#
35#%install
36#make install
37
988238ab
RD
38%post
39/sbin/ldconfig
40
41%postun
42/sbin/ldconfig
43
e6c95f27 44%files
77ed579e
RD
45%doc /usr/doc/wxPython-__VERSION__
46/usr/lib/libwxPyHelpers.so
e6c95f27
RD
47/usr/lib/python1.5/site-packages/wxPython
48
77ed579e
RD
49
50
988238ab
RD
51
52
53