make this work with epel7
This commit is contained in:
parent
7965e86759
commit
e05f8fc6cd
@ -119,13 +119,15 @@ BuildRequires: doxygen
|
|||||||
%if "%{?rhel}" == "5"
|
%if "%{?rhel}" == "5"
|
||||||
BuildRequires: graphviz-gd
|
BuildRequires: graphviz-gd
|
||||||
%endif
|
%endif
|
||||||
%if %{?fedora}%{!?fedora:0} >= 9
|
%if %{?fedora}%{!?fedora:0} >= 9 || %{?rhel}%{!?rhel:0} >= 7
|
||||||
BuildRequires: tex(latex)
|
BuildRequires: tex(latex)
|
||||||
BuildRequires: tex-xtab
|
BuildRequires: tex-xtab
|
||||||
BuildRequires: tex-sectsty
|
BuildRequires: tex-sectsty
|
||||||
BuildRequires: tex-tocloft
|
BuildRequires: tex-tocloft
|
||||||
BuildRequires: tex-multirow
|
BuildRequires: tex-multirow
|
||||||
|
%if %{?fedora}%{!?fedora:0}
|
||||||
BuildRequires: tex-adjustbox
|
BuildRequires: tex-adjustbox
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
%if %{?rhel}%{!?rhel:0} >= 6
|
%if %{?rhel}%{!?rhel:0} >= 6
|
||||||
BuildRequires: tex(latex)
|
BuildRequires: tex(latex)
|
||||||
|
Loading…
Reference in New Issue
Block a user