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