diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-15 02:54:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-15 02:54:17 +0000 |
commit | eacdd73c148a078ac28120593fbece9b075493e6 (patch) | |
tree | 75d9978d2195afca2cf857b830bb4f36863143d1 | |
parent | 9679e82c348fe46b28d099a79ea8438dd28215a0 (diff) |
automatic import of python-tensordict
-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 |