X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69c6074dc5c78ba3e73173bf62d69aab8a857f65..8e425133fbdde2e2663e443bcaadf4a35914d845:/utils/wxPython/distrib/wxPython.spec.in diff --git a/utils/wxPython/distrib/wxPython.spec.in b/utils/wxPython/distrib/wxPython.spec.in index c439167674..e67b7bb249 100644 --- a/utils/wxPython/distrib/wxPython.spec.in +++ b/utils/wxPython/distrib/wxPython.spec.in @@ -1,7 +1,7 @@ Summary: Cross platform GUI toolkit for use with the Python language. Name: wxPython Version: __VERSION__ -Release: 3 +Release: 1 Copyright: wxWindows Group: Development/Languages/Python Source: http://alldunn.com/wxPython/wxPython-__VERSION__.tar.gz @@ -35,7 +35,19 @@ extension language for applications that need a programmable interface. #%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 + + + + +