diff options
Diffstat (limited to 'torchtext.spec')
-rw-r--r-- | torchtext.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/torchtext.spec b/torchtext.spec index fe8367b..dc88449 100644 --- a/torchtext.spec +++ b/torchtext.spec @@ -66,10 +66,10 @@ Summary: %{pkg_summary} # the name here should match the name of tar.gz file %prep %autosetup -p1 -n text-%{version} -tar -xvf %{Source1} -C text-%{version}/third_party -tar -xvf %{Source2} -C text-%{version}/third_party -tar -xvf %{Source3} -C text-%{version}/third_party -tar -xvf %{Source4} -C text-%{version}/third_party +tar -xvf re2-2024-04-1.tar.gz -C text-%{version}/third_party +tar -xvf sentencepiece-0.2.0.tar.gz -C text-%{version}/third_party +tar -xvf utf8proc-2.9.0.tar.gz -C text-%{version}/third_party +tar -xvf double-conversion-3.3.0.tar.gz -C text-%{version}/third_party %build %pyproject_build |