X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca781e724ccb5312bcb140b0573c19d5c9350774..33328cd8828baafa97e8623e005b471486b61cc7:/wxBase.spec diff --git a/wxBase.spec b/wxBase.spec index 4ded4738ae..3f8a054ef3 100644 --- a/wxBase.spec +++ b/wxBase.spec @@ -91,8 +91,13 @@ cd .. %install rm -rf $RPM_BUILD_ROOT -(cd obj-static ; make DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install) -(cd obj-shared ; make DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install) +make -C locale allmo +make -C obj-static DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install +make -C obj-shared DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install + +# we need to modify the absolute wx-config link to be relative or rpm complains +# (and our package wouldn't be relocatable) +ln -sf ../lib/wx/config/%{wxconfig} $RPM_BUILD_ROOT/%{pref}/bin/wx-config %find_lang wxstd