Name: torchtext Version: 0.15.2 Release: 1%{?dist} Summary: Text utilities and datasets for PyTorch License: MIT URL: https://github.com/pytorch/text Source0: https://openi.pcl.ac.cn/JunJun-Liu/torchtext/text-0.15.2.tar.gz BuildRequires: python3-devel BuildRequires: python3-pytorch >= 2.0.1 BuildRequires: ninja-build BuildRequires: cmake Requires: python3 Requires: python3-pytorch >= 2.0.1 %description Text utilities and datasets for PyTorch %prep %autosetup -n text-0.15.2 %build %{__python3} setup.py build %install %{__python3} setup.py install --skip-build --root $RPM_BUILD_ROOT %files %license LICENSE %doc README.md %{python3_sitelib}/text* %changelog * Wed Feb 28 2024 Junjun Liu - 0.15.2-1 - First build of text 0.17.1 for PyTorch