Replaced declaration of help subpackage with the package_help macro.

(cherry picked from commit f6d954f49086f6afbb43812a541cadf0d5a892c2)
This commit is contained in:
张翼 2024-08-20 12:59:56 +08:00 committed by openeuler-sync-bot
parent ad8d5ea285
commit 5a7f78a6e7

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