From 9ba2cf4d205609f17a595787a8a47c3ca495dc65 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 31 Mar 2024 09:08:47 +0000 Subject: automatic import of python-torchtext --- python-torchtext.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python-torchtext.spec') diff --git a/python-torchtext.spec b/python-torchtext.spec index b69f9b3..af32c42 100644 --- a/python-torchtext.spec +++ b/python-torchtext.spec @@ -36,10 +36,10 @@ Summary: %{summary} Models, data loaders and abstractions for language processing, powered by PyTorch %prep -unzip -q %{SOURCE1} %autosetup -p1 -n text-%{pypi_version} rm -rf third_party/* -mv ../sentencepiece ./third_party/ +mkdir third_party/sentencepiece +unzip ../%{SOURCE1} -d third_party/sentencepiece %build %py3_build -- cgit v1.2.3