From 6a2f888fc42252b4179243800ee1dcaf77da295f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Tue, 20 Aug 2024 23:40:15 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the package_help macro. --- tinycdb.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tinycdb.spec b/tinycdb.spec index b982713..d78d14d 100644 --- a/tinycdb.spec +++ b/tinycdb.spec @@ -5,7 +5,7 @@ to speed up searches in a sequence of (key,value) pairs with very big number of Name: tinycdb Version: 0.81 -Release: 1 +Release: 2 Summary: A very fast and simple package for creating and reading constant databases License: Public Domain URL: http://www.corpit.ru/mjt/tinycdb.html @@ -22,10 +22,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 @@ -65,6 +62,9 @@ cp -p libcdb.pc %{buildroot}%{_libdir}/pkgconfig/libcdb.pc %{_mandir}/man3/*.3* %changelog +* Wed Aug 21 2024 zhangyi - 0.81-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon May 13 2024 yaoxin - 0.81-1 - Upgrade to 0.81 -- Gitee