summaryrefslogtreecommitdiff
path: root/rl.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-04-16 08:15:22 +0000
committerCoprDistGit <infra@openeuler.org>2024-04-16 08:15:22 +0000
commit0d793c4f43da4c229044d7ec8d782cc9d366f303 (patch)
tree3ae68d173fbc683780b4f163d5fc612a9a8201cf /rl.spec
parent9300558a5158337f86f9fac6efa4ac4341972f5e (diff)
automatic import of rlopeneuler23.09
Diffstat (limited to 'rl.spec')
-rw-r--r--rl.spec9
1 files 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