Dirk Mueller 2017-10-11 10:08:58 +00:00 committed by Git OBS Bridge
parent e37b5de7d7
commit 502cbe7c08
2 changed files with 2 additions and 17 deletions

View File

@ -100,23 +100,7 @@ selectors.py
shutil.py
signal.py
_sitebuiltins.py
site-packages/construct/core.py
site-packages/construct/debug.py
site-packages/construct/expr.py
site-packages/construct/__init__.py
site-packages/construct/lib/binary.py
site-packages/construct/lib/bitstream.py
site-packages/construct/lib/container.py
site-packages/construct/lib/hex.py
site-packages/construct/lib/__init__.py
site-packages/construct/lib/py3compat.py
site-packages/construct/version.py
site-packages/magic.py
site-packages/pybeam/beam_construct.py
site-packages/pybeam/beam_file.py
site-packages/pybeam/eetf_construct.py
site-packages/pybeam/erlang_types.py
site-packages/pybeam/__init__.py
site-packages/rpm/__init__.py
site-packages/rpm/_rpm.so
site-packages/rpm/transaction.py

View File

@ -84,7 +84,8 @@ pushd %{_libdir}/python%{py3_ver}/
for f in $(<%{SOURCE100}); do
find -path "*/$f" -exec install -D {} %{buildroot}/opt/testing/%{_lib}/python%{py3_ver}/{} \;
done
cp -a %{python3_sitelib}/pybeam %{buildroot}/opt/testing/%{_lib}/python%{py3_ver}/site-packages
# ErlangCheck dependencies that are not under %_libdir but under /usr/lib :-(
cp -a %{python3_sitelib}/{construct,pybeam} %{buildroot}/opt/testing/%{_lib}/python%{py3_ver}/site-packages
install -D %{_bindir}/python3 %{buildroot}/opt/testing/bin/python3
cp -a %{_libdir}/libmagic.so.* %{buildroot}/opt/testing/%{_lib}
cp -a %{_libdir}/libpython%{py3_ver}m.so.* %{buildroot}/opt/testing/%{_lib}