mirror of
https://abf.rosa.ru/djam/graphviz.git
synced 2025-02-23 15:52:55 +00:00
bot: rpm5 -> rpm4 (1)
This commit is contained in:
parent
c7e7a984a7
commit
ac94327722
1 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue