diff --git a/Module-Load-Conditional-0.68.tar.gz b/Module-Load-Conditional-0.68.tar.gz deleted file mode 100644 index 7a157c5..0000000 Binary files a/Module-Load-Conditional-0.68.tar.gz and /dev/null differ diff --git a/Module-Load-Conditional-0.72.tar.gz b/Module-Load-Conditional-0.72.tar.gz new file mode 100644 index 0000000..8186aa6 Binary files /dev/null and b/Module-Load-Conditional-0.72.tar.gz differ diff --git a/perl-Module-Load-Conditional.spec b/perl-Module-Load-Conditional.spec index 40a34de..9164e06 100644 --- a/perl-Module-Load-Conditional.spec +++ b/perl-Module-Load-Conditional.spec @@ -1,13 +1,13 @@ Name: perl-Module-Load-Conditional -Version: 0.68 -Release: 418 +Version: 0.72 +Release: 1 Summary: Looking up module information / loading at runtime License: GPL+ or Artistic URL: https://metacpan.org/release/Module-Load-Conditional Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-Load-Conditional-%{version}.tar.gz 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(Module::CoreList) perl(Module::Load) perl(Module::Metadata) perl(Params::Check) perl(strict) perl(vars) #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 %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 @@ -48,5 +48,8 @@ make test %{_mandir}/man3/* %changelog +* Sat Jul 25 2020 zhanzhimin - 0.72-1 +- Bump to version 0.72 + * Thu Sep 12 2019 openEuler Buildteam - 0.68-418 - Package init