From c9ce84eaecc7461213f178090ad7efa234f663a7 Mon Sep 17 00:00:00 2001 From: Irina Boverman Date: Wed, 9 Nov 2016 14:12:21 -0500 Subject: [PATCH] made perl-generators conditional --- qpid-proton.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qpid-proton.spec b/qpid-proton.spec index 21ffa1d..78a4394 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -31,7 +31,7 @@ BuildRequires: swig BuildRequires: pkgconfig BuildRequires: doxygen BuildRequires: libuuid-devel -%if (0%{?fedora} && 0%{fedora} > 25) +%if (0%{?fedora} && 0%{?fedora} > 25) BuildRequires: compat-openssl10-devel %else BuildRequires: openssl-devel @@ -45,7 +45,9 @@ BuildRequires: python-devel %endif BuildRequires: epydoc %if 0%{?fedora} +%if 0%{?fedora} > 25 BuildRequires: perl-generators +%endif BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More)