From 63ca914ceae2394a498652b4eaec8643ef148dd4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 5 Aug 2006 13:34:59 +0000 Subject: [PATCH] added back .mo files (we do have a separate package for them after all); added bakefile presets git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxGTK.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wxGTK.spec b/wxGTK.spec index 8d0343bec3..922804b549 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -200,6 +200,8 @@ cd contrib/src $MAKE cd ../../.. +make -C locale allmo + %install rm -rf $RPM_BUILD_ROOT (cd obj-static; make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install) @@ -565,6 +567,7 @@ rm -f %{_bindir}/%{wxbaseconfiglink} %files -n wx-i18n %defattr(-,root,root) +%{_datadir}/locale/*/LC_MESSAGES/*.mo %files devel -f core-headers.files %defattr(-,root,root) @@ -615,6 +618,7 @@ rm -f %{_bindir}/%{wxbaseconfiglink} %{_libdir}/wx/config/%{wxbaseconfigstatic} %{_libdir}/wx/include/%{wxbaseconfigstatic}/wx/setup.h %{_datadir}/aclocal/*.m4 +%{_datadir}/bakefile/presets/* %files gl %defattr(-,root,root) -- 2.45.2