]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/distrib/wxPython.spec.in
Changed wxGetSingleChoiceData() to take void* client data pointers instead
[wxWidgets.git] / utils / wxPython / distrib / wxPython.spec.in
index 97ffabdaf4fc462be32bd9d2492e6c5797a866f3..e67b7bb249d59916bdb2f37f240638e8af85ffca 100644 (file)
@@ -35,6 +35,12 @@ extension language for applications that need a programmable interface.
 #%install
 #make install
 
+%post
+/sbin/ldconfig
+
+%postun
+/sbin/ldconfig
+
 %files
 %doc /usr/doc/wxPython-__VERSION__
 /usr/lib/libwxPyHelpers.so
@@ -42,3 +48,6 @@ extension language for applications that need a programmable interface.
 
 
 
+
+
+