perl-Storable.spec中指定的源码包Source0无效,需修正

(cherry picked from commit 69938ed044c5a38dc76579531091fd2e1b2b6de5)
This commit is contained in:
zhoushuiqing 2022-11-26 03:28:46 +00:00 committed by openeuler-sync-bot
parent bd92865d94
commit 5b9a894579

View File

@ -3,11 +3,11 @@
Name: perl-%{mod_name}
Epoch: 1
Version: 3.25
Release: 2
Release: 3
Summary: Persistence for Perl data structures
License: GPL+ or Artistic-1.0-Perl
URL: https://metacpan.org/release/Storable
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/%{mod_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/N/NW/NWCLARK/%{mod_name}-%{version}.tar.gz
BuildRequires: bash, gcc, make, perl-devel, perl-generators, perl-interpreter
BuildRequires: perl(Config), perl(Cwd), perl(ExtUtils::MakeMaker) >= 6.76
@ -65,6 +65,9 @@ make test
%{_mandir}/man*/*
%changelog
* Sat Nov 26 2022 zhoushuiqing <zhoushuiqing2@huawei.com> - 3.25-3
- Update the Source0 URL.
* Tue Jun 28 2022 Chenyx <chenyixiong3@huawei.com> - 3.25-2
- License compliance rectification