From 26adcf6c32c199695ef8875783db71e72bac99f4 Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 01:04:37 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- python-ninja.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-ninja.spec b/python-ninja.spec index a0ad72d..9b1e6eb 100644 --- a/python-ninja.spec +++ b/python-ninja.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-ninja Version: 1.11.1.1 -Release: 3 +Release: 4 Summary: A small build system with a focus on speed. License: Apache-2.0 URL: https://github.com/ninja-build/ninja @@ -32,8 +32,7 @@ BuildRequires: cmake gcc-c++ %description -n python3-ninja A small build system with a focus on speed. -%package help -Summary: Development documents and examples for ninja. +%package_help Provides: python3-ninja-doc %description help @@ -76,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 siyongchang - 1.11.1.1-4 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Apr 08 2024 zhangxianting - 1.11.1.1-3 - Fix install conflicts -- Gitee