|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: perl-Env-Sanctify
|
|
|
|
|
Summary: Lexically scoped sanctification of %%ENV
|
|
|
|
|
Version: 1.12
|
|
|
|
|
Release: 18%{?dist}
|
|
|
|
|
Release: 19%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: https://metacpan.org/release/Env-Sanctify
|
|
|
|
|
Source0: https://cpan.metacpan.org/modules/by-module/Env/Env-Sanctify-%{version}.tar.gz
|
|
|
|
@ -17,6 +17,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
# Test suite
|
|
|
|
|
BuildRequires: perl(blib)
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
|
|
|
@ -67,6 +68,9 @@ make test AUTHOR_TESTING=1
|
|
|
|
|
%{_mandir}/man3/Env::Sanctify.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 10 2020 Paul Howarth <paul@city-fan.org> - 1.12-19
|
|
|
|
|
- BR: perl(blib) for t/00-compile.t
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-18
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|