diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-16 02:31:21 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-16 02:31:21 +0000 |
commit | b79f1f189fb33bc44c129148e207b0a8da03d7a8 (patch) | |
tree | bd010f4013303d0271fed13a3853abc3d91ae885 | |
parent | d8132c5b0027e2cf374304e815f0dcc48a8ddd0f (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 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 |