From 84ad19e7b6fab1baedcd068df4da6cc04b71c97d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=9B=E7=8E=89=E8=B4=A4?= Date: Tue, 20 Aug 2024 14:06:22 +0800 Subject: [PATCH] Replaced declaration of help subpakage with the 'libpinyin-help' macro --- libpinyin.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/libpinyin.spec b/libpinyin.spec index 4e927be..5c7e0b1 100644 --- a/libpinyin.spec +++ b/libpinyin.spec @@ -1,6 +1,6 @@ Name: libpinyin Version: 2.8.1 -Release: 1 +Release: 2 Summary: Library to deal with pinyin License: GPLv3+ URL: https://github.com/libpinyin/libpinyin @@ -27,11 +27,13 @@ Obsoletes: libzhuyin-devel < %{version}-%{release} %description devel This package includes header files and Development files for libpinyin -%package help -Summary: Document files for libpinyin +#%package help +#Summary: Document files for libpinyin -%description help -Document files for libpinyin +#%description help +#Document files for libpinyin + +%package_help %prep %autosetup -p1 @@ -75,6 +77,9 @@ make check %changelog +* Tue Aug 20 2024 yuxian Mao - 2.8.1-2 +- Replaced declaration of help subpakage with the 'libpinyin-help' macro. + * Mon Sep 04 2023 chenchen - 2.8.1-1 - Upgrade to version 2.8.1 -- Gitee