Do not depend on bundled TestML

This commit is contained in:
Petr Písař 2018-11-19 09:38:52 +01:00
parent 1a5de21f68
commit 1072b01868
1 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Pegex
Version: 0.70
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Pegex Parser Generator
License: GPL+ or Artistic
Group: Development/Libraries
@ -30,10 +30,8 @@ BuildRequires: perl(lib)
BuildRequires: perl(Test::More)
%if !%{defined perl_bootstrap}
# Break dependency cycle: perl-Pegex → perl-TestML → perl-Pegex
BuildRequires: perl(TestML)
BuildRequires: perl(TestML::Bridge)
BuildRequires: perl(TestML::Compiler::Lite)
BuildRequires: perl(TestML::Util)
# TestML not used
# TestML::Compiler::Lite not used
%endif
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(Data::Dumper)
@ -79,6 +77,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Nov 19 2018 Petr Pisar <ppisar@redhat.com> - 0.70-2
- Do not depend on bundled TestML
* Mon Nov 12 2018 Gerd Pokorra <gp@zimt.uni-siegen.de> 0.70-1
- Update to 0.70