diff --git a/kf5-kapidox.spec b/kf5-kapidox.spec index fb47a26..cd6f24c 100644 --- a/kf5-kapidox.spec +++ b/kf5-kapidox.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.50.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 4 scripts and data for building API documentation License: BSD @@ -36,7 +36,11 @@ Requires: python3-PyYAML BuildRequires: python2-devel python2 %global __python %{__python2} %global python_sitelib %{python2_sitelib} +%if 0%{?fedora} || 0%{?rhel} > 7 Requires: python2-jinja2 +%else +Requires: python-jinja2 +%endif Requires: python2-pyyaml %endif @@ -75,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Sep 17 2018 Rex Dieter - 5.50.0-2 +- epel7: Requires: python-jinja2 + * Tue Sep 04 2018 Rex Dieter - 5.50.0-1 - 5.50.0