X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/feffc1b546b896b64b24def29d03e1d404f92a70..369be443aa958ebce00f4d112f96ed7fa14c39b6:/wxBase.spec diff --git a/wxBase.spec b/wxBase.spec index 2522ca638e..3f8a054ef3 100644 --- a/wxBase.spec +++ b/wxBase.spec @@ -91,8 +91,13 @@ cd .. %install rm -rf $RPM_BUILD_ROOT -(cd obj-static ; make prefix=$RPM_BUILD_ROOT%{pref} install) -(cd obj-shared ; make prefix=$RPM_BUILD_ROOT%{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 @@ -132,12 +137,15 @@ rm -f %{_bindir}/%{wxconfiglink} %files devel %defattr (-,root,root) +%{_bindir}/wx-config %dir %{_includedir}/wx-%{ver2} %{_includedir}/wx-%{ver2}/* %{_libdir}/libwx_base*-%{ver2}.so %dir %{_libdir}/wx %{_libdir}/wx/* %{_datadir}/aclocal/*.m4 +%{_datadir}/bakefile/presets/* +%{_datadir}/locale/*/LC_MESSAGES/*.mo %files static %defattr (-,root,root)