15
0

Accepting request 720571 from home:jayvdb:storyscript

Fix for Leap 15.1

OBS-URL: https://build.opensuse.org/request/show/720571
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-spinner?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-08-02 15:54:09 +00:00
committed by Git OBS Bridge
parent eff5dd2267
commit 840ee3d59e
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 2 10:36:18 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Export LANG for Leap 15.1
-------------------------------------------------------------------
Wed Jul 10 02:45:16 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -45,13 +45,16 @@ Spinner for Click.
cp %{SOURCE1} .
%build
export LANG=en_US.UTF-8
%python_build
%install
export LANG=en_US.UTF-8
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8
%python_exec setup.py pytest
%files %{python_files}