From: Vadim Zeitlin Date: Fri, 4 Aug 2006 22:47:25 +0000 (+0000) Subject: add some more files to fix rpmbuild errors (parts of patch 1533296) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ca781e724ccb5312bcb140b0573c19d5c9350774 add some more files to fix rpmbuild errors (parts of patch 1533296) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxBase.spec b/wxBase.spec index 2522ca638e..4ded4738ae 100644 --- a/wxBase.spec +++ b/wxBase.spec @@ -91,8 +91,8 @@ 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) +(cd obj-static ; make DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install) +(cd obj-shared ; make DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install) %find_lang wxstd @@ -132,12 +132,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)