!2 version update

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

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,13 @@
Name: perl-Module-Load-Conditional Name: perl-Module-Load-Conditional
Version: 0.68 Version: 0.72
Release: 418 Release: 1
Summary: Looking up module information / loading at runtime Summary: Looking up module information / loading at runtime
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Module-Load-Conditional URL: https://metacpan.org/release/Module-Load-Conditional
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-Load-Conditional-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-Load-Conditional-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl-generators perl coreutils findutils perl-interpreter perl(ExtUtils::MakeMaker) perl(Carp) perl(version) BuildRequires: perl-generators perl coreutils perl-interpreter perl(ExtUtils::MakeMaker) perl(Carp) perl(version)
BuildRequires: perl(Config) perl(constant) perl(Exporter) perl(File::Spec) perl(FileHandle) perl(Locale::Maketext::Simple) BuildRequires: perl(Config) perl(constant) perl(Exporter) perl(File::Spec) perl(FileHandle) perl(Locale::Maketext::Simple)
BuildRequires: perl(Module::CoreList) perl(Module::Load) perl(Module::Metadata) perl(Params::Check) perl(strict) perl(vars) BuildRequires: perl(Module::CoreList) perl(Module::Load) perl(Module::Metadata) perl(Params::Check) perl(strict) perl(vars)
#tests #tests
@ -28,11 +28,11 @@ able to load. It also takes care of any error checking and so forth.
%autosetup -n Module-Load-Conditional-%{version} -p1 %autosetup -n Module-Load-Conditional-%{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
@ -48,5 +48,8 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sat Jul 25 2020 zhanzhimin <zhanzhimin@huawei.com> - 0.72-1
- Bump to version 0.72
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.68-418 * Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.68-418
- Package init - Package init