[mingw-wxWidgets/f15] build mo files

sailer sailer at fedoraproject.org
Sun Jun 19 19:50:04 UTC 2011


commit 9790efe6975624c690394eb6947d2a618f30247f
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Sun Jun 19 11:03:28 2011 +0200

    build mo files

 mingw-wxWidgets.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/mingw-wxWidgets.spec b/mingw-wxWidgets.spec
index 7fb6dd5..03011d0 100644
--- a/mingw-wxWidgets.spec
+++ b/mingw-wxWidgets.spec
@@ -10,7 +10,7 @@
 Summary:       MinGW port of the wxWidgets GUI library
 Name:          mingw-%{mingw_pkg_name}
 Version:       2.8.12
-Release:       3%{?dist}
+Release:       4%{?dist}
 License:       wxWidgets
 
 Group:         Development/Libraries
@@ -90,6 +90,9 @@ cd obj-static
 make %{?_smp_mflags}
 cd ..
 
+#========= Locale ====================
+make -C locale allmo
+
 #==========================================
 %install
 make install -C obj-shared DESTDIR=$RPM_BUILD_ROOT
@@ -162,6 +165,9 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/bakefile
 
 
 %changelog
+* Sun Jun 19 2011 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.8.12-4
+- build mo files (reported by Fritz Elfert)
+
 * Mon May 23 2011 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.8.12-3
 - transition to new package naming scheme
 


More information about the scm-commits mailing list