|
|
@ -2,8 +2,8 @@
|
|
|
|
%bcond_without perl_PPIx_QuoteLike_enables_PPIx_Regexp
|
|
|
|
%bcond_without perl_PPIx_QuoteLike_enables_PPIx_Regexp
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-PPIx-QuoteLike
|
|
|
|
Name: perl-PPIx-QuoteLike
|
|
|
|
Version: 0.008
|
|
|
|
Version: 0.009
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Parse Perl string literals and string-literal-like things
|
|
|
|
Summary: Parse Perl string literals and string-literal-like things
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: https://metacpan.org/release/PPIx-QuoteLike
|
|
|
|
URL: https://metacpan.org/release/PPIx-QuoteLike
|
|
|
@ -31,6 +31,7 @@ BuildRequires: perl(PPI::Document) >= 1.117
|
|
|
|
BuildRequires: perl(PPI::Dumper) >= 1.117
|
|
|
|
BuildRequires: perl(PPI::Dumper) >= 1.117
|
|
|
|
BuildRequires: perl(re)
|
|
|
|
BuildRequires: perl(re)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
|
|
|
BuildRequires: perl(Text::Tabs)
|
|
|
|
%if %{with perl_PPIx_QuoteLike_enables_PPIx_Regexp}
|
|
|
|
%if %{with perl_PPIx_QuoteLike_enables_PPIx_Regexp}
|
|
|
|
# Optional run-time:
|
|
|
|
# Optional run-time:
|
|
|
|
# Author states there is a build-cycle with PPIx::Regexp, but I cannot see
|
|
|
|
# Author states there is a build-cycle with PPIx::Regexp, but I cannot see
|
|
|
@ -83,6 +84,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Feb 28 2020 Petr Pisar <ppisar@redhat.com> - 0.009-1
|
|
|
|
|
|
|
|
- 0.009 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-2
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|