From 1072b01868e89560c09a1ae274ecd27f568c8e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 19 Nov 2018 09:38:52 +0100 Subject: [PATCH] Do not depend on bundled TestML --- perl-Pegex.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/perl-Pegex.spec b/perl-Pegex.spec index badcee9..5e22dd8 100644 --- a/perl-Pegex.spec +++ b/perl-Pegex.spec @@ -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 - 0.70-2 +- Do not depend on bundled TestML + * Mon Nov 12 2018 Gerd Pokorra 0.70-1 - Update to 0.70