update to 0.74

epel9
Pokorra, Gerd 5 years ago
parent 4faba3025d
commit 79e6f957cb

1
.gitignore vendored

@ -9,3 +9,4 @@ Pegex-0.11.tar.gz
/Pegex-0.67.tar.gz /Pegex-0.67.tar.gz
/Pegex-0.70.tar.gz /Pegex-0.70.tar.gz
/Pegex-0.72.tar.gz /Pegex-0.72.tar.gz
/Pegex-0.74.tar.gz

@ -1,5 +1,5 @@
Name: perl-Pegex Name: perl-Pegex
Version: 0.72 Version: 0.74
Release: 1%{?dist} Release: 1%{?dist}
Summary: Pegex Parser Generator Summary: Pegex Parser Generator
License: GPL+ or Artistic License: GPL+ or Artistic
@ -8,35 +8,26 @@ Source0: https://cpan.metacpan.org/authors/id/I/IN/INGY/Pegex-%{version}.
BuildArch: noarch BuildArch: noarch
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(File::ShareDir::Install)
# Run-time
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(constant) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Data::Dumper) BuildRequires: perl(File::ShareDir::Install)
BuildRequires: perl(Exporter) BuildRequires: perl(JSON::PP)
BuildRequires: perl(JSON::XS) perl(JSON::PP)
BuildRequires: perl(overload)
BuildRequires: perl(re)
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
BuildRequires: perl(YAML::XS) BuildRequires: perl(Test::Pod)
# Tests BuildRequires: perl(Tie::IxHash)
BuildRequires: perl(base) BuildRequires: perl(XXX) >= 0.33
BuildRequires: perl(File::Basename) BuildRequires: perl(YAML::PP) >= 0.018
BuildRequires: perl(lib)
BuildRequires: perl(Test::More)
# TestML not used
# TestML::Compiler::Lite not used
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(Data::Dumper) Requires: perl(Carp)
Requires: perl(JSON::XS) perl(JSON::PP) Requires: perl(File::ShareDir::Install)
Requires: perl(warnings) Requires: perl(JSON::PP)
Requires: perl(YAML::XS) Requires: perl(Scalar::Util)
Requires: perl(XXX) >= 0.33
Requires: perl(YAML::PP) >= 0.018
%description %description
Pegex is a Acmeist parser framework. It is a PEG parser grammar syntax, Pegex is an Acmeist parser framework. It is a PEG parser grammar syntax,
combined with PCRE compatible regular expressions as the match tokens. combined with PCRE compatible regular expressions as the match tokens.
Pegex draws heavily from Perl 6 rules, but works equivalently in many Pegex draws heavily from Perl 6 rules, but works equivalently in many
modern programming languages. modern programming languages.
@ -58,15 +49,19 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
#rm -f t/compiler-checks.t t/compiler-equivalence.t t/compiler.t t/error.t t/optimize.t t/tree-pegex.t t/tree.t
make test make test
%files %files
%doc Changes CONTRIBUTING LICENSE README %license LICENSE
%doc Changes CONTRIBUTING example META.json README
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Jan 27 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> 0.74-1
- Update to 0.74
- Change a lot of BuildRequires and Requires
* Mon Jan 06 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> 0.72-1 * Mon Jan 06 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> 0.72-1
- Update to 0.72 - Update to 0.72

@ -1 +1 @@
SHA512 (Pegex-0.72.tar.gz) = f3d574f03c5a0ee0a594b7c78e033677d56a3b471bd759961a11aa80c73586bd389a4ad8b8e71b3f73ba69b2641037ac2e6ffe64eafea79bdc693b18e73ed671 SHA512 (Pegex-0.74.tar.gz) = 9edff2b5b64f626c7021fd5874bff4509a9d3ca8e77e4de267400ed7814a6544ef9fb645b2d56d57103b24225609491d2b60e2307a16b08099fd8f6aa1521c60

Loading…
Cancel
Save