15
0

Accepting request 830724 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/830724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autobahn?expand=0&rev=14
This commit is contained in:
2020-08-31 14:53:19 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 31 10:06:55 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix installation path when NVX is not used (fix aarch64)
-------------------------------------------------------------------
Thu Aug 20 08:47:52 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@@ -110,7 +110,11 @@ export AUTOBAHN_USE_NVX=true
%python_install
%python_clone -a %{buildroot}%{_bindir}/wamp
%python_clone -a %{buildroot}%{_bindir}/xbrnetwork
%if %{with nvx_support}
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%else
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
%if %{with nvx_support}
# It tries to test NVX, even if disabled
@@ -131,7 +135,11 @@ export PY_IGNORE_IMPORTMISMATCH=1
%files %{python_files}
%license LICENSE
%doc README.rst
%if %{with nvx_support}
%{python_sitearch}/*
%else
%{python_sitelib}/*
%endif
%python_alternative %{_bindir}/wamp
%python_alternative %{_bindir}/xbrnetwork