0.72 bump
This commit is contained in:
parent
a010ce119b
commit
1a917bb9c0
@ -1,6 +1,6 @@
|
||||
Name: perl-Module-Load-Conditional
|
||||
Version: 0.70
|
||||
Release: 456%{?dist}
|
||||
Version: 0.72
|
||||
Release: 1%{?dist}
|
||||
Summary: Looking up module information / loading at run-time
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Module-Load-Conditional
|
||||
@ -8,11 +8,10 @@ Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-Load-C
|
||||
BuildArch: noarch
|
||||
# Build:
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
@ -51,12 +50,11 @@ you have installed on your system during run-time.
|
||||
%setup -q -n Module-Load-Conditional-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{make_install}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
@ -68,6 +66,9 @@ make test
|
||||
%{_mandir}/man3/Module::Load::Conditional.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 25 2020 Petr Pisar <ppisar@redhat.com> - 0.72-1
|
||||
- 0.72 bump
|
||||
|
||||
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.70-456
|
||||
- Increase release to favour standalone package
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Module-Load-Conditional-0.70.tar.gz) = c1010ff96c4f4e0a7be9344ae59ee3aa4fd688372de9050f237bb487f0781ff8e7301d20fc684f66389f5f93329cb313feba9e3696b636016013754d00be525d
|
||||
SHA512 (Module-Load-Conditional-0.72.tar.gz) = a720dcca1546a87af49acc55a99574ece6907d7df7e51b47a34d9409369eb7c49016925353f81704d2bb4b393ab40edaf78af170a963b4a56866dcedaf280eeb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user