[mingw-wxWidgets] fix mo file finding

sailer sailer at fedoraproject.org
Wed Jun 22 09:20:44 UTC 2011


commit 2b490902f36cf4b20644080f6327d88a9104829b
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Wed Jun 22 11:20:12 2011 +0200

    fix mo file finding

 mingw-wxWidgets.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mingw-wxWidgets.spec b/mingw-wxWidgets.spec
index b6de798..1c386e7 100644
--- a/mingw-wxWidgets.spec
+++ b/mingw-wxWidgets.spec
@@ -112,8 +112,9 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/bakefile
 
 # find locale files
 %find_lang wxstd
+%find_lang wxmsw
 
-%files -n mingw32-%{mingw_pkg_name} -f wxstd.lang
+%files -n mingw32-%{mingw_pkg_name} -f wxstd.lang -f wxmsw.lang
 %doc docs/licence.txt docs/licendoc.txt docs/lgpl.txt docs/gpl.txt
 %{_mingw32_bindir}/wx-config
 %{_mingw32_bindir}/wxbase28u_gcc_custom.dll


More information about the scm-commits mailing list