!7 Modify invalid source0

From: @caodongxia 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-11-10 12:19:36 +00:00 committed by Gitee
commit dcaabf7902
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,11 +1,11 @@
Name: perl-Config-Tiny Name: perl-Config-Tiny
Version: 2.24 Version: 2.24
Release: 3 Release: 4
Summary: Read/Write .ini style files with as little code as possible Summary: Read/Write .ini style files with as little code as possible
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Config-Tiny/ URL: http://search.cpan.org/dist/Config-Tiny/
Source0: http://www.cpan.org/authors/id/R/RS/RSAVAGE/Config-Tiny-%{version}.tgz Source0: https://cpan.metacpan.org/modules/by-module/Config/Config-Tiny-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Nov 10 2022 caodongxia <caodongxia@h-partners.com> - 2.24-4
- Modify invalid source0
* Mon Aug 24 2020 chenbo pan <panchenbo@uniontech.com> 2.24-3 * Mon Aug 24 2020 chenbo pan <panchenbo@uniontech.com> 2.24-3
- Need perl-generators to correctly provides perl(Config::Tiny) - Need perl-generators to correctly provides perl(Config::Tiny)