From 0d793c4f43da4c229044d7ec8d782cc9d366f303 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 16 Apr 2024 08:15:22 +0000 Subject: automatic import of rl --- rl.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rl.spec b/rl.spec index e2f63a9..e7678f1 100644 --- a/rl.spec +++ b/rl.spec @@ -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 -- cgit v1.2.3