diff --git a/python-zstandard.spec b/python-zstandard.spec index 759146212d7f18808c8b4c2d0dc6b46321bf7682..45922e0df8b3de9a3e92e09b0f600cd0232210a3 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-zstandard Version: 0.22.0 -Release: 1 +Release: 2 Summary: Zstandard bindings for Python License: BSD-3-Clause URL: https://github.com/indygreg/python-zstandard @@ -24,12 +24,7 @@ Requires: python3-cffi This project provides Python bindings for interfacing with the Zstandard compression library. A C extension and CFFI interface are provided. -%package help -Summary: Development documents and examples for zstandard -Provides: python3-zstandard-doc -%description help -This project provides Python bindings for interfacing with the Zstandard -compression library. A C extension and CFFI interface are provided. +%package_help %prep %autosetup -n zstandard-%{version} @@ -75,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 Zekai Zhao - 0.22.0-2 +- Replaced declaration of help subpackage with the 'package_help' macor. + * Sun Feb 04 2024 xu_ping <707078654@qq.com> - 0.22.0-1 - Update package to version 0.22.0