From 4b7ae67b9b6fb8a5069d1f82379333e6c01f07c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 7 May 2021 21:25:20 +0200 Subject: [PATCH] Added build requirement for gcc-g++ --- graphviz.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/graphviz.spec b/graphviz.spec index 72555fc..830e558 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -68,10 +68,11 @@ Name: graphviz Summary: Graph Visualization Tools Version: 2.47.1 -Release: 2%{?dist} +Release: 3%{?dist} License: EPL-1.0 URL: http://www.graphviz.org/ Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2 +BuildRequires: gcc-g++ BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, expat-devel, freetype-devel >= 2 BuildRequires: ksh, bison, m4, flex, tk-devel, tcl-devel >= 8.3, swig, sed BuildRequires: fontconfig-devel, libtool-ltdl-devel, ruby-devel, ruby @@ -593,6 +594,9 @@ php --no-php-ini \ %{_mandir}/man3/*.3tcl* %changelog +* Fri May 7 2021 Jaroslav Škarvada - 2.47.1-3 +- Added build requirement for gcc-g++ + * Fri May 7 2021 Jaroslav Škarvada - 2.47.1-2 - Conditionalized guile support - Updated RHEL macros