version update

This commit is contained in:
weiwei_150212 2020-07-27 10:58:55 +08:00 committed by zzm_567
parent a9a0a70381
commit 860dd54fcf
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 Name: perl-Pod-Usage
Epoch: 4 Epoch: 4
Version: 1.69 Version: 1.70
Release: 418 Release: 1
Summary: Print a usage message from embedded pod documentation Summary: Print a usage message from embedded pod documentation
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Pod-Usage URL: https://metacpan.org/release/Pod-Usage
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAREKR/Pod-Usage-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/M/MA/MAREKR/Pod-Usage-%{version}.tar.gz
BuildArch: noarch 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(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) BuildRequires: perl(Carp) perl(Config) perl(Exporter) perl-Pod-Perldoc perl(Pod::Text) perl(vars)
#tests #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 %autosetup -n Pod-Usage-%{version} -p1
%build %build
perl Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
make %{?_smp_mflags} %{make_build}
%install %install
make pure_install DESTDIR=$RPM_BUILD_ROOT %{make_install}
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
@ -51,6 +51,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %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 * Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 4:1.69-418
- Package init - Package init