Update to 0.70
- New upstream release 0.70 - Protect ourselves from Module::Metadata parsing problems (CPAN RT#130939) - Use author-independent source URL - Fix permissions verbosely
This commit is contained in:
parent
9d6f147ff7
commit
db53896f07
@ -1,17 +1,17 @@
|
||||
Name: perl-Module-Load-Conditional
|
||||
Version: 0.68
|
||||
Release: 439%{?dist}
|
||||
Summary: Looking up module information and loading at run-time
|
||||
Version: 0.70
|
||||
Release: 1%{?dist}
|
||||
Summary: Looking up module information / loading at run-time
|
||||
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
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-Load-Conditional-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build:
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
@ -57,7 +57,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -68,6 +68,12 @@ make test
|
||||
%{_mandir}/man3/Module::Load::Conditional.3*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 11 2019 Paul Howarth <paul@city-fan.org> - 0.70-1
|
||||
- Update to 0.70
|
||||
- Protect ourselves from Module::Metadata parsing problems (CPAN RT#130939)
|
||||
- Use author-independent source URL
|
||||
- Fix permissions verbosely
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-439
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Module-Load-Conditional-0.68.tar.gz) = 4c6345cbb5881dc899f1e57df11111f17df71e595dd69ecea1fd8223add610433a00c37fd40a6a1ed2ebff8c7b7f2bc738c5671d568e952f7be5981ef0ff9742
|
||||
SHA512 (Module-Load-Conditional-0.70.tar.gz) = c1010ff96c4f4e0a7be9344ae59ee3aa4fd688372de9050f237bb487f0781ff8e7301d20fc684f66389f5f93329cb313feba9e3696b636016013754d00be525d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user