version update
This commit is contained in:
parent
9d538fa009
commit
038405d8f3
Binary file not shown.
BIN
Module-Load-Conditional-0.72.tar.gz
Normal file
BIN
Module-Load-Conditional-0.72.tar.gz
Normal file
Binary file not shown.
@ -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 <zhanzhimin@huawei.com> - 0.72-1
|
||||
- Bump to version 0.72
|
||||
|
||||
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.68-418
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user