From 440e47ad33e17d5786381887881184cdd59fbe51 Mon Sep 17 00:00:00 2001 From: siyongchang Date: Mon, 19 Aug 2024 03:14:00 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- python-ninja.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/python-ninja.spec b/python-ninja.spec index a0ad72d..ce022fd 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,12 +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. -Provides: python3-ninja-doc - -%description help -Development documents and examples for ninja. +%package_help %prep %autosetup -n ninja-%{version} @@ -76,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 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