!24 fix pyinstaller command error on x86_64 architecture.
From: @cherry530 Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
f6807a7169
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-pyinstaller
|
Name: python-pyinstaller
|
||||||
Version: 3.6
|
Version: 3.6
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: PyInstaller bundles a Python application and all its dependencies into a single package.
|
Summary: PyInstaller bundles a Python application and all its dependencies into a single package.
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
URL: http://www.pyinstaller.org
|
URL: http://www.pyinstaller.org
|
||||||
@ -70,12 +70,19 @@ mv %{buildroot}/doclist.lst .
|
|||||||
|
|
||||||
%files -n python3-pyinstaller -f filelist.lst
|
%files -n python3-pyinstaller -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
%ifarch x86_64
|
||||||
|
%exclude %{python3_sitelib}/PyInstaller/bootloader/{D*,W*,*32*}
|
||||||
|
%else
|
||||||
%exclude %{python3_sitelib}/PyInstaller/bootloader/{D*,W*,*32*,Linux-64bit}
|
%exclude %{python3_sitelib}/PyInstaller/bootloader/{D*,W*,*32*,Linux-64bit}
|
||||||
|
%endif
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_pkgdocdir}
|
%{_pkgdocdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 19 2025 xu_ping <707078654@qq.com> - 3.6-3
|
||||||
|
- fix pyinstaller command error on x86_64 architecture.
|
||||||
|
|
||||||
* Thu Jun 13 2024 yao_xin <yao_xin001@hoperun.com> - 3.6-2
|
* Thu Jun 13 2024 yao_xin <yao_xin001@hoperun.com> - 3.6-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user