]> git.saurik.com Git - wxWidgets.git/commitdiff
added back .mo files (we do have a separate package for them after all); added bakefi...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Aug 2006 13:34:59 +0000 (13:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Aug 2006 13:34:59 +0000 (13:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxGTK.spec

index 8d0343bec3506e05bd215d5d7f07d8b990d5e3c7..922804b54930eb3fe3f2922d024f06fb5de58189 100644 (file)
@@ -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)