From 0169d14b6cd35d702572f4828d1dc5a0b416b079 Mon Sep 17 00:00:00 2001 From: hongjinghao Date: Mon, 31 Oct 2022 09:00:58 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0%{mod=5Fname}=E5=AE=8F=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0%{mod=5Fname}=E5=AE=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hongjinghao (cherry picked from commit 641bbf26b2610d1c219fe5ef35f7e5f2afae9d9b) --- perl-Business-ISBN-Data.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/perl-Business-ISBN-Data.spec b/perl-Business-ISBN-Data.spec index d0533d3..e6f9521 100644 --- a/perl-Business-ISBN-Data.spec +++ b/perl-Business-ISBN-Data.spec @@ -1,10 +1,11 @@ -Name: perl-Business-ISBN-Data +%define mod_name Business-ISBN-Data +Name: perl-%{mod_name} Version: 20210112.006 -Release: 1 +Release: 2 Summary: Data pack for Business::ISBN License: GPL+ or Artistic URL: https://metacpan.org/pod/Business::ISBN::Data -Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{mod_name}-%{version}.tar.gz Patch0: Business-ISBN-Data-shellbang.patch BuildArch: noarch @@ -20,7 +21,7 @@ This package is the data pack for Business::ISBN %package_help %prep -%autosetup -n Business-ISBN-Data-%{version} -p1 +%autosetup -n %{mod_name}-%{version} -p1 chmod -c +x make_data.pl @@ -44,6 +45,9 @@ make test %{_mandir}/man3/Business::ISBN::Data.3* %changelog +* Mon Oct 31 2022 hongjinghao - 20210112.006-2 +- use %{mod_name} marco + * Mon Dec 20 2021 shixuantong - 20210112.006-1 - update version to 20210112.006