|
|
@ -1,8 +1,8 @@
|
|
|
|
Name: perl-Pod-Eventual
|
|
|
|
Name: perl-Pod-Eventual
|
|
|
|
Version: 0.094002
|
|
|
|
Version: 0.094003
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Read a POD document as a series of trivial events
|
|
|
|
Summary: Read a POD document as a series of trivial events
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
|
|
|
URL: https://metacpan.org/release/Pod-Eventual
|
|
|
|
URL: https://metacpan.org/release/Pod-Eventual
|
|
|
|
Source0: https://cpan.metacpan.org/modules/by-module/Pod/Pod-Eventual-%{version}.tar.gz
|
|
|
|
Source0: https://cpan.metacpan.org/modules/by-module/Pod/Pod-Eventual-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -12,6 +12,7 @@ BuildRequires: findutils
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
|
|
|
BuildRequires: perl(:VERSION) >= 5.12
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
|
|
|
# Run-time:
|
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
@ -25,7 +26,6 @@ BuildRequires: perl(Test::More) >= 0.96
|
|
|
|
# Optional Tests:
|
|
|
|
# Optional Tests:
|
|
|
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
|
|
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
|
|
|
# Explicit dependencies:
|
|
|
|
# Explicit dependencies:
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
POD is a pretty simple format to write, but it can be a big pain to deal with
|
|
|
|
POD is a pretty simple format to write, but it can be a big pain to deal with
|
|
|
@ -65,6 +65,30 @@ make test
|
|
|
|
%{_mandir}/man3/Pod::Eventual::Simple.3*
|
|
|
|
%{_mandir}/man3/Pod::Eventual::Simple.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Sep 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.094003-2
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.094003-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 1 2023 Paul Howarth <paul@city-fan.org> - 0.094003-1
|
|
|
|
|
|
|
|
- Update to 0.094003
|
|
|
|
|
|
|
|
- Update author contact info
|
|
|
|
|
|
|
|
- Use SPDX-format license tag
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.094002-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.094002-4
|
|
|
|
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.094002-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.094002-2
|
|
|
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 5 2021 Paul Howarth <paul@city-fan.org> - 0.094002-1
|
|
|
|
* Mon Jul 5 2021 Paul Howarth <paul@city-fan.org> - 0.094002-1
|
|
|
|
- Update to 0.094002
|
|
|
|
- Update to 0.094002
|
|
|
|
- Fix typo
|
|
|
|
- Fix typo
|