diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-16 08:15:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-16 08:15:22 +0000 |
commit | 0d793c4f43da4c229044d7ec8d782cc9d366f303 (patch) | |
tree | 3ae68d173fbc683780b4f163d5fc612a9a8201cf | |
parent | 9300558a5158337f86f9fac6efa4ac4341972f5e (diff) |
automatic import of rlopeneuler23.09
-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 |