From e5c39fefcc891b41d10e2bf93ee2b10e0b0de51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 15 Oct 2018 20:37:26 +0200 Subject: [PATCH] Dropped rpath --- graphviz.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index 606b95d..61ae9ff 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -61,7 +61,7 @@ Name: graphviz Summary: Graph Visualization Tools Version: 2.40.1 -Release: 38%{?dist} +Release: 39%{?dist} License: EPL URL: http://www.graphviz.org/ # A bit hacking needed due to: https://gitlab.com/graphviz/graphviz/issues/1371 @@ -73,7 +73,7 @@ Patch2: graphviz-2.40.1-CVE-2018-10196.patch # rhbz#1505230 Patch3: graphviz-2.40.1-dotty-menu-fix.patch BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, expat-devel, freetype-devel >= 2 -BuildRequires: ksh, bison, m4, flex, tk-devel, tcl-devel >= 8.3, swig +BuildRequires: ksh, bison, m4, flex, tk-devel, tcl-devel >= 8.3, swig, sed BuildRequires: fontconfig-devel, libtool-ltdl-devel, ruby-devel, ruby, guile-devel %if %{with python2} BuildRequires: python2-devel @@ -327,9 +327,13 @@ export CPPFLAGS=-I`ruby -e "puts File.join(RbConfig::CONFIG['includedir'], RbCon --without-devil \ %endif %if ! %{QTAPPS} - --without-qt \ + --without-qt %endif +# drop rpath +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + %if %{with python2} cp -a tclpkg/gv tclpkg/gv.python2 %endif @@ -602,6 +606,9 @@ php --no-php-ini \ %{_mandir}/man3/*.3tcl* %changelog +* Mon Oct 15 2018 Jaroslav Škarvada - 2.40.1-39 +- Dropped rpath + * Thu Oct 11 2018 Remi Collet - 2.40.1-38 - Rebuild for https://fedoraproject.org/wiki/Changes/php73