diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-15 19:16:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-15 19:16:16 +0000 |
commit | 054e32931c194234f981c75ca5f761ed83723a6b (patch) | |
tree | 10ad1e104a578eea87d2c8291d41e692690c10e8 | |
parent | ddc37e56aa87cdfd96a159306897cebe244a74e5 (diff) |
automatic import of torchtext
-rw-r--r-- | torchtext.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/torchtext.spec b/torchtext.spec index 375f6d4..ae047ab 100644 --- a/torchtext.spec +++ b/torchtext.spec @@ -32,10 +32,10 @@ BuildRequires: python3-pytorch # sub pkg section 1 %package -n python3-%{pkg_name} -Summary: a python3-lib provides text processing functionality +Summary: %{pkg_summary} %description -n python3-%{pkg_name} -python3-transformers provides APIs for transformers realize. +%{pkg_desc} # pkg section: help optional # %package -n help @@ -58,8 +58,8 @@ python3-transformers provides APIs for transformers realize. %files -n python3-%{pkg_name} %doc README* %license LICENSE* -%{python3_sitearch}/python_%{pkg_name}/* -# %{python3_sitelib}/python_%{pkg_name}/* +# %{python3_sitearch}/python_%{pkg_name}/* +%{python3_sitelib}/python_%{pkg_name}/* %changelog |