Bug 714398

Summary: Missing translations
Product: [Fedora] Fedora Reporter: Fritz Elfert <fritz>
Component: mingw-wxWidgetsAssignee: Thomas Sailer <fedora>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 15CC: fedora, kalevlember
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: mingw-wxWidgets-2.8.12-5.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-12 04:54:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Adds the missing statement to build the .mo files so that they get installed during the %install step none

Description Fritz Elfert 2011-06-18 22:42:36 UTC
Created attachment 505415 [details]
Adds the missing statement to build the .mo files so that they get installed during the %install step

Description of problem:
The package mingw32-wxWidgets.noarch is missing the standard translations.

Version-Release number of selected component (if applicable):
2.8.12-3.fc15

How reproducible:
100%

Steps to Reproduce:
1. yum install mingw32-wxWidgets
2.
3.
  
Actual results:
find /usr/i686-pc-mingw32/sys-root/mingw/share/locale -name wxstd.mo
returns an empty result.

Expected results:
find /usr/i686-pc-mingw32/sys-root/mingw/share/locale -name wxstd.mo
should return the following list:
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/ca/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/cs/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/da/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/de/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/el/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/es/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/fi/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/fr/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/hu/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/id/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/it/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/ja/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/nl/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/pl/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/ru/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/sl/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/sv/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/tr/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/uk/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/zh_CN/LC_MESSAGES/wxstd.mo
/usr/i686-pc-mingw32/sys-root/mingw/share/locale/zh_TW/LC_MESSAGES/wxstd.mo

Additional info:
See attached patch for the spec file.

Comment 1 Fedora Update System 2011-06-19 20:22:10 UTC
mingw-wxWidgets-2.8.12-4.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/mingw-wxWidgets-2.8.12-4.fc15

Comment 2 Fedora Update System 2011-06-19 20:22:17 UTC
mingw-wxWidgets-2.8.12-4.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/mingw-wxWidgets-2.8.12-4.fc14

Comment 3 Fedora Update System 2011-06-21 17:06:58 UTC
Package mingw-wxWidgets-2.8.12-4.fc14:
* should fix your issue,
* was pushed to the Fedora 14 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing mingw-wxWidgets-2.8.12-4.fc14'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/mingw-wxWidgets-2.8.12-4.fc14
then log in and leave karma (feedback).

Comment 4 Fritz Elfert 2011-06-22 02:44:27 UTC
I'm afraid, my initial report was a bit inaccurate. There's still one file missing, which according to the build log is removed explicitely after running make install:

+ rm -f /builddir/build/BUILDROOT/mingw-wxWidgets-2.8.12-4.fc14.noarch/usr/i686-pc-mingw32/sys-root/mingw/share/locale/it/LC_MESSAGES/wxmsw.mo

This file overrides a single translation (The default Help-Menu Title) for italian windows only (no other platform uses it).

Otherwise: looks good now.

Comment 5 Fedora Update System 2011-07-12 04:53:57 UTC
mingw-wxWidgets-2.8.12-5.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2011-07-12 05:20:46 UTC
mingw-wxWidgets-2.8.12-5.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.