From b89a7e589301169b3b7a7abf272ee0f61da6dcbf Mon Sep 17 00:00:00 2001 From: lihuanyu Date: Mon, 19 Aug 2024 15:42:26 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- opensc.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/opensc.spec b/opensc.spec index ad4fe8b..d86ea82 100644 --- a/opensc.spec +++ b/opensc.spec @@ -3,7 +3,7 @@ Name: opensc Version: 0.25.1 -Release: 1 +Release: 2 License: LGPL-2.1-or-later Summary: Smart card library and applications URL: https://github.com/OpenSC/OpenSC/wiki @@ -26,11 +26,9 @@ mail encryption and digital signatures. OpenSC implements the standard APIs to smart cards, e.g. PKCS#11 API, Windows’ Smart Card Minidriver and macOS Tokend. -%package help -Summary: Development documents and examples for opensc -Provides: opensc-doc -%description help -Development documents and examples for opensc. +%package_help + +Provides: opensc-doc %prep %autosetup -n %{name}-%{version} -p1 @@ -141,6 +139,9 @@ make check %{_datadir}/opensc/ %changelog +* Mon Aug 19 2024 Huanyu Li - 0.25.1-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Jul 2 2024 dillon chen - 0.25.1-1 - update version to 0.25.1 -- Gitee