- include pybeam also for lib64 architectures

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint-mini?expand=0&rev=84
This commit is contained in:
Dirk Mueller 2017-10-11 07:45:01 +00:00 committed by Git OBS Bridge
parent f384620cfa
commit e37b5de7d7
3 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,6 @@ selectors.py
shutil.py
signal.py
_sitebuiltins.py
site-packages
site-packages/construct/core.py
site-packages/construct/debug.py
site-packages/construct/expr.py

View File

@ -2,6 +2,7 @@
Tue Oct 10 11:40:49 UTC 2017 - dmueller@suse.com
- also import ElementTree
- include pybeam also for lib64 architectures
-------------------------------------------------------------------
Thu Sep 28 12:32:54 UTC 2017 - dmueller@suse.com

View File

@ -84,6 +84,7 @@ 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
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}