From f54de177a433f568acffd0950ceda063b2cbf806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 15 Jan 2018 20:59:09 +0100 Subject: [PATCH] Switched to libgs-devel Resolves: rhbz#1534666 Made the build verbose (without silent rules) --- graphviz.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index 644c53c..0c0a543 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -49,7 +49,7 @@ Name: graphviz Summary: Graph Visualization Tools Version: 2.40.1 -Release: 15%{?dist} +Release: 16%{?dist} Group: Applications/Multimedia License: EPL URL: http://www.graphviz.org/ @@ -281,7 +281,7 @@ sed -i 's|sitearchdir|vendorarchdir|' config/config_ruby.rb export CPPFLAGS=-I`ruby -e "puts File.join(RbConfig::CONFIG['includedir'], RbConfig::CONFIG['sitearch'])" || echo /dev/null` %configure --with-x --disable-static --disable-dependency-tracking \ --without-mylibgd --with-ipsepcola --with-pangocairo \ - --with-gdk-pixbuf --with-visio \ + --with-gdk-pixbuf --with-visio --disable-silent-rules \ %if ! %{LASI} --without-lasi \ %endif @@ -559,6 +559,11 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3tcl* %changelog +* Mon Jan 15 2018 Jaroslav Škarvada - 2.40.1-16 +- Switched to libgs-devel + Resolves: rhbz#1534666 +- Made the build verbose (without silent rules) + * Fri Jan 05 2018 Mamoru TASAKA - 2.40.1-15 - F-28: rebuild for ruby25