From b79f1f189fb33bc44c129148e207b0a8da03d7a8 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 16 Apr 2024 02:31:21 +0000 Subject: automatic import of torchtext --- torchtext.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'torchtext.spec') 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 -- cgit v1.2.3