summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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