From c36385d8f7fabe97a44a933d6eca4301bc1e692753291572d4e6e34af9e00bf2 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Thu, 25 Oct 2018 07:47:15 +0000 Subject: [PATCH] Accepting request 644496 from home:alarrosa:branches:devel:languages:python:pytest - Changed the value of the LANG env var when building the package - Be more explicit in the package filelist OBS-URL: https://build.opensuse.org/request/show/644496 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-translations?expand=0&rev=2 --- python-pytest-translations.changes | 6 ++++++ python-pytest-translations.spec | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/python-pytest-translations.changes b/python-pytest-translations.changes index be27116..57be53b 100644 --- a/python-pytest-translations.changes +++ b/python-pytest-translations.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 25 07:40:33 UTC 2018 - Antonio Larrosa + +- Changed the value of the LANG env var when building the package +- Be more explicit in the package filelist + ------------------------------------------------------------------- Thu Sep 20 11:05:55 UTC 2018 - Antonio Larrosa - 2.0.0 diff --git a/python-pytest-translations.spec b/python-pytest-translations.spec index 034a48d..1a3f75d 100644 --- a/python-pytest-translations.spec +++ b/python-pytest-translations.spec @@ -53,17 +53,17 @@ Test check for: %setup -q -n pytest-translations-%{version} %build -export LANG=en_US@utf-8 +export LANG=en_US.UTF-8 %python_build %install -export LANG=en_US@utf-8 +export LANG=en_US.UTF-8 %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %if %{with test} %check -export LANG=en_US@utf-8 +export LANG=en_US.UTF-8 export PYTHONPATH=$PWD %python_exec %{_bindir}/py.test %endif @@ -71,6 +71,7 @@ export PYTHONPATH=$PWD %files %{python_files} %doc AUTHORS ChangeLog README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/pytest_translations-%{version}-py%{py_ver}.egg-info/ +%{python_sitelib}/pytest_translations %changelog