|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Config-IniFiles
|
|
|
|
|
Version: 3.000002
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: A module for reading .ini-style configuration files
|
|
|
|
|
# LICENSE: GPL+ or Artistic
|
|
|
|
|
# lib/Config/IniFiles.pm: GPL+ or Artistic
|
|
|
|
@ -12,8 +12,8 @@ Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Config-IniFile
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl(Module::Build) >= 0.36
|
|
|
|
|
# Module::Build::Compat not used, we run Build.PL
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
@ -31,6 +31,7 @@ BuildRequires: perl(Symbol)
|
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
|
# Tests:
|
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
|
BuildRequires: perl(blib)
|
|
|
|
|
BuildRequires: perl(English)
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
@ -80,6 +81,9 @@ perl Build.PL installdirs=vendor
|
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 19 2020 Petr Pisar <ppisar@redhat.com> - 3.000002-5
|
|
|
|
|
- Build-require blib for the tests
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.000002-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|