diff --git a/pytorch.spec b/pytorch.spec index 8ddeac8057c039213a9defa1d4a1a66363280d0e..790eff56ffe1c6c965cda355dfa92c0b1c92fff5 100644 --- a/pytorch.spec +++ b/pytorch.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: pytorch Version: 1.6.0 -Release: 4 +Release: 5 Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration License: BSD-3 URL: https://pytorch.org/ @@ -37,14 +37,7 @@ PyTorch is a Python package that provides two high-level features: - Deep neural networks built on a tape-based autograd system You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed. -%package help -Summary: Development documents and examples for torch -Provides: python3-pytorch-doc -%description help -PyTorch is a Python package that provides two high-level features: -- Tensor computation (like NumPy) with strong GPU acceleration -- Deep neural networks built on a tape-based autograd system -You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed. +%package_help %prep %autosetup -p1 @@ -87,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 Zekai Zhao - 1.6.0-5 +- Replaced declaration of help subpackage with the 'package_help' macor. + * Mon Dec 26 2022 wangdongxing - 1.6.0-4 - fixes: error: add build requires make for compile local