]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/distrib/wxPython.spec.in
Fix for differences of when the ECT_WINDOW_CREATE happens between
[wxWidgets.git] / utils / wxPython / distrib / wxPython.spec.in
index 2ab380fffea8bce16bbd1005dd07de02267e5cfa..e67b7bb249d59916bdb2f37f240638e8af85ffca 100644 (file)
@@ -35,7 +35,19 @@ extension language for applications that need a programmable interface.
 #%install
 #make install
 
+%post
+/sbin/ldconfig
+
+%postun
+/sbin/ldconfig
+
 %files
-%doc /usr/doc/wxPython-__VERSION__/README.txt
+%doc /usr/doc/wxPython-__VERSION__
+/usr/lib/libwxPyHelpers.so
 /usr/lib/python1.5/site-packages/wxPython
 
+
+
+
+
+