From da6a45880f42bdc65bb0a0a6e19c7a95f4618a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 31 Jul 2015 11:46:57 +0000 Subject: [PATCH] graphviz must not be used in fedora-20, otherise it never terminates --- proxyface.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proxyface.spec.in b/proxyface.spec.in index 3d8d239..586aa0d 100644 --- a/proxyface.spec.in +++ b/proxyface.spec.in @@ -5,7 +5,10 @@ Release: @BUILD_NUMBER@%{?dist} License: LGPL Group: Development/Libraries/C++ Source0: %{name}-%{version}.tar.gz -BuildRequires: gnupg, subversion, automake, autoconf, doxygen, graphviz +BuildRequires: gnupg, subversion, automake, autoconf, doxygen +%if 0%{?fedora} != 20 +BuildRequires: graphviz +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %if 0%{?fedora} || 0%{?rhel} || 0%{?rhl} || 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version} BuildRequires: pkgconfig, redhat-lsb