commit c2e16c0511f75019757e1acd2b31fe3ec2f43eef
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Tue Jan 24 08:40:28 2017 -0600
Add conditional around perl-generators requirement as I don't believe it's
needed on EL.
xmltv.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/xmltv.spec b/xmltv.spec
index 3b26b43..5161611 100644
--- a/xmltv.spec
+++ b/xmltv.spec
@@ -11,7 +11,9 @@ Patch0: xmltv-0.5.63-noask.patch
BuildArch: noarch
+%if 0%{?fedora}
BuildRequires: perl-generators
+%endif
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(LWP) >= 5.65
BuildRequires: perl(XML::Parser) >= 2.34
Show replies by date