diff options
-rw-r--r-- | python-tensordict.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python-tensordict.spec b/python-tensordict.spec index c3470ae..cdb8116 100644 --- a/python-tensordict.spec +++ b/python-tensordict.spec @@ -3,6 +3,7 @@ %global pkg_summary TensorDict is a pytorch dedicated tensor container. %global pkg_description %{expand: %{pkg_summary}} +%global _empty_manifest_terminate_build 0 Name: python-%{pkg_name} Version: %{pkg_version} @@ -63,11 +64,13 @@ mv %{buildroot}/doclist.lst . %files -n python3-%{pkg_name} %license LICENSE* %doc README* -%{python3_sitelib}/%{pkg_name}* +%{python3_sitearch}/%{pkg_name}* %files doc -f doclist.lst %{_docdir}/* %changelog +* Mon Apr 15 2024 YunShu +- add doc subpackage * Sun Mar 31 2024 YunShu - add tensordict 0.2.1 |