Update to 0.018
This commit is contained in:
parent
6f46d634fb
commit
6efaa19cae
Binary file not shown.
BIN
CPAN-Meta-Check-0.018.tar.gz
Normal file
BIN
CPAN-Meta-Check-0.018.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: perl-CPAN-Meta-Check
|
Name: perl-CPAN-Meta-Check
|
||||||
Version: 0.017
|
Version: 0.018
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Verify requirements in a CPAN::Meta object
|
Summary: Verify requirements in a CPAN::Meta object
|
||||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/CPAN-Meta-Check/
|
URL: https://metacpan.org/release/CPAN-Meta-Check
|
||||||
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/modules/by-module/CPAN/CPAN-Meta-Check-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl >= 0:5.006
|
BuildRequires: perl >= 0:5.006
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
@ -42,7 +42,7 @@ This module verifies if requirements described in a CPAN::Meta object
|
|||||||
are present.
|
are present.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n CPAN-Meta-Check-%{version}
|
%autosetup -n CPAN-Meta-Check-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PERL_MM_OPT=""
|
export PERL_MM_OPT=""
|
||||||
@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 11 2023 yaoxin <yao_xin001@hoperun.com> - 0.018-1
|
||||||
|
- Update to 0.018
|
||||||
|
|
||||||
* Wed Jul 12 2023 leeffo <liweiganga@uniontech.com> - 0.017-1
|
* Wed Jul 12 2023 leeffo <liweiganga@uniontech.com> - 0.017-1
|
||||||
- upgrade to version 0.017
|
- upgrade to version 0.017
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: metacpan
|
version_control: metacpan
|
||||||
src_repo: CPAN-Meta-Check
|
src_repo: CPAN-Meta-Check
|
||||||
tag_prefix: ^v
|
tag_prefix: ''
|
||||||
separator: .
|
separator: .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user