]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/distrib/wxPython.spec.in
some tests
[wxWidgets.git] / utils / wxPython / distrib / wxPython.spec.in
index d0834483403206e462458284f9e12e52b105b9c7..e67b7bb249d59916bdb2f37f240638e8af85ffca 100644 (file)
@@ -1,13 +1,14 @@
 Summary: Cross platform GUI toolkit for use with the Python language.
 Name: wxPython
 Version: __VERSION__
-Release: 2
+Release: 1
 Copyright: wxWindows
 Group: Development/Languages/Python
 Source: http://alldunn.com/wxPython/wxPython-__VERSION__.tar.gz
 Packager: Robin Dunn <robin@alldunn.com>
 Vendor: Total Control Software
-
+Requires: python >= 1.5.1
+Prefix: /usr/lib/python1.5/site-packages
 
 %description
 
@@ -28,17 +29,25 @@ extension language for applications that need a programmable interface.
 #make -f Makefile.pre.in boot
 #
 #%build
-#make OPT=-O2
+#make
 #
 #
 #%install
 #make install
 
+%post
+/sbin/ldconfig
+
+%postun
+/sbin/ldconfig
+
 %files
-%doc ../README.txt
+%doc /usr/doc/wxPython-__VERSION__
+/usr/lib/libwxPyHelpers.so
 /usr/lib/python1.5/site-packages/wxPython
 
 
 
 
 
+