diff --git a/python-ninja.spec b/python-ninja.spec index a0ad72d8b1e32b10658639ef274c27df0537ec11..ce022fd7a4315b7d4cde334aa2f4e7cceb3bfed3 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