From 45bdbbd58fec671f0b67060a1a43104e52c7f35a Mon Sep 17 00:00:00 2001 From: zhaozekai Date: Mon, 19 Aug 2024 15:23:00 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- python-zstandard.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/python-zstandard.spec b/python-zstandard.spec index 4d3012a..a910472 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-zstandard Version: 0.15.2 -Release: 1 +Release: 2 Summary: Zstandard bindings for Python License: BSD-3-Clause URL: https://github.com/indygreg/python-zstandard @@ -24,12 +24,7 @@ BuildRequires: gdb 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 %{name}-%{version} @@ -75,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 Zekai Zhao - 0.15.2-2 +- Replaced declaration of help subpackage with the 'package_help' macor. + * Fri Jul 30 2021 Python_Bot - 0.15.2-1 - Package Spec generated -- Gitee