!2 version update

Merge pull request !2 from zhanzhimin/master
This commit is contained in:
openeuler-ci-bot 2020-07-27 19:56:58 +08:00 committed by Gitee
commit 8ec2b039db
3 changed files with 9 additions and 6 deletions

Binary file not shown.

BIN
Pod-Usage-1.70.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
Name: perl-Pod-Usage
Epoch: 4
Version: 1.69
Release: 418
Version: 1.70
Release: 1
Summary: Print a usage message from embedded pod documentation
License: GPL+ or Artistic
URL: https://metacpan.org/release/Pod-Usage
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAREKR/Pod-Usage-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl make sed coreutils findutils perl-interpreter perl-generators perl(Config) perl(warnings)
BuildRequires: perl make sed coreutils perl-generators perl-interpreter perl(Config) perl(warnings)
BuildRequires: perl(Cwd) perl(ExtUtils::MakeMaker) perl(File::Basename) perl(File::Spec) perl(strict)
BuildRequires: perl(Carp) perl(Config) perl(Exporter) perl-Pod-Perldoc perl(Pod::Text) perl(vars)
#tests
@ -29,11 +29,11 @@ command line options and arguments. If the verbose level is 2, then the entire m
%autosetup -n Pod-Usage-%{version} -p1
%build
perl Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor
make %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
%{make_install}
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@ -51,6 +51,9 @@ make test
%{_mandir}/man3/*
%changelog
* Sat Jul 25 2020 zhanzhimin <zhanzhimin@huawei.com> - 4:1.70-1
- 1.70 bump
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 4:1.69-418
- Package init