From 6a8d1711ddf23d065c34ebe3308e2266b89047c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 31 Jul 2015 11:47:30 +0000 Subject: [PATCH] graphviz must not be used in fedora-20, otherise it never terminates --- libpcscxx.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libpcscxx.spec.in b/libpcscxx.spec.in index f86935e..e5225ea 100644 --- a/libpcscxx.spec.in +++ b/libpcscxx.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 %if ( 0%{?suse_version} || 0%{?sles_version} ) && ( 0%{?suse_version} < 1200 || 0%{?sles_version} < 1200 ) BuildRequires: libp11-devel %else