From ac943277227547fb4c193d101c530d9afadcf89d Mon Sep 17 00:00:00 2001 From: NixTux Commit Bot Date: Sat, 4 Jan 2020 03:45:08 +0300 Subject: [PATCH] bot: rpm5 -> rpm4 (1) --- graphviz.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index 6ac1645..e629eda 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -27,7 +27,7 @@ %define staticname %mklibname graphviz -d -s %if %{_use_internal_dependency_generator} -%define __noautoreq '/usr/bin/lua' +%global __requires_exclude '/usr/bin/lua' %endif Summary: Graph visualization tools @@ -382,7 +382,7 @@ Static development package for %{name}. %build autoreconf -fi -%configure2_5x \ +%configure \ --with-x \ %if %{without static} --disable-static \ @@ -411,10 +411,10 @@ autoreconf -fi %endif --disable-dependency-tracking -%make TK_LIB_SPEC="-ltcl -ltk" LIBS="-lX11" +%make_build TK_LIB_SPEC="-ltcl -ltk" LIBS="-lX11" %install -%makeinstall_std +%make_install # fix documentation install -d -m 755 %{buildroot}%{_docdir}