- 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:
parent
f384620cfa
commit
e37b5de7d7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user