From: Robin Dunn Date: Fri, 18 Jul 2003 02:28:09 +0000 (+0000) Subject: User the version number in the dir name of the private wxWindows install. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/63b1cb8227e6ced34de6862e45333b1c5a7e8346 User the version number in the dir name of the private wxWindows install. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/wxPythonFull.spec.in b/wxPython/distrib/wxPythonFull.spec.in index 15bb0ea82b..a0f1ca2b36 100644 --- a/wxPython/distrib/wxPythonFull.spec.in +++ b/wxPython/distrib/wxPythonFull.spec.in @@ -8,7 +8,8 @@ %define version @VERSION@ %define ver2 @VER2@ %define release 1 -%define wxpref %{pref}/lib/wxPython +%define wxpref %{pref}/lib/wxPython-%{version} +%define wxprefbase %{pref}/lib/wxPython %define name wxPython%{port}-py%{pyver} @@ -272,6 +273,18 @@ $GFL $RPM_BUILD_ROOT %{wxpref}/bin/wx-config >> DEVELLIST ##%postun ##%{clean_menus} + +%post +if [ -e %{wxprefbase} ]; then + rm %{wxprefbase} +fi +ln -s %{wxpref} %{wxprefbase} + +%postun +if [ -e %{wxprefbase} ]; then + rm %{wxprefbase} +fi + #---------------------------------------------------------------- %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT