|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Pod-Eventual
|
|
|
|
Name: perl-Pod-Eventual
|
|
|
|
Version: 0.094001
|
|
|
|
Version: 0.094002
|
|
|
|
Release: 20%{?dist}
|
|
|
|
Release: 1%{?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+ or Artistic
|
|
|
|
URL: https://metacpan.org/release/Pod-Eventual
|
|
|
|
URL: https://metacpan.org/release/Pod-Eventual
|
|
|
@ -12,15 +12,18 @@ BuildRequires: findutils
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
|
|
|
# Run-time:
|
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Mixin::Linewise::Readers) >= 0.102
|
|
|
|
BuildRequires: perl(Mixin::Linewise::Readers) >= 0.102
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
|
|
|
|
|
|
|
# Optional Tests:
|
|
|
|
|
|
|
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
|
|
|
# Explicit dependencies:
|
|
|
|
# Explicit dependencies:
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
@ -55,17 +58,20 @@ find %{buildroot} -type f -name .packlist -delete
|
|
|
|
make test
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%if 0%{?_licensedir:1}
|
|
|
|
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%else
|
|
|
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%doc Changes README
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorlib}/Pod/
|
|
|
|
%{perl_vendorlib}/Pod/
|
|
|
|
%{_mandir}/man3/Pod::Eventual.3*
|
|
|
|
%{_mandir}/man3/Pod::Eventual.3*
|
|
|
|
%{_mandir}/man3/Pod::Eventual::Simple.3*
|
|
|
|
%{_mandir}/man3/Pod::Eventual::Simple.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 5 2021 Paul Howarth <paul@city-fan.org> - 0.094002-1
|
|
|
|
|
|
|
|
- Update to 0.094002
|
|
|
|
|
|
|
|
- Fix typo
|
|
|
|
|
|
|
|
- Update author contact info
|
|
|
|
|
|
|
|
- Document perl version policy
|
|
|
|
|
|
|
|
- Use %%license unconditionally
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.094001-20
|
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.094001-20
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
|
|
|
|
|
|
|