bot: rpm5 -> rpm4 (1)

This commit is contained in:
NixTux Commit Bot 2020-01-04 03:45:08 +03:00
parent c7e7a984a7
commit ac94327722

View file

@ -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}