From cceff6ec421bb61f7b57566a4384eaa91588ff91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B0=83=E7=A7=91?= Date: Tue, 20 Aug 2024 07:18:50 +0000 Subject: [PATCH] =?UTF-8?q?!2=20=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7PR?= =?UTF-8?q?=E3=80=91=E7=94=A8"package=5Fhelp"=E5=AE=8F=E6=9B=BF=E6=8D=A2he?= =?UTF-8?q?lp=E5=AD=90=E5=8C=85=E5=A3=B0=E6=98=8E=20*=20Replaced=20declara?= =?UTF-8?q?tion=20of=20help=20subpackage=20with=20the=20'package=5Fhelp'?= =?UTF-8?q?=20macro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl-Crypt-OpenSSL-RSA.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/perl-Crypt-OpenSSL-RSA.spec b/perl-Crypt-OpenSSL-RSA.spec index 8922f8f..aaf11fe 100644 --- a/perl-Crypt-OpenSSL-RSA.spec +++ b/perl-Crypt-OpenSSL-RSA.spec @@ -1,6 +1,6 @@ Name: perl-Crypt-OpenSSL-RSA Version: 0.32 -Release: 1 +Release: 2 Summary: Perl interface to OpenSSL for RSA License: GPL+ or Artistic URL: https://metacpan.org/release/Crypt-OpenSSL-RSA @@ -17,11 +17,7 @@ Requires: perl(Crypt::OpenSSL::Random) perl(Crypt::OpenSSL::Bignum) %description encoding and decoding according to using the openSSL libraries -%package help -Summary:help for perl-Crypt-OpenSSL-RSA - -%description help -The help package conatins man manual for perl-Crypt-OpenSSL-RSA +%package_help %prep %autosetup -n Crypt-OpenSSL-RSA-%{version} -p1 @@ -48,6 +44,9 @@ make test %doc Changes README %changelog +* Tue Aug 20 2024 Wang Tiaoke - 0.32-2 +- Replaced declaration of help subpackage with the 'package_help' macro + * Tue Jan 18 2022 SimpleUpdate Robot - 0.32-1 - Upgrade to version 0.32 -- Gitee