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