|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Config-IniFiles
|
|
|
|
|
Version: 3.000003
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
Summary: A module for reading .ini-style configuration files
|
|
|
|
|
# LICENSE: GPL+ or Artistic
|
|
|
|
|
# lib/Config/IniFiles.pm: GPL+ or Artistic
|
|
|
|
@ -43,7 +43,6 @@ BuildRequires: perl(parent)
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
# Not autodetected. Found in lib/Config/IniFiles.pm:2761
|
|
|
|
|
Requires: perl(IO::Scalar) >= 2.109
|
|
|
|
|
# Also not autodetected
|
|
|
|
@ -81,6 +80,21 @@ perl Build.PL installdirs=vendor
|
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.000003-10
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.000003-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.000003-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 3.000003-8
|
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.000003-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.000003-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|