diff options
-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 |