diff options
-rw-r--r-- | rl.spec | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -56,17 +56,18 @@ You can reuse your favorite Python packages such as NumPy, SciPy and Cython to e %autosetup -p1 -n %{name}-%{version} %build -%pyproject_build +%py3_build %install -%pyproject_install +%define _unpackaged_files_terminate_build 0 +%py3_install %files -n python3-rl %doc *.md %license LICENSE -%{python3_sitelib}/* +%{python3_sitearch}/* %changelog -* Wed Jan 31 2024 Hongyu Li<543306408@qq.com> +* Tue April 15 2024 Hongyu Li<543306408@qq.com> - Package init |