Accepting request 129866 from home:dimstar:branches:devel:languages:python:Factory

gettext: also find locale files in /usr/share/bundle-locale. Fixes issues like bnc#617751, where bundle-lang-gnome-<xx> is installed, provides the .mo file, yet the python app does not translate. Installing <app>-lang would solve the issues, but would work against our bundle-lang package strategy... suggestive, this should also  be ported to 12.2

OBS-URL: https://build.opensuse.org/request/show/129866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=125
This commit is contained in:
Jan Matejek
2012-08-06 16:21:50 +00:00
committed by Git OBS Bridge
parent 6449546d67
commit a5bf6b85c9
5 changed files with 39 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ Patch17: remove-static-libpython.diff
# PATCH-FIX-OPENSUSE python-2.7.3-ssl_ca_path.patch [bnc#761501] -- Support directory-based certificate stores with the ca_certs parameter of SSL functions
Patch18: python-2.7.3-ssl_ca_path.patch
Patch19: python-2.7.3-fix-dbm-64bit-bigendian.patch
# PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 dimstar@opensuse.org -- gettext: when looking in default_localedir also check in locale-bundle.
Patch20: python-bundle-lang.patch
# COMMON-PATCH-END
%define python_version %(echo %{tarversion} | head -c 3)
BuildRequires: automake
@@ -138,6 +140,7 @@ other applications.
%patch17
%patch18
%patch19 -p1
%patch20 -p1
# COMMON-PREP-END
# drop Autoconf version requirement