From f6d954f49086f6afbb43812a541cadf0d5a892c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Tue, 20 Aug 2024 12:59:56 +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 4a695ab..44463ca 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.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 - 0.78-12 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Nov 15 2019 sunguoshuai - 0.78-11 - Package init -- Gitee