!11 [sync] PR-7: 【轻量级pr】用”package_help“宏替换help子包声明

From: @openeuler-sync-bot 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
This commit is contained in:
openeuler-ci-bot 2025-02-21 07:57:46 +00:00 committed by Gitee
commit 87c4a74d9d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -5,7 +5,7 @@ to speed up searches in a sequence of (key,value) pairs with very big number of
Name: tinycdb
Version: 0.78
Release: 11
Release: 12
Summary: A very fast and simple package for creating and reading constant databases
License: Public Domain
URL: http://www.corpit.ru/mjt/tinycdb.html
@ -21,10 +21,7 @@ Requires: tinycdb = %{version}-%{release}
%description devel %_description
%package help
Summary: Help documents for tinycdb
%description help
The tinycdb-help package contains manual pages for tinycdb
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
@ -64,5 +61,8 @@ cp -p debian/libcdb.pc %{buildroot}%{_libdir}/pkgconfig/libcdb.pc
%{_mandir}/man3/*.3*
%changelog
* Tue Aug 20 2024 zhangyi <yizhang@cqsoftware.com.cn> - 0.78-12
- Replaced declaration of help subpackage with the 'package_help' macro.
* Fri Nov 15 2019 sunguoshuai <sunguoshuai@huawei.com> - 0.78-11
- Package init