[mingw-wxWidgets] build mo files

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


commit cf3e3033c43adbe32a654512ebf3197e1aa6c832
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 bdcd80c..6a98a55 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:       4%{?dist}
+Release:       5%{?dist}
 License:       wxWidgets
 
 Group:         Development/Libraries
@@ -88,6 +88,9 @@ cd obj-static
 make %{?_smp_mflags}
 cd ..
 
+#========= Locale ====================
+make -C locale allmo
+
 #==========================================
 %install
 make install -C obj-shared DESTDIR=$RPM_BUILD_ROOT
@@ -160,6 +163,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-5
+- build mo files (reported by Fritz Elfert)
+
 * Fri Jun 03 2011 Kalev Lember <kalev at smartlink.ee> - 2.8.12-4
 - Rebuilt with mingw32-libjpeg-turbo, dropped jpeg_boolean patch (#604702)
 


More information about the scm-commits mailing list